aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-03-15Added CURLOPT_CONNECTTIMEOUTDaniel Stenberg
2001-03-15connection timeout is now supportedDaniel Stenberg
2001-03-15Jörn's win32-fix to make it work betterDaniel Stenberg
2001-03-15corrected it, did I mention IPv6 with HTTP proxy?Daniel Stenberg
2001-03-15Put more concentrated unix install help already at the top, with a note thatDaniel Stenberg
2001-03-14added some text for -d that says it "emulates filling in HTML forms" as thatDaniel Stenberg
2001-03-14ipv6 adjustmentsDaniel Stenberg
2001-03-14removed a bunch of warnings for IPv6-compilesDaniel Stenberg
2001-03-14now works with IPv6 and HTTP proxyDaniel Stenberg
2001-03-14netrc fixDaniel Stenberg
2001-03-14hm, don't free the home dir and append the .netrc part properlyDaniel Stenberg
2001-03-14checks for a few functions and include files more for the new getpwuid()Daniel Stenberg
2001-03-14uses getpwuid() to find user's home dirDaniel Stenberg
2001-03-14added a missing \Daniel Stenberg
2001-03-14always append the incoming request to the server.input file, it allowsDaniel Stenberg
2001-03-14updated to work with the modified http serverDaniel Stenberg
2001-03-14Added test case 38Daniel Stenberg
2001-03-14Edin Kadribaic's bug report #408488 forced a rearrange of two struct fieldsDaniel Stenberg
2001-03-14Added the --egd-file and --random-file optionsDaniel Stenberg
2001-03-14curl 7.7 beta 3Daniel Stenberg
2001-03-14removed the two unnecessary include filesDaniel Stenberg
2001-03-14ssluse fixed, various win32 fixesDaniel Stenberg
2001-03-14Björn Stenberg corrected the silly '(void)data' usage when SSL is notDaniel Stenberg
2001-03-14Jörn's updated fileDaniel Stenberg
2001-03-14the URL escape/unescape functions are also public but undocumentedDaniel Stenberg
2001-03-14First Jörn's updates were applied, thenDaniel Stenberg
2001-03-14no longer includes the curl/types.h and curl/easy.h include filesDaniel Stenberg
2001-03-14increased the 'current' number for the interfaceDaniel Stenberg
2001-03-14Curl_str(n)equal renamed to curl_str(n)equalDaniel Stenberg
2001-03-14documented the undocumented public functions in libcurlDaniel Stenberg
2001-03-14chunked bugfix, Jörn's fixes, the interface number increaseDaniel Stenberg
2001-03-14The Curl_* prefixes are now changed for curl_* ones, as these two functionsDaniel Stenberg
2001-03-14Jörn added "#define socklen_t int"Daniel Stenberg
2001-03-14Jörn fixed it to compile on win32 againDaniel Stenberg
2001-03-14Jörn Hartroth added a set of filesDaniel Stenberg
2001-03-14Jörn Hartroth fixed a bad #endif placementDaniel Stenberg
2001-03-13re-added the default switch for weird statesDaniel Stenberg
2001-03-13removed the random seeding and persistant stuff, as both are already inDaniel Stenberg
2001-03-13Added a failf() error message when the chunked read returns failureDaniel Stenberg
2001-03-13updated the chunked state-machine to deal with the trailing CRLF that comesDaniel Stenberg
2001-03-13made 'X to Y' sequences not include X twiceDaniel Stenberg
2001-03-13corrected the chunked formatDaniel Stenberg
2001-03-137.7 beta 2 fixesDaniel Stenberg
2001-03-13EXTRA_DIST got too long, I shortened it now but we have to do somethingDaniel Stenberg
2001-03-13failf() now respects the mute flagDaniel Stenberg
2001-03-13Guenole Bescon's bug found on march 8 is addedDaniel Stenberg
2001-03-13exchanged I and me to we and us in a lot of placesDaniel Stenberg
2001-03-13Added test case 37, HTTP GET with name+password in the URLDaniel Stenberg
2001-03-13a whole new section on persitant connections and how they're treatedDaniel Stenberg
2001-03-13we speak HTTP 1.1 nowDaniel Stenberg