aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-06-09corrected copyright.Gunter Knauf
2004-06-08Gisle's patch that'll allow curl to continue with the following URLs evenDaniel Stenberg
if one transfer fails.
2004-06-08fixDaniel Stenberg
2004-06-08James Bursa fixed a RISC OS init issue, removed trailing whitespaceDaniel Stenberg
2004-06-08Marty Kuhrt's VMS fixesDaniel Stenberg
2004-06-08corrected defines.Gunter Knauf
2004-06-08delete trailing whitespaceDaniel Stenberg
2004-06-08convert to UNIX format.Gunter Knauf
2004-06-08converted to UNIX format.Gunter Knauf
2004-06-08Kjetil Jacobsen pointed out that the CURLOPT_FILETIME option was wronglyDaniel 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-08time schedule for this yearDaniel Stenberg
2004-06-07prevent compiler warning with picky compilersDaniel Stenberg
2004-06-07Reverted the previous change and redid it differently as it seemed to notDaniel 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-07When sending info about which host that sends what, include proper directionDaniel Stenberg
to/from, based on a suggestion from Alexander Krasnostavsky
2004-06-04configure fixDaniel Stenberg
2004-06-041 - do better when cross-compiling when checking for strerror_r() - alertDaniel Stenberg
the user. 2 - don't check for POSIX-style if glibc-style is found first
2004-06-04test 173 added: HTTP RFC1867-formpost a file from stdin with "faked" filenameDaniel Stenberg
2004-06-04fixed spell, removed reference to a 'tools' subdir in the curl dir, as weDaniel Stenberg
don't have one
2004-06-04Günter Knauf's netware fixDaniel Stenberg
2004-06-04Günter Knauf's netware build fixesDaniel Stenberg
2004-06-043rd party transfers are in CVS nowDaniel Stenberg
2004-06-03updated a commentDaniel Stenberg
2004-06-03updatesDaniel Stenberg
2004-06-03the test targets won't invoke the test suite if curl is built cross-compiled.Daniel Stenberg
Pointed out by Chris Gaukroger.
2004-06-03set an automake conditional for if this is a cross-compile or notDaniel Stenberg
2004-06-03deleted trailing whitespaceDaniel Stenberg
2004-06-037.12.0 introduced IDN supportDaniel Stenberg
2004-06-03Alexander Krasnostavsky's FTP third party transfer (proxy) supportDaniel Stenberg
2004-06-03Mention the python-isque mailing list, don't mention the commit mailing listsDaniel Stenberg
as they are probably very rarely intresting to the "common people" anyway.
2004-06-03CURLE_FAILED_INIT is returend when an unknown option is setDaniel Stenberg
2004-06-03Added example of how to use the upcoming support for FTP 3rd party transfersDaniel Stenberg
2004-06-03corrected to use the proxy user name for proxy auth, as was just bugfixed!Daniel Stenberg
2004-06-03Vincent Bronner made the code use the correct user name + password whenDaniel Stenberg
doing proxy authentication.
2004-06-03getinfo.c is a new tiny example that uses curl_easy_getinfo() to get theDaniel Stenberg
content-type after a transfer.
2004-06-02very minor format editDaniel Stenberg
2004-06-02CURLOPT_PUT is deprecatedDaniel Stenberg
2004-06-02Made CURLOPT_UPLOAD and CURLOPT_PUT mean the same thing internally (theDaniel 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 transfersDaniel Stenberg
2004-06-027.12.1-CVS in progressDaniel Stenberg
2004-06-02Gisle's adjustments to allow building with lcc-win32Daniel Stenberg
2004-06-02Gisle made ftp_mkd staticDaniel Stenberg
2004-06-02and we start all over againDaniel Stenberg
2004-06-027.12.0Daniel Stenberg
2004-06-02more changesDaniel Stenberg
2004-06-01Renaud Duhaut corrected the unescaping procedureDaniel Stenberg
2004-06-01David Byron made this use the mm lib by default, as was previously done. ThisDaniel Stenberg
might be done differently in the future.
2004-06-01--create-dirs clarificationDaniel Stenberg
2004-05-28minor editsDaniel Stenberg
2004-05-28check for failing strdup()sDaniel Stenberg
2004-05-28delete trailing whitespaceDaniel Stenberg