summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Jörn Hartroth added a set of filesDaniel Stenberg2001-03-141-2/+2
* Jörn Hartroth fixed a bad #endif placementDaniel Stenberg2001-03-141-1/+1
* re-added the default switch for weird statesDaniel Stenberg2001-03-131-2/+0
* Added a failf() error message when the chunked read returns failureDaniel Stenberg2001-03-131-1/+3
* updated the chunked state-machine to deal with the trailing CRLF that comesDaniel Stenberg2001-03-132-5/+39
* failf() now respects the mute flagDaniel Stenberg2001-03-131-3/+3
* initial close policy supportDaniel Stenberg2001-03-131-2/+19
* Added 'created' to the connectdata struct to hold the creation date, toDaniel Stenberg2001-03-131-1/+2
* Curl_tvnow is now properly declared with (void)Daniel Stenberg2001-03-131-1/+1
* two new random seed options for the ssl config structDaniel Stenberg2001-03-121-0/+2
* two new random seed options: CURLOPT_RANDOM_FILE and CURLOPT_EGDSOCKETDaniel Stenberg2001-03-122-19/+47
* updated the comment for the chunked readingDaniel Stenberg2001-03-121-3/+3
* made it return illegal hex in case no hexadecimal digit was read when atDaniel Stenberg2001-03-121-2/+9
* added an error code for illegal hex values in the chunked streamDaniel Stenberg2001-03-121-1/+2
* support for a few new libcurl 7.7 CURLOPT_* options addedDaniel Stenberg2001-03-122-7/+279
* Added infof() calls for persistant connection info, we are very likely toDaniel Stenberg2001-03-122-0/+5
* modified Curl_disconnect() so that it unlinks itself from the data struct,Daniel Stenberg2001-03-121-14/+7
* bugfix: don't use the connectindex if it is -1Daniel Stenberg2001-03-121-1/+2
* use the new name and hostname even though an old connection is reused, sinceDaniel Stenberg2001-03-091-5/+12
* remake Host: for each connection and it'll work with proxies tooDaniel Stenberg2001-03-091-4/+8
* for HTTP/1.0 we default to non keep-alive connections, but when we get aDaniel Stenberg2001-03-091-0/+18
* Added httpversion to the progress struct, we do read it, we can just as wellDaniel Stenberg2001-03-091-0/+1