Age | Commit message (Expand) | Author |
2005-11-30 | cast the va_arg() assignment to ftp_filemethod properly | Daniel Stenberg |
2005-11-29 | Yang Tse's fix of the inet_pton check | Daniel Stenberg |
2005-11-28 | new experimental "ftp method" code | Daniel Stenberg |
2005-11-28 | Bryan Henderson | Daniel Stenberg |
2005-11-28 | Yang Tse's changes to provide an inet_pton() proto for the platforms who | Daniel Stenberg |
2005-11-28 | added note about the inclusion of curl.h from within this file | Daniel Stenberg |
2005-11-25 | Bryan Henderson: added missing ignores | Daniel Stenberg |
2005-11-25 | Yang Tse fixed compiler warnings | Daniel Stenberg |
2005-11-25 | read_tcp_data() fix to get the proper buffer pointer and size | Daniel Stenberg |
2005-11-25 | Yang Tse: fixes the use of Curl_inet_ntop and Curl_inet_pton with no | Daniel Stenberg |
2005-11-25 | Yang Tse: fixed compiler warnings | Daniel Stenberg |
2005-11-25 | Change based on Yang Tse's excellent fix to reduce buffer overflow risk and | Daniel Stenberg |
2005-11-25 | Doug Kaufman corrected my attempt to a generic "skip extra test for function | Daniel Stenberg |
2005-11-24 | avoid doing #if an a predef symbol that might not be defined | Daniel Stenberg |
2005-11-24 | Yang Tse: use static on file-private functions | Daniel Stenberg |
2005-11-24 | Yang Tse: fix compilation errors when SSL is not disabled and HTTP is | Daniel Stenberg |
2005-11-24 | Yang Tse: removes GOPHER protocol when HTTP is disabled | Daniel Stenberg |
2005-11-24 | Changes for OpenWatcom 1.4. | Gisle Vanem |
2005-11-24 | Doug Kaufman's set of patches to make curl build fine on DJGPP again using | Daniel Stenberg |
2005-11-24 | mention the colon-only thing for -u and SSPI+NTLM | Daniel Stenberg |
2005-11-23 | Yang Tse's patch to silence MSVC warnings | Daniel Stenberg |
2005-11-23 | only enable NTLM if HTTP and NTLM is not disabled, and if NTLM is disabled | Daniel Stenberg |
2005-11-23 | Yang Tse fixed MSVC 6.0 warnings | Daniel Stenberg |
2005-11-18 | fix compiler warning | Daniel Stenberg |
2005-11-17 | I extended a patch from David Shaw to make libcurl _always_ provide an error | Daniel Stenberg |
2005-11-17 | TFTP | Daniel Stenberg |
2005-11-16 | Applied Albert Chin's patch that makes the libcurl.pc pkgconfig file get | Daniel Stenberg |
2005-11-16 | check for and use winsock2.h instead of winsock.h and I fixed a typo in the | Daniel Stenberg |
2005-11-15 | include ws2tcpip.h in an attempt to detect some of the ipv6 structs better | Daniel Stenberg |
2005-11-14 | Detect big/little endian in the configure script and adjust the ares_dns.h | Daniel Stenberg |
2005-11-14 | Quagmire reported that he needed to raise a NTLM buffer for SSPI to work | Daniel Stenberg |
2005-11-14 | Added '-DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID'. | Gisle Vanem |
2005-11-14 | Added CVS id. | Gisle Vanem |
2005-11-14 | We have HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID. | Gisle Vanem |
2005-11-14 | Yang Tse: msvc7+ has deprecated the 'DESCRIPTION' section in | Daniel Stenberg |
2005-11-14 | Jan Kunder's debian bug report | Daniel Stenberg |
2005-11-14 | extended the description for exit code 9 | Daniel Stenberg |
2005-11-13 | Yang Tse fixed compiler warnings | Daniel Stenberg |
2005-11-13 | to build with old gnutls verions, don't use the *_t types | Daniel Stenberg |
2005-11-13 | prevent compiler warning | Daniel Stenberg |
2005-11-13 | Add HAVE_STRUCT_SOCKADDR_STORAGE. | Gisle Vanem |
2005-11-13 | Fix for WIN32. WIN32 does have 'struct sockaddr_storage', but | Gisle Vanem |
2005-11-13 | Debian bug report 338681 by Jan Kunder: make curl better detect and report bad | Daniel Stenberg |
2005-11-13 | Thanks to this nice summary of poll() implementations: | Daniel Stenberg |
2005-11-12 | Eugene Kotlyarov found out that cygwin's poll() function isn't doing things | Daniel Stenberg |
2005-11-12 | oops * 2 | Daniel Stenberg |
2005-11-12 | oops | Daniel Stenberg |
2005-11-12 | Reversed the logic for sockaddr_storage and made our own Curl_sockaddr_storage | Daniel Stenberg |
2005-11-12 | on windows (mingw32) the sockaddr_storage struct is in winsock2.h | Daniel Stenberg |
2005-11-12 | Fixed typo. Detabified. | Gisle Vanem |