Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-09 | added the new source files. | Gunter Knauf | |
2004-06-09 | corrected copyright. | Gunter Knauf | |
2004-06-08 | Gisle's patch that'll allow curl to continue with the following URLs even | Daniel Stenberg | |
if one transfer fails. | |||
2004-06-08 | fix | Daniel Stenberg | |
2004-06-08 | James Bursa fixed a RISC OS init issue, removed trailing whitespace | Daniel Stenberg | |
2004-06-08 | Marty Kuhrt's VMS fixes | Daniel Stenberg | |
2004-06-08 | corrected defines. | Gunter Knauf | |
2004-06-08 | delete trailing whitespace | Daniel Stenberg | |
2004-06-08 | convert to UNIX format. | Gunter Knauf | |
2004-06-08 | converted to UNIX format. | Gunter Knauf | |
2004-06-08 | Kjetil Jacobsen pointed out that the CURLOPT_FILETIME option was wrongly | Daniel Stenberg | |
marked as accepting an objectpoint argument while it actually assumes a long. The comment was also grossly misleading. The man page was and is correct though. | |||
2004-06-08 | time schedule for this year | Daniel Stenberg | |
2004-06-07 | prevent compiler warning with picky compilers | Daniel Stenberg | |
2004-06-07 | Reverted the previous change and redid it differently as it seemed to not | Daniel Stenberg | |
work. This is supposed to detect cross-compiling and alert the user, and not do the POSIX-check for strerror_r() if it already detected a glibc-compatible strerror_r(). | |||
2004-06-07 | When sending info about which host that sends what, include proper direction | Daniel Stenberg | |
to/from, based on a suggestion from Alexander Krasnostavsky | |||
2004-06-04 | configure fix | Daniel Stenberg | |
2004-06-04 | 1 - do better when cross-compiling when checking for strerror_r() - alert | Daniel Stenberg | |
the user. 2 - don't check for POSIX-style if glibc-style is found first | |||
2004-06-04 | test 173 added: HTTP RFC1867-formpost a file from stdin with "faked" filename | Daniel Stenberg | |
2004-06-04 | fixed spell, removed reference to a 'tools' subdir in the curl dir, as we | Daniel Stenberg | |
don't have one | |||
2004-06-04 | Günter Knauf's netware fix | Daniel Stenberg | |
2004-06-04 | Günter Knauf's netware build fixes | Daniel Stenberg | |
2004-06-04 | 3rd party transfers are in CVS now | Daniel Stenberg | |
2004-06-03 | updated a comment | Daniel Stenberg | |
2004-06-03 | updates | Daniel Stenberg | |
2004-06-03 | the test targets won't invoke the test suite if curl is built cross-compiled. | Daniel Stenberg | |
Pointed out by Chris Gaukroger. | |||
2004-06-03 | set an automake conditional for if this is a cross-compile or not | Daniel Stenberg | |
2004-06-03 | deleted trailing whitespace | Daniel Stenberg | |
2004-06-03 | 7.12.0 introduced IDN support | Daniel Stenberg | |
2004-06-03 | Alexander Krasnostavsky's FTP third party transfer (proxy) support | Daniel Stenberg | |
2004-06-03 | Mention the python-isque mailing list, don't mention the commit mailing lists | Daniel Stenberg | |
as they are probably very rarely intresting to the "common people" anyway. | |||
2004-06-03 | CURLE_FAILED_INIT is returend when an unknown option is set | Daniel Stenberg | |
2004-06-03 | Added example of how to use the upcoming support for FTP 3rd party transfers | Daniel Stenberg | |
2004-06-03 | corrected to use the proxy user name for proxy auth, as was just bugfixed! | Daniel Stenberg | |
2004-06-03 | Vincent Bronner made the code use the correct user name + password when | Daniel Stenberg | |
doing proxy authentication. | |||
2004-06-03 | getinfo.c is a new tiny example that uses curl_easy_getinfo() to get the | Daniel Stenberg | |
content-type after a transfer. | |||
2004-06-02 | very minor format edit | Daniel Stenberg | |
2004-06-02 | CURLOPT_PUT is deprecated | Daniel Stenberg | |
2004-06-02 | Made CURLOPT_UPLOAD and CURLOPT_PUT mean the same thing internally (the | Daniel Stenberg | |
previous difference was not clear nor documented properly). They can now both be used interchangeably, but we prefer UPLOAD to PUT since it is a more generic term. | |||
2004-06-02 | *seven* new options to support 3rd party FTP transfers | Daniel Stenberg | |
2004-06-02 | 7.12.1-CVS in progress | Daniel Stenberg | |
2004-06-02 | Gisle's adjustments to allow building with lcc-win32 | Daniel Stenberg | |
2004-06-02 | Gisle made ftp_mkd static | Daniel Stenberg | |
2004-06-02 | and we start all over again | Daniel Stenberg | |
2004-06-02 | 7.12.0 | Daniel Stenberg | |
2004-06-02 | more changes | Daniel Stenberg | |
2004-06-01 | Renaud Duhaut corrected the unescaping procedure | Daniel Stenberg | |
2004-06-01 | David Byron made this use the mm lib by default, as was previously done. This | Daniel Stenberg | |
might be done differently in the future. | |||
2004-06-01 | --create-dirs clarification | Daniel Stenberg | |
2004-05-28 | minor edits | Daniel Stenberg | |
2004-05-28 | check for failing strdup()s | Daniel Stenberg | |