summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remade resume stuff to keep data in the connectdata struct instead of theDaniel Stenberg2001-04-188-73/+97
* init the speed index variable between transfersDaniel Stenberg2001-04-171-0/+1
* Frederic Lepied's ftp download resume fixDaniel Stenberg2001-04-171-1/+6
* use GMT for the conditional timed gets (reported by Phil Karn)Daniel Stenberg2001-04-171-2/+11
* calling curl_easy_perform() with no URL set, now returns an error asDaniel Stenberg2001-04-111-0/+4
* we don't use the HTTP_PROXY environment variable in uppercase anymore, sinceDaniel Stenberg2001-04-111-1/+13
* oops, missed the shut-off non-blocking fixDaniel Stenberg2001-04-111-9/+13
* SM made the connection timeout work for windows boxes!Daniel Stenberg2001-04-111-0/+24
* setopt() works with the new CURLOPT_HEADERFUNCTION:Daniel Stenberg2001-04-101-0/+6
* Added new CURLOPT_HEADERFUNCTION callback for writing headers onlyDaniel Stenberg2001-04-102-1/+11
* corrected by SM to build better with opensslDaniel Stenberg2001-04-091-2/+5
* SM's updatesDaniel Stenberg2001-04-092-396/+397
* Andrés García fixed curl_escape()Daniel Stenberg2001-04-071-0/+1
* show openssl 0.9.6a properlyDaniel Stenberg2001-04-061-0/+18
* curl_formfree() can be called with a NULL argumentDaniel Stenberg2001-04-061-0/+6
* bugfixed the Location: following that must've been bad since the persistantDaniel Stenberg2001-04-031-15/+26
* - disabling port on absolute redirects is wrongDaniel Stenberg2001-04-031-16/+1
* better error checks for failure conditions (based on Puneet Pawaia's reports)Daniel Stenberg2001-04-033-9/+16
* Puneet Pawaia pointed out the lack of http_chunks in several places.Daniel Stenberg2001-04-031-2/+10
* ftps:// support addedDaniel Stenberg2001-03-293-18/+33
* make sure the alarm is off when returning from curl_easy_perform()Daniel Stenberg2001-03-271-0/+4
* 'Connection: keep-alive' is now understood when sent by a HTTP/1.0 serverDaniel Stenberg2001-03-261-0/+12
* DONT TOUCH the data->url as it may point to read-only memory!!!Daniel Stenberg2001-03-231-4/+12
* now always stops reading a HEAD reply after all the headers have been returnedDaniel Stenberg2001-03-231-4/+3
* ConnectionExists() wrongly returned TRUE for too many connections if proxyDaniel Stenberg2001-03-231-2/+4
* Treat 302-redirects the same way we treat 303-redirectsDaniel Stenberg2001-03-221-1/+18
* reset the follow location counter in Curl_perform() so that we can followDaniel Stenberg2001-03-221-0/+3
* brand new Curl_ prefixes on global symbolsDaniel Stenberg2001-03-221-38/+38
* made it use Curl_ prefixes on global symbolsDaniel Stenberg2001-03-221-38/+38
* Jim Drash suggested and I made it not encode what looks like an alreadyDaniel Stenberg2001-03-221-7/+22
* removed the duplicates!Daniel Stenberg2001-03-221-2/+1
* added escape and unescapeDaniel Stenberg2001-03-221-0/+2
* the new escape/unescape function setupDaniel Stenberg2001-03-222-61/+61
* Added support for HTTP code 100 continue, as 8.2.3 in RFC2616 definesDaniel Stenberg2001-03-191-20/+45
* detect if chunked transfers are abortedDaniel Stenberg2001-03-161-0/+5
* corrected the close to sclose() so that the memdebug stuff worksDaniel Stenberg2001-03-161-1/+2
* re-generated with the memdebug.h includeDaniel Stenberg2001-03-161-53/+58
* added memdebug.h includeDaniel Stenberg2001-03-165-0/+25
* added connect timeout supportDaniel Stenberg2001-03-152-40/+53
* removed a bunch of warnings for IPv6-compilesDaniel Stenberg2001-03-141-12/+16
* now works with IPv6 and HTTP proxyDaniel Stenberg2001-03-141-10/+12
* hm, don't free the home dir and append the .netrc part properlyDaniel Stenberg2001-03-141-7/+9
* uses getpwuid() to find user's home dirDaniel Stenberg2001-03-141-9/+33
* Edin Kadribaic's bug report #408488 forced a rearrange of two struct fieldsDaniel Stenberg2001-03-145-19/+26
* Björn Stenberg corrected the silly '(void)data' usage when SSL is notDaniel Stenberg2001-03-141-1/+1
* Jörn's updated fileDaniel Stenberg2001-03-141-22/+22
* First Jörn's updates were applied, thenDaniel Stenberg2001-03-141-25/+14
* increased the 'current' number for the interfaceDaniel Stenberg2001-03-141-1/+1
* The Curl_* prefixes are now changed for curl_* ones, as these two functionsDaniel Stenberg2001-03-142-6/+10
* Jörn fixed it to compile on win32 againDaniel Stenberg2001-03-141-2/+3