aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-10-22A Kevin Roth patch. -- It's a post 1.4.2 patch that will become part ofDaniel Stenberg
2001-10-19new return code: CURLE_GOT_NOTHINGDaniel Stenberg
2001-10-19now counts header size return from server and if nothing is returned from aDaniel Stenberg
2001-10-19curl_easy_duphandle() now properly clones the cookie optionDaniel Stenberg
2001-10-19added test 37Daniel Stenberg
2001-10-19CURLOPT_FAILONERROR now only returns error if the HTTP code is 400 or aboveDaniel Stenberg
2001-10-17the malloc debug system only logs data if the logfile FILE * is set, whichDaniel Stenberg
2001-10-17call Curl_done() in Curl_perform() after Transfer() was called, even it itDaniel Stenberg
2001-10-17don't use 'strict' anymore, as it doesn't work good with the cygwin fixesDaniel Stenberg
2001-10-16Kevin Roth's cygwin adjustmentDaniel Stenberg
2001-10-16added AC_LIBTOOL_WIN32_DLL for cygwin setup issuesDaniel Stenberg
2001-10-12Curl_tvdiff() now returns a millisecond diff, no double like beforeDaniel Stenberg
2001-10-12progress meter fixesDaniel Stenberg
2001-10-12extensively commented source code, parts refreshened, the "current speed" isDaniel Stenberg
2001-10-12better check for absolute URL redirects, adjusted to new Curl_tvdiff() protoDaniel Stenberg
2001-10-11looks nicer and is better compatible with older vim versionsSterling Hughes
2001-10-11cleanup on language, content and factsDaniel Stenberg
2001-10-11getservbyname is not used by libcurl, don't check for itDaniel Stenberg
2001-10-11removed WRITEINFO from here, it's not been supported since 7.4...Daniel Stenberg
2001-10-10checkserver() bugged, Kevin Roth detected and fixedDaniel Stenberg
2001-10-10Kevin Roth's fixes to make tests work on cygwinDaniel Stenberg
2001-10-10CURLOPT_WRITEFUNCTION description correctedDaniel Stenberg
2001-10-10cookiejar now enables the cookie engineDaniel Stenberg
2001-10-09hmDaniel Stenberg
2001-10-09added chunked encoding testsDaniel Stenberg
2001-10-09added test 47 - enforced http 1.0 requestDaniel Stenberg
2001-10-09resolve problem fixed, memory leak with ipv6 gone, configure improved,Daniel Stenberg
2001-10-09New: CURLOPT_HTTP_VERSIONDaniel Stenberg
2001-10-09Added -0/--http1.0 to enforce HTTP 1.0 requestsDaniel Stenberg
2001-10-09added the option CURLOPT_HTTP_VERSION that can specify which HTTP versionDaniel Stenberg
2001-10-09ignore SIGPIPE, as that can be actually get sent when we write to a socketDaniel Stenberg
2001-10-08updated the cookiejar commentDaniel Stenberg
2001-10-08hm, an unknown error from bind() when binding the outgoing socket wouldDaniel Stenberg
2001-10-08corrected cookie-jar commentDaniel Stenberg
2001-10-05using a HTTP proxy will disable some protocol-specific features that non-Daniel Stenberg
2001-10-05SM's patch applied, we should not use arguments or variables that have theDaniel Stenberg
2001-10-05VC ID project workspace - fixes compile under win32sm
2001-10-05VC ID project now uses ws2_32.lib - fixes compile under win32sm
2001-10-05Makefile.vc6 changed to include connect.csm
2001-10-04Albert Chin's improved gethostbyname_r() testsDaniel Stenberg
2001-10-04made sure the correct pieces of code are compiled on IPv4-only hosts, andDaniel Stenberg
2001-10-04supports the new ADDR prefix for getaddrinfo() and freeaddrinfo() tracingDaniel Stenberg
2001-10-04getaddrinfo() cleanupsDaniel Stenberg
2001-10-03Keith McGuigan's excellent fix that makes a cloned copy of the hostent structDaniel Stenberg
2001-10-03Nico Baggus' updated for 7.9Daniel Stenberg
2001-10-03Björn Stenberg reported successfully having built curl on StrongARM LinuxDaniel Stenberg
2001-10-03non-blocking connects *done*Daniel Stenberg
2001-10-03me fix curl_formadd() againDaniel Stenberg
2001-10-03hm, I edited away the fine functionality and with this edit test case 9Daniel Stenberg
2001-10-037.9.1 pre-release 1 statusDaniel Stenberg