aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-10-29Kevin Roth updatesDaniel Stenberg
2001-10-29corrected return code, general cleanupDaniel Stenberg
2001-10-29added curl_formaddDaniel Stenberg
2001-10-29minor fix to support multiple files in one formadd() callDaniel Stenberg
2001-10-2929 October fixesDaniel Stenberg
2001-10-29Kevin Roth's cygwin package fixesDaniel Stenberg
2001-10-29Cygwin moved into the win32 drawerDaniel Stenberg
2001-10-29fixed conn->name error on connection re-use and enlarged the 'gname' arrayDaniel Stenberg
2001-10-29SM's waitconnect return code fix!Daniel Stenberg
2001-10-26changed the Location: to match one Paul Harrington reports a problem withDaniel Stenberg
2001-10-26ldap fix, test28 addedDaniel Stenberg
2001-10-26made 'timespent' a double, which makes more accurate calculations for quickDaniel Stenberg
2001-10-26test28 added for "Location: extraspace" testDaniel Stenberg
2001-10-25bug report #474568 -Daniel Stenberg
2001-10-24added "s390 Linux" as a platform that curl was compiled for, and I also sortedDaniel Stenberg
2001-10-24added a section about cross compiling that Jim Duey wrote down for usDaniel Stenberg
2001-10-24lots and lotsDaniel Stenberg
2001-10-24test case 27 added, to make sure cookie replacing don't leak anythingDaniel Stenberg
2001-10-24now reports the CORRECT pid on demandDaniel Stenberg
2001-10-24T. Bharath found this memory leak. It occurs when we replace an internallyDaniel Stenberg
2001-10-23pack_hostent() now aligns the data properly on 64bit boundaries to work onDaniel Stenberg
2001-10-23grammar grammar!Daniel Stenberg
2001-10-23added "3.12 Why do FTP specific features over HTTP proxy fails?"Daniel Stenberg
2001-10-23added AC_PREREQ(2.50) to prevent autoconf mistakesDaniel Stenberg
2001-10-22An SGI (IRIX) compiler doesn't like indended #-instructions, so they're allDaniel Stenberg
2001-10-22make sure the connect can't return OK but return a NULL as addrDaniel Stenberg
2001-10-222000 => 2001Daniel Stenberg
2001-10-22rephrased the WRITEFUNCTION description a bitDaniel Stenberg
2001-10-22failed transfers will now close the connectionDaniel Stenberg
2001-10-22added cygwin package makefileDaniel Stenberg
2001-10-22Cygwin filesDaniel Stenberg
2001-10-22Kevin Roth's cygwin fixesDaniel Stenberg
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