| Commit message (Expand) | Author | Age | Files | Lines |
* | Each test case now specifies which server(s) it needs, without relying on the | Daniel Stenberg | 2003-04-30 | 114 | -0/+342 |
* | we say welcome to test 142 | Daniel Stenberg | 2003-04-30 | 1 | -1/+1 |
* | verify that curl fails fine when an FTP URL with a too deep dir hierarchy | Daniel Stenberg | 2003-04-30 | 1 | -0/+27 |
* | when making up the list of path parts, save the last entry pointing to NULL | Daniel Stenberg | 2003-04-30 | 1 | -2/+3 |
* | recent action | Daniel Stenberg | 2003-04-30 | 1 | -0/+32 |
* | if there's a cookiehost allocated, free that too | Daniel Stenberg | 2003-04-30 | 1 | -0/+2 |
* | ok, make the test run ok too | Daniel Stenberg | 2003-04-30 | 1 | -3/+3 |
* | various new cookie tests with a custom Host: header set | Daniel Stenberg | 2003-04-30 | 2 | -1/+51 |
* | modified to work with modified code | Daniel Stenberg | 2003-04-30 | 12 | -19/+29 |
* | modified to produce nicer output when a single test fails | Daniel Stenberg | 2003-04-30 | 1 | -13/+14 |
* | make the diffs with 'diff -u' to make them nicer and easier to read | Daniel Stenberg | 2003-04-30 | 1 | -4/+3 |
* | stop parsing Host: host names at colons too | Daniel Stenberg | 2003-04-30 | 1 | -2/+2 |
* | modified to the new cookie function proto | Daniel Stenberg | 2003-04-30 | 1 | -1/+6 |
* | extract host name from custom Host: headers to use for cookies | Daniel Stenberg | 2003-04-30 | 1 | -1/+25 |
* | Many cookie fixes: | Daniel Stenberg | 2003-04-30 | 2 | -61/+140 |
* | changes need for the new ftp path treatment and the new cookie code | Daniel Stenberg | 2003-04-30 | 1 | -1/+5 |
* | David Balazic's patch to make the FTP operations "do right" according to | Daniel Stenberg | 2003-04-30 | 1 | -33/+56 |
* | two more platforms Rich Gray built curl on | Daniel Stenberg | 2003-04-30 | 1 | -0/+2 |
* | Peter Kovacs provided a patch that makes the CURLINFO_CONNECT_TIME work fine | Daniel Stenberg | 2003-04-29 | 1 | -1/+4 |
* | mention configure --help | Daniel Stenberg | 2003-04-29 | 1 | -0/+4 |
* | CURLOPT_FTPPORT could support port number too | Daniel Stenberg | 2003-04-28 | 1 | -0/+3 |
* | corrected the comment which wasn't correct | Daniel Stenberg | 2003-04-28 | 1 | -4/+2 |
* | RSAglue.lib is no longer needed with recent OpenSSL versions | Daniel Stenberg | 2003-04-25 | 1 | -2/+3 |
* | Dan Fandrich added support for the gzip Content-Encoding for --compressed | Daniel Stenberg | 2003-04-24 | 1 | -2/+2 |
* | Bryan Kemp's reported problems with curl and PUT from stdin and a faked | Daniel Stenberg | 2003-04-23 | 2 | -1/+45 |
* | last 10 days or so | Daniel Stenberg | 2003-04-22 | 1 | -0/+25 |
* | libtool 1.5 stuff | Daniel Stenberg | 2003-04-22 | 3 | -834/+2170 |
* | stop checking for libtool, we don't run that in this script | Daniel Stenberg | 2003-04-22 | 1 | -38/+0 |
* | Dan Fandrich corrected the error messages on "bad encoding". | Daniel Stenberg | 2003-04-22 | 2 | -2/+2 |
* | Dan Fandrich's gzip bugfix | Daniel Stenberg | 2003-04-22 | 1 | -2/+7 |
* | Dan Fandrich's fix | Daniel Stenberg | 2003-04-22 | 1 | -5/+5 |
* | Peter Sylvester pointed out that curl_easy_setopt() will always (wrongly) | Daniel Stenberg | 2003-04-22 | 1 | -4/+5 |
* | two dashes is enough | Daniel Stenberg | 2003-04-16 | 1 | -1/+1 |
* | typecast the setting of the size, as it might be an off_t which is bigger | Daniel Stenberg | 2003-04-15 | 1 | -4/+8 |
* | If MALLOCDEBUG, include the lib's setup.h here so that the proper defines | Daniel Stenberg | 2003-04-15 | 1 | -2/+9 |
* | include config.h before all system headers, so that _FILE_OFFSET_BITS and | Daniel Stenberg | 2003-04-15 | 1 | -4/+4 |
* | extended the -F section | Daniel Stenberg | 2003-04-15 | 1 | -2/+8 |
* | treat uploaded .html files as text/html by default | Daniel Stenberg | 2003-04-15 | 1 | -1/+1 |
* | return the same error for the sslv2 "certificate verify failed" code | Daniel Stenberg | 2003-04-14 | 1 | -4/+8 |
* | new wording by Kevin Roth | Daniel Stenberg | 2003-04-14 | 1 | -9/+18 |
* | ignore all stamp-h* | Daniel Stenberg | 2003-04-14 | 1 | -1/+1 |
* | With the recent fix of libcurl, it shall now return CURLE_SSL_CACERT when | Daniel Stenberg | 2003-04-14 | 1 | -2/+16 |
* | Restored the SSL error codes since they was broken in the 7.10.4 release, | Daniel Stenberg | 2003-04-14 | 1 | -8/+24 |
* | FTP CWD response fixed | Daniel Stenberg | 2003-04-14 | 1 | -0/+10 |
* | clarified the CURLINFO_SIZE_DOWNLOAD somewhat on Juan F. Codagnone's | Daniel Stenberg | 2003-04-11 | 1 | -1/+2 |
* | Nic fixed so that Curl_client_write() must not be called with 0 lenth data. | Daniel Stenberg | 2003-04-11 | 1 | -23/+24 |
* | Nic Hines fixed this bug when deflate or gzip contents were downloaded using | Daniel Stenberg | 2003-04-11 | 1 | -0/+4 |
* | ah, move the zero byte too or havoc will occur | Daniel Stenberg | 2003-04-11 | 1 | -2/+2 |
* | verify the new url parser fix | Daniel Stenberg | 2003-04-11 | 2 | -1/+38 |
* | support ? as separator instead of / even if not protocol was given | Daniel Stenberg | 2003-04-11 | 1 | -1/+1 |