summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ignore the curl/types.h header fileDaniel Stenberg2004-04-261-1/+0
* added the new files to the buildDaniel Stenberg2004-04-261-0/+7
* Curl_ip2addr() now takes an in_addr_t argument instead to prevent compilerDaniel Stenberg2004-04-262-2/+2
* removed assignment of variable never usedDaniel Stenberg2004-04-261-3/+2
* Tor Arntsen fixed a 'Statement not reachable'-warningDaniel Stenberg2004-04-261-1/+1
* TommyTam made a patch to handle stdin redirection for win32.Daniel Stenberg2004-04-261-8/+58
* Major hostip.c cleanup and split into multiple files and easier #ifdefDaniel Stenberg2004-04-2617-1122/+2399
* added libidn awarenessDaniel Stenberg2004-04-261-1/+15
* added many commentsDaniel Stenberg2004-04-261-1/+43
* major update of the error stringsDaniel Stenberg2004-04-261-72/+65
* added commentsDaniel Stenberg2004-04-261-3/+13
* added function headers and commentsDaniel Stenberg2004-04-262-20/+56
* Gisle Vanem found and fixed a memory leak when doing (failing) WindowsDaniel Stenberg2004-04-231-2/+5
* only a minor comment/format changeDaniel Stenberg2004-04-231-9/+8
* Replaced Curl_FormReadOneLine with Curl_formpostheader as that is the only useDaniel Stenberg2004-04-233-56/+65
* missing braceDaniel Stenberg2004-04-221-0/+1
* - David Byron found and fixed a small bug with the --fail and authenticationDaniel Stenberg2004-04-223-6/+33
* removed Curl_ftp_quit() as it was turned into a static in ftp.cDaniel Stenberg2004-04-221-1/+0
* If only a partial file was transfered, we consider that a fatal problem soDaniel Stenberg2004-04-221-21/+28
* Added commentsDaniel Stenberg2004-04-221-12/+53
* include unistd.h as well for the close() proto on some platforms (like Tru64)Daniel Stenberg2004-04-211-0/+3
* typecast the tolower() argument to an int to prevent compiler warningDaniel Stenberg2004-04-211-1/+1
* typecast tolower/toupper arguments to int to make picky compilers complainDaniel Stenberg2004-04-211-3/+3
* Fix the "lingering close" problem when re-using a connection, as test caseDaniel Stenberg2004-04-213-13/+7
* increase the headerbytecount for incoming "headers"Daniel Stenberg2004-04-211-0/+2
* cleanup leftoversDaniel Stenberg2004-04-201-4/+4
* Cleaned up hostname/name/gname and path/ppath confusion. Removed the fixed-Daniel Stenberg2004-04-206-77/+70
* Gisle Vanem corrected a mistake in a recent progress fixDaniel Stenberg2004-04-191-1/+1
* Gisle made a failed connect output the reason for itDaniel Stenberg2004-04-171-1/+1
* NDEBUG should not be defined when CURLDEBUG isDaniel Stenberg2004-04-171-1/+0
* ftp->dirs[] is no longer terminated with a zero entry but ftp->dirdepthDaniel Stenberg2004-04-151-1/+1
* removed the fixed dir depth limit in the FTP codeDaniel Stenberg2004-04-152-31/+39
* asking for CURL_IPRESOLVE_V6 when ipv6 addresses can't be resolved willDaniel Stenberg2004-04-141-1/+15
* Curl_wait_for_resolv() could hang due to the bad timeout timer resolution andDaniel Stenberg2004-04-141-3/+13
* Gisle Vanem's fix that makes the multi interface work on Windows again evenDaniel Stenberg2004-04-131-7/+28
* proper typecast to prevent compiler warningDaniel Stenberg2004-04-131-1/+1
* remove an long time #defined struct member and use the actual "real" nameDaniel Stenberg2004-04-134-7/+5
* Moved the 'tcp_nodelay' member to the proper 'UserDefined' struct within theDaniel Stenberg2004-04-133-9/+22
* somewhat safer typecasting in case sizeof(long) != sizeof(void *) (is thereDaniel Stenberg2004-04-121-2/+2
* David Byron's patch for MSVC builds with zlibDaniel Stenberg2004-04-111-0/+21
* Dirk Manske increased the resolution for what the CURLINFO_*_TIME return.Daniel Stenberg2004-04-093-7/+27
* getting only a 100 Continue response and nothing else, when talking HTTP,Daniel Stenberg2004-04-073-3/+13
* renamed the strtoofft() macro to curlx_strtoofft() to adjust to the curlx_*Daniel Stenberg2004-04-075-17/+60
* New authentication code added, particularly noticable when doing POST or PUTDaniel Stenberg2004-04-066-41/+92
* the pack_hostent() proto isn't used/needed with ipv6 is enabled.Daniel Stenberg2004-04-061-1/+6
* Gisle Vanem's fix for bug item #927979 reported by Nathan O'Sullivan.Daniel Stenberg2004-04-061-32/+41
* Added the curl source header and changed some commentsDaniel Stenberg2004-04-061-6/+24
* Gisle Vanem caught me breaking the windows version of Curl_strerror()Daniel Stenberg2004-04-061-1/+3
* provide these functions as curlx_* ones as this enables the curl app toDaniel Stenberg2004-04-062-6/+21
* up-to-date with realityDaniel Stenberg2004-04-061-30/+27