summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | you might need to be root to use 'make install'.
* added some text for -d that says it "emulates filling in HTML forms" as thatDaniel Stenberg2001-03-141-8/+9
| | | | is what most people will use -d for
* 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
| | | | stuff in lib/netrc.c
* 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
| | | | the mainscript to verify a whole series of requests
* 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
| | | | from urldata to connectdata, quite correctly.
* 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
| | | | used
* 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
| | | | | my take at removing the private functions from the list, then I renamed the *str(n)equal functions...
* no longer includes the curl/types.h and curl/easy.h include filesDaniel Stenberg2001-03-141-2/+0
| | | | | explicitly, as they're taken care of indirectly by curl/curl.h these days.
* 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
| | | | are used externally and thus are public symbols.
* 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
| | | | this version!
* 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
| | | | after the data part
* 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
| | | | else as it will grow a lot more...
* failf() now respects the mute flagDaniel Stenberg2001-03-131-3/+3
|
* Guenole Bescon's bug found on march 8 is addedDaniel Stenberg2001-03-131-0/+9
|
* exchanged I and me to we and us in a lot of placesDaniel Stenberg2001-03-131-53/+55
| | | | updated for persistant connections and 7.7
* Added test case 37, HTTP GET with name+password in the URLDaniel Stenberg2001-03-135-1/+14
|
* a whole new section on persitant connections and how they're treatedDaniel Stenberg2001-03-131-8/+38
| | | | internally
* we speak HTTP 1.1 nowDaniel Stenberg2001-03-131-1/+2
| | | | more braging about the portability
* close policiesDaniel Stenberg2001-03-132-3/+18
|
* initial close policy supportDaniel Stenberg2001-03-131-2/+19
|