aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2006-01-09Made the copyright year match the latest modification's year.Daniel Stenberg
2006-01-07Mike Jean fixed so that the second CONNECT when doing FTP over a HTTP proxyDaniel Stenberg
2006-01-02Include <sys/ioctl.h> before redefining ioctl().Gisle Vanem
2005-12-30fix questionable compareMarty Kuhrt
2005-12-30fix questionable compare compiler error (unsigned can't be < 0)Marty Kuhrt
2005-12-30putting back into distMarty Kuhrt
2005-12-23Kirill Vasiliev fixed the 'release-ssl-dll' target to properly build aDaniel Stenberg
2005-12-20explain tld_check_name()Daniel Stenberg
2005-12-20Changes for PellesC compiler under Win32. A bit limited, butGisle Vanem
2005-12-19Fixed lcc compiler warnings.Dan Fandrich
2005-12-18Fix spacing. When defining, define to 1.Yang Tse
2005-12-18Cleanup windows header includes. Where aplicable, inclusion ofYang Tse
2005-12-17CleanupYang Tse
2005-12-17Windows related cleanupYang Tse
2005-12-17Change multiple header inclusion prevention definition to __LIB_CURL_SETUP_HYang Tse
2005-12-16'Fix' windows buildsYang Tse
2005-12-16Jean Jacques Drouin pointed out that you could only have a user name orDaniel Stenberg
2005-12-13Fixed some compiler warnings on lcc.Dan Fandrich
2005-12-13Undo last 'fix', since it was not the proper one.Yang Tse
2005-12-12Fix compiler warningYang Tse
2005-12-11Undo last changesYang Tse
2005-12-11Dov Murik made defining HTTP_ONLY also disable TFTPDaniel Stenberg
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 fixedDaniel 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