summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* moved here from ../Daniel Stenberg2001-03-165-0/+1380
* moved the documentation item to 7.8, it is rather important to have thingsDaniel Stenberg2001-03-151-2/+2
* updated to have the windows builds instructions use the root Makefile thatDaniel Stenberg2001-03-151-19/+15
* connection timeouts addedDaniel Stenberg2001-03-151-0/+9
* added connect timeout supportDaniel Stenberg2001-03-152-40/+53
* Added --connect-timeout supportDaniel Stenberg2001-03-151-4/+11
* Added CURLOPT_CONNECTTIMEOUTDaniel Stenberg2001-03-151-0/+5
* connection timeout is now supportedDaniel Stenberg2001-03-153-5/+21
* Jörn's win32-fix to make it work betterDaniel Stenberg2001-03-151-6/+6
* corrected it, did I mention IPv6 with HTTP proxy?Daniel Stenberg2001-03-151-6/+6
* Put more concentrated unix install help already at the top, with a note thatDaniel Stenberg2001-03-151-34/+23
* added some text for -d that says it "emulates filling in HTML forms" as thatDaniel Stenberg2001-03-141-8/+9
* ipv6 adjustmentsDaniel Stenberg2001-03-141-0/+6
* 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
* netrc fixDaniel Stenberg2001-03-141-0/+22
* hm, don't free the home dir and append the .netrc part properlyDaniel Stenberg2001-03-141-7/+9
* checks for a few functions and include files more for the new getpwuid()Daniel Stenberg2001-03-141-1/+4
* uses getpwuid() to find user's home dirDaniel Stenberg2001-03-141-9/+33
* added a missing \Daniel Stenberg2001-03-141-1/+1
* always append the incoming request to the server.input file, it allowsDaniel Stenberg2001-03-141-1/+1
* updated to work with the modified http serverDaniel Stenberg2001-03-145-4/+41
* Added test case 38Daniel Stenberg2001-03-146-1/+26
* Edin Kadribaic's bug report #408488 forced a rearrange of two struct fieldsDaniel Stenberg2001-03-145-19/+26
* Added the --egd-file and --random-file optionsDaniel Stenberg2001-03-141-1/+12
* curl 7.7 beta 3curl-7_7-beta3Daniel Stenberg2001-03-142-2/+2
* removed the two unnecessary include filesDaniel Stenberg2001-03-141-2/+0
* ssluse fixed, various win32 fixesDaniel Stenberg2001-03-141-2/+7
* 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
* the URL escape/unescape functions are also public but undocumentedDaniel Stenberg2001-03-141-2/+2
* First Jörn's updates were applied, thenDaniel Stenberg2001-03-141-25/+14
* no longer includes the curl/types.h and curl/easy.h include filesDaniel Stenberg2001-03-141-2/+0
* increased the 'current' number for the interfaceDaniel Stenberg2001-03-141-1/+1
* Curl_str(n)equal renamed to curl_str(n)equalDaniel Stenberg2001-03-141-4/+4
* documented the undocumented public functions in libcurlDaniel Stenberg2001-03-141-1/+6
* chunked bugfix, Jörn's fixes, the interface number increaseDaniel Stenberg2001-03-141-0/+27
* The Curl_* prefixes are now changed for curl_* ones, as these two functionsDaniel Stenberg2001-03-142-6/+10
* Jörn added "#define socklen_t int"Daniel Stenberg2001-03-141-0/+3
* 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
* removed the random seeding and persistant stuff, as both are already inDaniel Stenberg2001-03-131-5/+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
* made 'X to Y' sequences not include X twiceDaniel Stenberg2001-03-131-1/+1
* corrected the chunked formatDaniel Stenberg2001-03-132-7/+5
* 7.7 beta 2 fixescurl-7_7-beta2Daniel Stenberg2001-03-134-21/+43
* EXTRA_DIST got too long, I shortened it now but we have to do somethingDaniel Stenberg2001-03-131-47/+47