aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2005-12-11Avoid generation of additional warningsYang Tse
2005-12-11Fix compiler warning and compatibility issue with the type of the parameter u...Yang Tse
2005-12-09Unset HAVE_STRUCT_SOCKADDR_STORAGE when using msvc 6.0 with no PSDKYang Tse
2005-12-08Replaced nonstandard u_char and u_int typesDan Fandrich
2005-12-08Fix compiler warningYang Tse
2005-12-08Fix compiler warningYang Tse
2005-12-08Fixed a lingering omission of gzip support.Dan Fandrich
2005-12-067.15.1 with the now to be announced security flaw fixedcurl-7_15_1Daniel Stenberg
2005-12-05Added a run-time check to warn if TFTP is going to fail due to portabilityDan Fandrich
2005-12-05Yang Tse fixed: Openssl 0.9.9 makes 'const' the SSL_METHOD parameter inDaniel Stenberg
2005-12-05Another Yang Tse warning cleanup raid!Daniel Stenberg
2005-12-04Recent OpenSSL returns a 'const' in '*_client_method()'. So avoidGisle Vanem
2005-12-02Yang Tse's fix to only provide the proto if there is such a function andDaniel Stenberg
2005-12-02Yang Tse fixed the 4th argument in the sendto() callsDaniel Stenberg
2005-12-01Jamie Newton pointed out that libcurl's file:// code would close() a zeroDaniel Stenberg
2005-11-30cast the va_arg() assignment to ftp_filemethod properlyDaniel Stenberg
2005-11-28new experimental "ftp method" codeDaniel Stenberg
2005-11-28Yang Tse's changes to provide an inet_pton() proto for the platforms whoDaniel Stenberg
2005-11-25Yang Tse: fixes the use of Curl_inet_ntop and Curl_inet_pton with noDaniel Stenberg
2005-11-24Yang Tse: use static on file-private functionsDaniel Stenberg
2005-11-24Yang Tse: fix compilation errors when SSL is not disabled and HTTP isDaniel Stenberg
2005-11-24Yang Tse: removes GOPHER protocol when HTTP is disabledDaniel Stenberg
2005-11-24Changes for OpenWatcom 1.4.Gisle Vanem
2005-11-24Doug Kaufman's set of patches to make curl build fine on DJGPP again usingDaniel Stenberg
2005-11-23Yang Tse's patch to silence MSVC warningsDaniel Stenberg
2005-11-23only enable NTLM if HTTP and NTLM is not disabled, and if NTLM is disabledDaniel Stenberg
2005-11-23Yang Tse fixed MSVC 6.0 warningsDaniel Stenberg
2005-11-18fix compiler warningDaniel Stenberg
2005-11-17I extended a patch from David Shaw to make libcurl _always_ provide an errorDaniel Stenberg
2005-11-14Quagmire reported that he needed to raise a NTLM buffer for SSPI to workDaniel Stenberg
2005-11-14Yang Tse: msvc7+ has deprecated the 'DESCRIPTION' section inDaniel Stenberg
2005-11-14Jan Kunder's debian bug reportDaniel Stenberg
2005-11-13Yang Tse fixed compiler warningsDaniel Stenberg
2005-11-13to build with old gnutls verions, don't use the *_t typesDaniel Stenberg
2005-11-13Add HAVE_STRUCT_SOCKADDR_STORAGE.Gisle Vanem
2005-11-13Fix for WIN32. WIN32 does have 'struct sockaddr_storage', butGisle Vanem
2005-11-13Thanks to this nice summary of poll() implementations:Daniel Stenberg
2005-11-12oops * 2Daniel Stenberg
2005-11-12oopsDaniel Stenberg
2005-11-12Reversed the logic for sockaddr_storage and made our own Curl_sockaddr_storageDaniel Stenberg
2005-11-11Dima Barsky patched problem #1348930: the GnuTLS code completely ignoredDaniel Stenberg
2005-11-11Moved the sockaddr_storage definition to lib/sockaddr.h and only include thatDaniel Stenberg
2005-11-10David Lang fixed IPv6 support for TFTP!Daniel Stenberg
2005-11-10David Lang: if there is no sockaddr_storage, make up our own and use thatDaniel Stenberg
2005-11-08Removed the use of AI_CANONNAME in the IPv6-enabled resolver functions sinceDaniel Stenberg
2005-11-08Dmitry Bartsevich discovered some issues in compatibilty of SSPI-enabledDaniel Stenberg
2005-11-01Use an empty '*mod_name'.Gisle Vanem
2005-10-31Vilmos Nebehaj improved libcurl's LDAP abilities:Daniel Stenberg
2005-10-31kill trailing whitespaceDaniel Stenberg
2005-10-27Nis Jorgensen filed bug report #1338648Daniel Stenberg