summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2006-02-26Small fix.Gisle Vanem
2006-02-26Use getprotobyname() to retrieve protocol number for TCPGisle Vanem
2006-02-24Added user ID support to SOCKS4.Dan Fandrich
2006-02-23argh, forgot the check for a connection before we call Curl_doneDaniel Stenberg
2006-02-23Fixed a few more comment typos.Dan Fandrich
2006-02-23Peter Su's SOCKS4 fixDaniel Stenberg
2006-02-23Lots of work and analysis by "xbx___" in bug #1431750Daniel Stenberg
2006-02-22Fixed some spelling errors in comments, and extraneous \n in failf logs.Dan Fandrich
2006-02-21Peter Su added support for SOCKS4 proxies. Enable this by setting the proxyDaniel Stenberg
2006-02-19Shmulik Regev fixed an issue with multi-pass authentication and compressedDaniel Stenberg
2006-02-18Ulf Härnhammar fixed a format string (printf style) problem in the NegotiateDaniel Stenberg
2006-02-17Fix spacing.Yang Tse
2006-02-16Shmulik Regev provided a fix for the DNS cache when using short life times,Daniel Stenberg
2006-02-16Added some clarifying commentsDaniel Stenberg
2006-02-11Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options thatDaniel Stenberg
2006-02-07Philippe Vaucher provided a brilliant piece of test code that show a problemDaniel Stenberg
2006-01-30Squelch the "warning: 'port' might be used uninitialized in this function".Gisle Vanem
2006-01-30Added CURLOPT_LOCALPORT and CURLOPT_LOCALPORTRANGE to libcurl. Set with theDaniel Stenberg
2006-01-30Based on an error report by Philippe Vaucher, we no longer count a retriedDaniel Stenberg
2006-01-26updated source headerDaniel Stenberg
2006-01-24Michal Marek provided a patch for FTP that makes libcurl continue to try PASVDaniel Stenberg
2006-01-19Duane Cathey was one of our friends who reported that curl -P [IP]Daniel Stenberg
2006-01-19Jon Turner pointed out that doing -P [hostname] with curl (built ipv4-only)Daniel Stenberg
2006-01-16David Shaw finally removed all traces of Gopher and we are now officiallyDaniel Stenberg
2006-01-15Bryan Henderson turned the 'initialized' variable for curl_global_init()Daniel Stenberg
2006-01-12Fixed FTP_SKIP_PASV_IP and FTP_USE_EPSV to "do right" when used on FTP thruDaniel Stenberg
2006-01-12Michael Jahn fixed ftp over CONNECTDaniel Stenberg
2006-01-10When using a bad path over FTP, as in when libcurl couldn't CWD into allDaniel Stenberg
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