summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Each test case now specifies which server(s) it needs, without relying on theDaniel Stenberg2003-04-30114-0/+342
* we say welcome to test 142Daniel Stenberg2003-04-301-1/+1
* verify that curl fails fine when an FTP URL with a too deep dir hierarchyDaniel Stenberg2003-04-301-0/+27
* when making up the list of path parts, save the last entry pointing to NULLDaniel Stenberg2003-04-301-2/+3
* recent actionDaniel Stenberg2003-04-301-0/+32
* if there's a cookiehost allocated, free that tooDaniel Stenberg2003-04-301-0/+2
* ok, make the test run ok tooDaniel Stenberg2003-04-301-3/+3
* various new cookie tests with a custom Host: header setDaniel Stenberg2003-04-302-1/+51
* modified to work with modified codeDaniel Stenberg2003-04-3012-19/+29
* modified to produce nicer output when a single test failsDaniel Stenberg2003-04-301-13/+14
* make the diffs with 'diff -u' to make them nicer and easier to readDaniel Stenberg2003-04-301-4/+3
* stop parsing Host: host names at colons tooDaniel Stenberg2003-04-301-2/+2
* modified to the new cookie function protoDaniel Stenberg2003-04-301-1/+6
* extract host name from custom Host: headers to use for cookiesDaniel Stenberg2003-04-301-1/+25
* Many cookie fixes:Daniel Stenberg2003-04-302-61/+140
* changes need for the new ftp path treatment and the new cookie codeDaniel Stenberg2003-04-301-1/+5
* David Balazic's patch to make the FTP operations "do right" according toDaniel Stenberg2003-04-301-33/+56
* two more platforms Rich Gray built curl onDaniel Stenberg2003-04-301-0/+2
* Peter Kovacs provided a patch that makes the CURLINFO_CONNECT_TIME work fineDaniel Stenberg2003-04-291-1/+4
* mention configure --helpDaniel Stenberg2003-04-291-0/+4
* CURLOPT_FTPPORT could support port number tooDaniel Stenberg2003-04-281-0/+3
* corrected the comment which wasn't correctDaniel Stenberg2003-04-281-4/+2
* RSAglue.lib is no longer needed with recent OpenSSL versionsDaniel Stenberg2003-04-251-2/+3
* Dan Fandrich added support for the gzip Content-Encoding for --compressedDaniel Stenberg2003-04-241-2/+2
* Bryan Kemp's reported problems with curl and PUT from stdin and a fakedDaniel Stenberg2003-04-232-1/+45
* last 10 days or soDaniel Stenberg2003-04-221-0/+25
* libtool 1.5 stuffDaniel Stenberg2003-04-223-834/+2170
* stop checking for libtool, we don't run that in this scriptDaniel Stenberg2003-04-221-38/+0
* Dan Fandrich corrected the error messages on "bad encoding".Daniel Stenberg2003-04-222-2/+2
* Dan Fandrich's gzip bugfixDaniel Stenberg2003-04-221-2/+7
* Dan Fandrich's fixDaniel Stenberg2003-04-221-5/+5
* Peter Sylvester pointed out that curl_easy_setopt() will always (wrongly)Daniel Stenberg2003-04-221-4/+5
* two dashes is enoughDaniel Stenberg2003-04-161-1/+1
* typecast the setting of the size, as it might be an off_t which is biggerDaniel Stenberg2003-04-151-4/+8
* If MALLOCDEBUG, include the lib's setup.h here so that the proper definesDaniel Stenberg2003-04-151-2/+9
* include config.h before all system headers, so that _FILE_OFFSET_BITS andDaniel Stenberg2003-04-151-4/+4
* extended the -F sectionDaniel Stenberg2003-04-151-2/+8
* treat uploaded .html files as text/html by defaultDaniel Stenberg2003-04-151-1/+1
* return the same error for the sslv2 "certificate verify failed" codeDaniel Stenberg2003-04-141-4/+8
* new wording by Kevin RothDaniel Stenberg2003-04-141-9/+18
* ignore all stamp-h*Daniel Stenberg2003-04-141-1/+1
* With the recent fix of libcurl, it shall now return CURLE_SSL_CACERT whenDaniel Stenberg2003-04-141-2/+16
* Restored the SSL error codes since they was broken in the 7.10.4 release,Daniel Stenberg2003-04-141-8/+24
* FTP CWD response fixedDaniel Stenberg2003-04-141-0/+10
* clarified the CURLINFO_SIZE_DOWNLOAD somewhat on Juan F. Codagnone'sDaniel Stenberg2003-04-111-1/+2
* Nic fixed so that Curl_client_write() must not be called with 0 lenth data.Daniel Stenberg2003-04-111-23/+24
* Nic Hines fixed this bug when deflate or gzip contents were downloaded usingDaniel Stenberg2003-04-111-0/+4
* ah, move the zero byte too or havoc will occurDaniel Stenberg2003-04-111-2/+2
* verify the new url parser fixDaniel Stenberg2003-04-112-1/+38
* support ? as separator instead of / even if not protocol was givenDaniel Stenberg2003-04-111-1/+1