summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Small fix.Gisle Vanem2006-02-261-1/+1
* Use getprotobyname() to retrieve protocol number for TCPGisle Vanem2006-02-263-1/+13
* Added user ID support to SOCKS4.Dan Fandrich2006-02-241-5/+8
* argh, forgot the check for a connection before we call Curl_doneDaniel Stenberg2006-02-231-1/+4
* Fixed a few more comment typos.Dan Fandrich2006-02-231-2/+2
* Peter Su's SOCKS4 fixDaniel Stenberg2006-02-231-3/+8
* Lots of work and analysis by "xbx___" in bug #1431750Daniel Stenberg2006-02-233-4/+11
* Fixed some spelling errors in comments, and extraneous \n in failf logs.Dan Fandrich2006-02-221-19/+19
* Peter Su added support for SOCKS4 proxies. Enable this by setting the proxyDaniel Stenberg2006-02-211-5/+192
* Shmulik Regev fixed an issue with multi-pass authentication and compressedDaniel Stenberg2006-02-191-2/+4
* Ulf Härnhammar fixed a format string (printf style) problem in the NegotiateDaniel Stenberg2006-02-181-1/+1
* Fix spacing.Yang Tse2006-02-171-1/+1
* Shmulik Regev provided a fix for the DNS cache when using short life times,Daniel Stenberg2006-02-161-1/+39
* Added some clarifying commentsDaniel Stenberg2006-02-161-4/+8
* Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options thatDaniel Stenberg2006-02-118-36/+82
* Philippe Vaucher provided a brilliant piece of test code that show a problemDaniel Stenberg2006-02-071-6/+7
* Squelch the "warning: 'port' might be used uninitialized in this function".Gisle Vanem2006-01-301-1/+1
* Added CURLOPT_LOCALPORT and CURLOPT_LOCALPORTRANGE to libcurl. Set with theDaniel Stenberg2006-01-303-63/+106
* Based on an error report by Philippe Vaucher, we no longer count a retriedDaniel Stenberg2006-01-301-7/+8
* updated source headerDaniel Stenberg2006-01-261-7/+9
* Michal Marek provided a patch for FTP that makes libcurl continue to try PASVDaniel Stenberg2006-01-241-0/+12
* Duane Cathey was one of our friends who reported that curl -P [IP]Daniel Stenberg2006-01-193-110/+88
* Jon Turner pointed out that doing -P [hostname] with curl (built ipv4-only)Daniel Stenberg2006-01-191-2/+11
* David Shaw finally removed all traces of Gopher and we are now officiallyDaniel Stenberg2006-01-164-35/+2
* Bryan Henderson turned the 'initialized' variable for curl_global_init()Daniel Stenberg2006-01-151-3/+4
* Fixed FTP_SKIP_PASV_IP and FTP_USE_EPSV to "do right" when used on FTP thruDaniel Stenberg2006-01-121-3/+13
* Michael Jahn fixed ftp over CONNECTDaniel Stenberg2006-01-121-0/+34
* When using a bad path over FTP, as in when libcurl couldn't CWD into allDaniel Stenberg2006-01-102-1/+6
* Made the copyright year match the latest modification's year.Daniel Stenberg2006-01-0910-10/+10
* Mike Jean fixed so that the second CONNECT when doing FTP over a HTTP proxyDaniel Stenberg2006-01-071-8/+13
* Include <sys/ioctl.h> before redefining ioctl().Gisle Vanem2006-01-021-0/+1
* fix questionable compareMarty Kuhrt2005-12-301-1/+1
* fix questionable compare compiler error (unsigned can't be < 0)Marty Kuhrt2005-12-301-1/+1
* putting back into distMarty Kuhrt2005-12-302-4/+4
* Kirill Vasiliev fixed the 'release-ssl-dll' target to properly build aDaniel Stenberg2005-12-231-2/+2
* explain tld_check_name()Daniel Stenberg2005-12-201-4/+6
* Changes for PellesC compiler under Win32. A bit limited, butGisle Vanem2005-12-203-10/+27
* Fixed lcc compiler warnings.Dan Fandrich2005-12-191-3/+3
* Fix spacing. When defining, define to 1.Yang Tse2005-12-182-33/+33
* Cleanup windows header includes. Where aplicable, inclusion ofYang Tse2005-12-184-8/+0
* CleanupYang Tse2005-12-172-307/+384
* Windows related cleanupYang Tse2005-12-171-23/+26
* Change multiple header inclusion prevention definition to __LIB_CURL_SETUP_HYang Tse2005-12-171-3/+3
* 'Fix' windows buildsYang Tse2005-12-163-14/+34
* Jean Jacques Drouin pointed out that you could only have a user name orDaniel Stenberg2005-12-161-2/+3
* Fixed some compiler warnings on lcc.Dan Fandrich2005-12-132-5/+6
* 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