summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Undo last 'fix', since it was not the proper one.Yang Tse2005-12-131-3/+4
* Fix compiler warningYang Tse2005-12-121-1/+3
* Undo last changesYang Tse2005-12-113-5/+5
* Dov Murik made defining HTTP_ONLY also disable TFTPDaniel Stenberg2005-12-111-0/+1
* Avoid generation of additional warningsYang Tse2005-12-111-3/+3
* Fix compiler warning and compatibility issue with the type of the parameter u...Yang Tse2005-12-113-4/+4
* Unset HAVE_STRUCT_SOCKADDR_STORAGE when using msvc 6.0 with no PSDKYang Tse2005-12-091-0/+12
* Replaced nonstandard u_char and u_int typesDan Fandrich2005-12-082-7/+7
* Fix compiler warningYang Tse2005-12-081-1/+1
* Fix compiler warningYang Tse2005-12-081-1/+1
* Fixed a lingering omission of gzip support.Dan Fandrich2005-12-081-1/+1
* 7.15.1 with the now to be announced security flaw fixedcurl-7_15_1Daniel Stenberg2005-12-061-2/+8
* Added a run-time check to warn if TFTP is going to fail due to portabilityDan Fandrich2005-12-051-0/+19
* Yang Tse fixed: Openssl 0.9.9 makes 'const' the SSL_METHOD parameter inDaniel Stenberg2005-12-051-2/+7
* Another Yang Tse warning cleanup raid!Daniel Stenberg2005-12-052-3/+3
* Recent OpenSSL returns a 'const' in '*_client_method()'. So avoidGisle Vanem2005-12-041-1/+1
* Yang Tse's fix to only provide the proto if there is such a function andDaniel Stenberg2005-12-021-1/+1
* Yang Tse fixed the 4th argument in the sendto() callsDaniel Stenberg2005-12-021-8/+4
* Jamie Newton pointed out that libcurl's file:// code would close() a zeroDaniel Stenberg2005-12-011-1/+1
* cast the va_arg() assignment to ftp_filemethod properlyDaniel Stenberg2005-11-301-1/+1
* new experimental "ftp method" codeDaniel Stenberg2005-11-283-47/+88
* Yang Tse's changes to provide an inet_pton() proto for the platforms whoDaniel Stenberg2005-11-281-0/+5
* Yang Tse: fixes the use of Curl_inet_ntop and Curl_inet_pton with noDaniel Stenberg2005-11-252-6/+6
* Yang Tse: use static on file-private functionsDaniel Stenberg2005-11-241-0/+4
* Yang Tse: fix compilation errors when SSL is not disabled and HTTP isDaniel Stenberg2005-11-241-2/+10
* Yang Tse: removes GOPHER protocol when HTTP is disabledDaniel Stenberg2005-11-241-0/+4
* Changes for OpenWatcom 1.4.Gisle Vanem2005-11-242-3/+6
* Doug Kaufman's set of patches to make curl build fine on DJGPP again usingDaniel Stenberg2005-11-242-1/+4
* Yang Tse's patch to silence MSVC warningsDaniel Stenberg2005-11-231-5/+7
* only enable NTLM if HTTP and NTLM is not disabled, and if NTLM is disabledDaniel Stenberg2005-11-232-2/+3
* Yang Tse fixed MSVC 6.0 warningsDaniel Stenberg2005-11-231-0/+2
* fix compiler warningDaniel Stenberg2005-11-181-1/+1
* I extended a patch from David Shaw to make libcurl _always_ provide an errorDaniel Stenberg2005-11-171-0/+13
* Quagmire reported that he needed to raise a NTLM buffer for SSPI to workDaniel Stenberg2005-11-141-8/+10
* Yang Tse: msvc7+ has deprecated the 'DESCRIPTION' section inDaniel Stenberg2005-11-141-1/+1
* Jan Kunder's debian bug reportDaniel Stenberg2005-11-141-1/+3
* Yang Tse fixed compiler warningsDaniel Stenberg2005-11-132-1/+4
* to build with old gnutls verions, don't use the *_t typesDaniel Stenberg2005-11-131-1/+1
* Add HAVE_STRUCT_SOCKADDR_STORAGE.Gisle Vanem2005-11-131-0/+3
* Fix for WIN32. WIN32 does have 'struct sockaddr_storage', butGisle Vanem2005-11-131-1/+1
* Thanks to this nice summary of poll() implementations:Daniel Stenberg2005-11-131-1/+1
* oops * 2Daniel Stenberg2005-11-121-1/+1
* oopsDaniel Stenberg2005-11-121-1/+1
* Reversed the logic for sockaddr_storage and made our own Curl_sockaddr_storageDaniel Stenberg2005-11-123-11/+13
* Dima Barsky patched problem #1348930: the GnuTLS code completely ignoredDaniel Stenberg2005-11-111-1/+23
* Moved the sockaddr_storage definition to lib/sockaddr.h and only include thatDaniel Stenberg2005-11-115-8/+40
* David Lang fixed IPv6 support for TFTP!Daniel Stenberg2005-11-101-9/+14
* David Lang: if there is no sockaddr_storage, make up our own and use thatDaniel Stenberg2005-11-102-5/+8
* Removed the use of AI_CANONNAME in the IPv6-enabled resolver functions sinceDaniel Stenberg2005-11-082-9/+10
* Dmitry Bartsevich discovered some issues in compatibilty of SSPI-enabledDaniel Stenberg2005-11-082-19/+46