Age | Commit message (Expand) | Author |
2003-05-19 | the proxy environment variables now may contain user name and password | Daniel Stenberg |
2003-05-19 | remove debug output | Daniel Stenberg |
2003-05-19 | setenv support added to allow test cases to require a set of environment | Daniel Stenberg |
2003-05-19 | 7.10.5 commit | Daniel Stenberg |
2003-05-16 | known AIX ipv6 problems | Daniel Stenberg |
2003-05-15 | Skip any preceeding dots from the domain name of cookies when we keep them | Daniel Stenberg |
2003-05-15 | change the order of the in_addr_t tests, so that 'unsigned long' is tested | Daniel Stenberg |
2003-05-15 | 1. George Comninos' progress meter fix | Daniel Stenberg |
2003-05-14 | documented CURLOPT_FTP_USE_EPRT | Daniel Stenberg |
2003-05-14 | George Comninos provided a fix that calls the progress meter when waiting | Daniel Stenberg |
2003-05-13 | Setup and use CURL_INADDR_NONE all over instead of INADDR_NONE. We setup | Daniel Stenberg |
2003-05-13 | before using if2ip(), check if the address is an ip address and skip it if | Daniel Stenberg |
2003-05-13 | libtool 1.4.2 is enough | Daniel Stenberg |
2003-05-13 | fix comment | Daniel Stenberg |
2003-05-12 | before checking for network interfaces using if2ip(), check that the given | Daniel Stenberg |
2003-05-12 | no more complaining when I have 1.5 and it tests for 1.4.2 | Daniel Stenberg |
2003-05-12 | fixes from the last week+ | Daniel Stenberg |
2003-05-12 | Dan F clarified the CURLOPT_ENCODING description after his changes to | Daniel Stenberg |
2003-05-12 | Dan Fandrich added --compressed docu | Daniel Stenberg |
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 |
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 |
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 |
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 |
2003-05-06 | Kevin Delafield reported another case where we didn't correctly check for | Daniel Stenberg |
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 |
2003-05-03 | put back the libtool test, now for 1.5 | Daniel Stenberg |
2003-05-02 | If there is a custom Host: header specified, we use that host name to | Daniel Stenberg |
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 |
2003-04-30 | the test numbers are now only for human readability, the numbers no longer | Daniel Stenberg |
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 |
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 |