eb6130ba | 01-May-2003 |
Daniel Stenberg |
ourerrno became Curl_ourerrno() and is now available to all libcurl |
f69ea2c6 | 01-May-2003 |
Daniel Stenberg |
Use the proper Curl_ourerrno() function instead of plain errno, for better portability. Also use Andy Cedilnik's compiler warning fixes. |
078441d4 | 30-Apr-2003 |
Daniel Stenberg |
the test numbers are now only for human readability, the numbers no longer enforces protocol/server |
95f6b15a | 30-Apr-2003 |
Daniel Stenberg |
no longer assume that the test number implies servers to run |
ee29dbdb | 30-Apr-2003 |
Daniel Stenberg |
Each test case now specifies which server(s) it needs, without relying on the test number. |
15f3f4c9 | 30-Apr-2003 |
Daniel Stenberg |
we say welcome to test 142 |
6932e94e | 30-Apr-2003 |
Daniel Stenberg |
verify that curl fails fine when an FTP URL with a too deep dir hierarchy is used |
3ef06d7e | 30-Apr-2003 |
Daniel Stenberg |
when making up the list of path parts, save the last entry pointing to NULL as otherwise we'll go nuts |
fb012b48 | 30-Apr-2003 |
Daniel Stenberg |
recent action |
bc77bf21 | 30-Apr-2003 |
Daniel Stenberg |
if there's a cookiehost allocated, free that too |
37d1e935 | 30-Apr-2003 |
Daniel Stenberg |
ok, make the test run ok too |
4494c0de | 30-Apr-2003 |
Daniel Stenberg |
various new cookie tests with a custom Host: header set |
26afc604 | 30-Apr-2003 |
Daniel Stenberg |
modified to work with modified code |
9aefcada | 30-Apr-2003 |
Daniel Stenberg |
modified to produce nicer output when a single test fails |
69fc3637 | 30-Apr-2003 |
Daniel Stenberg |
make the diffs with 'diff -u' to make them nicer and easier to read |
bea02dde | 30-Apr-2003 |
Daniel Stenberg |
stop parsing Host: host names at colons too |
3fb257c3 | 30-Apr-2003 |
Daniel Stenberg |
modified to the new cookie function proto |
7c96c5a3 | 30-Apr-2003 |
Daniel Stenberg |
extract host name from custom Host: headers to use for cookies |
efd836d9 | 30-Apr-2003 |
Daniel Stenberg |
Many cookie fixes: o Save domains in jars like Mozilla does. It means all domains set in Set-Cookie: headers are dot-prefixed. o Save and use the 'tailmatch' field in the Mozilla/
Many cookie fixes: o Save domains in jars like Mozilla does. It means all domains set in Set-Cookie: headers are dot-prefixed. o Save and use the 'tailmatch' field in the Mozilla/Netscape cookie jars (the second column). o Reject cookies using illegal domains in the Set-Cookie: line. Concerns both domains with too few dots or domains that are outside the currently operating server host's domain. o Set the path part by default to the one used in the request, if none was set in the Set-Cookie line.
show more ...
|
836aaa16 | 30-Apr-2003 |
Daniel Stenberg |
changes need for the new ftp path treatment and the new cookie code |
bf2b3dbf | 30-Apr-2003 |
Daniel Stenberg |
David Balazic's patch to make the FTP operations "do right" according to RFC1738, which means it'll use one CWD for each pathpart. |
b4fa2ff9 | 30-Apr-2003 |
Daniel Stenberg |
two more platforms Rich Gray built curl on |
2f9cabc3 | 29-Apr-2003 |
Daniel Stenberg |
Peter Kovacs provided a patch that makes the CURLINFO_CONNECT_TIME work fine when using the multi interface (too). |
63593f55 | 29-Apr-2003 |
Daniel Stenberg |
mention configure --help |
c0acaa5d | 28-Apr-2003 |
Daniel Stenberg |
CURLOPT_FTPPORT could support port number too |