Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-12 | setting ENCODING to "" means enable-all-you-support | Daniel Stenberg | |
2003-05-12 | Dan Fandrich changed CURLOPT_ENCODING to select all supported encodings if | Daniel Stenberg | |
set to "". This frees the application from having to know which encodings the library supports. | |||
2003-05-12 | Dan Fandrich lowered the libtool requirement | Daniel Stenberg | |
2003-05-12 | when we have accepted the server's connection in a PORT sequence, we set | Daniel Stenberg | |
the new socket to non-blocking | |||
2003-05-12 | avoid the write loop | Daniel Stenberg | |
2003-05-12 | incoming proxy headers shall be sent to the debug function has HEADERs not | Daniel Stenberg | |
DATA | |||
2003-05-09 | oops, run libtoolize as the first tool | Daniel Stenberg | |
2003-05-09 | run libtoolize too | Daniel Stenberg | |
2003-05-09 | run libtoolize to generate these files | Daniel Stenberg | |
2003-05-09 | CURLOPT_FTP_USE_EPRT added | Daniel Stenberg | |
2003-05-09 | --disable-eprt added | Daniel Stenberg | |
2003-05-09 | support for CURLOPT_FTP_USE_EPRT added | Daniel Stenberg | |
2003-05-09 | AIX wants sys/select.h | Daniel Stenberg | |
2003-05-09 | clarify on the curl name issue and that there may be other libcurl-based | Daniel Stenberg | |
tools that provide GUI | |||
2003-05-06 | Kevin Delafield reported another case where we didn't correctly check for | Daniel Stenberg | |
EAGAIN but only EWOULDBLOCK, which caused badness on HPUX. We also check for and act the same on EINTR errors as well now. | |||
2003-05-05 | fixed the required tools' version numbers | Daniel Stenberg | |
2003-05-04 | the writable argv check now should not exit when building a cross-compiled | Daniel Stenberg | |
curl | |||
2003-05-03 | put back the libtool test, now for 1.5 | Daniel Stenberg | |
require autoconf 2.57 require automake 1.7 | |||
2003-05-02 | If there is a custom Host: header specified, we use that host name to | Daniel Stenberg | |
extract the correct set of cookies to send. This functionality is verified by test case 62. | |||
2003-05-02 | send correct cookies when using a custom Host: | Daniel Stenberg | |
2003-05-02 | fixed the format slightly | Daniel Stenberg | |
2003-05-01 | corrected a comment about gzip not being supported | Daniel Stenberg | |
2003-05-01 | FTP URL with type=a | Daniel Stenberg | |
2003-05-01 | Andy Cedilnik fixed some compiler warnings | Daniel Stenberg | |
2003-05-01 | ourerrno became Curl_ourerrno() and is now available to all libcurl | Daniel Stenberg | |
2003-05-01 | Use the proper Curl_ourerrno() function instead of plain errno, for better | Daniel Stenberg | |
portability. Also use Andy Cedilnik's compiler warning fixes. | |||
2003-04-30 | the test numbers are now only for human readability, the numbers no longer | Daniel Stenberg | |
enforces protocol/server | |||
2003-04-30 | no longer assume that the test number implies servers to run | Daniel Stenberg | |
2003-04-30 | Each test case now specifies which server(s) it needs, without relying on the | Daniel Stenberg | |
test number. | |||
2003-04-30 | we say welcome to test 142 | Daniel Stenberg | |
2003-04-30 | verify that curl fails fine when an FTP URL with a too deep dir hierarchy | Daniel Stenberg | |
is used | |||
2003-04-30 | when making up the list of path parts, save the last entry pointing to NULL | Daniel Stenberg | |
as otherwise we'll go nuts | |||
2003-04-30 | recent action | Daniel Stenberg | |
2003-04-30 | if there's a cookiehost allocated, free that too | Daniel Stenberg | |
2003-04-30 | ok, make the test run ok too | Daniel Stenberg | |
2003-04-30 | various new cookie tests with a custom Host: header set | Daniel Stenberg | |
2003-04-30 | modified to work with modified code | Daniel Stenberg | |
2003-04-30 | modified to produce nicer output when a single test fails | Daniel Stenberg | |
2003-04-30 | make the diffs with 'diff -u' to make them nicer and easier to read | Daniel Stenberg | |
2003-04-30 | stop parsing Host: host names at colons too | Daniel Stenberg | |
2003-04-30 | modified to the new cookie function proto | Daniel Stenberg | |
2003-04-30 | extract host name from custom Host: headers to use for cookies | Daniel Stenberg | |
2003-04-30 | Many cookie fixes: | Daniel Stenberg | |
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. | |||
2003-04-30 | changes need for the new ftp path treatment and the new cookie code | Daniel Stenberg | |
2003-04-30 | David Balazic's patch to make the FTP operations "do right" according to | Daniel Stenberg | |
RFC1738, which means it'll use one CWD for each pathpart. | |||
2003-04-30 | two more platforms Rich Gray built curl on | Daniel Stenberg | |
2003-04-29 | Peter Kovacs provided a patch that makes the CURLINFO_CONNECT_TIME work fine | Daniel Stenberg | |
when using the multi interface (too). | |||
2003-04-29 | mention configure --help | Daniel Stenberg | |
2003-04-28 | CURLOPT_FTPPORT could support port number too | Daniel Stenberg | |
2003-04-28 | corrected the comment which wasn't correct | Daniel Stenberg | |