Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-11 | some more makefile changes. | Gunter Knauf | |
2004-06-10 | cosmetic correction. | Gunter Knauf | |
2004-06-10 | converted to UNIX format. | Gunter Knauf | |
2004-06-10 | added timeval.c to the sources for curlx_ functions. | Gunter Knauf | |
2004-06-10 | minor output fix. | Gunter Knauf | |
2004-06-10 | ups! no copy command defined. | Gunter Knauf | |
2004-06-10 | added generation of missing files. | Gunter Knauf | |
2004-06-10 | added generation of missing files. | Gunter Knauf | |
2004-06-10 | make include path overridable. | Gunter Knauf | |
2004-06-10 | Gisle Vanem's init patch for Windows | Daniel Stenberg | |
2004-06-10 | removed trailing whitespace | Daniel Stenberg | |
2004-06-10 | Gisle corrected two comments | Daniel Stenberg | |
2004-06-10 | Gisle Vanem's improved verbose output and timeout handling when connecting to | Daniel Stenberg | |
a host name that resolves to multiple IP addresses. | |||
2004-06-10 | build again with disabled http | Daniel Stenberg | |
2004-06-10 | Steven Bazyl and Seshubabu Pasam pointed out a bug on win32 when freeing the | Daniel Stenberg | |
path after a transfer. | |||
2004-06-09 | Alexander Krasnostavsky's fix to make libcurl build fine with configure | Daniel Stenberg | |
--disable-http, which thus builds a libcurl without HTTP support. | |||
2004-06-09 | when built with HTTP disabled, provide a curl_formadd() function anyway to | Daniel Stenberg | |
keep the API complete at all times | |||
2004-06-09 | Added CURL_FORMADD_DISABLED when libcurl is built with HTTP disabled | Daniel Stenberg | |
2004-06-09 | removed reference to the removed curl_formparse | Daniel Stenberg | |
2004-06-09 | Setting CURLOPT_RANGE to NULL disables it. | Daniel Stenberg | |
Setting CURLOPT_RESUME_FROM to 0 prevents a resumed transfer. | |||
2004-06-09 | recent changes | Daniel Stenberg | |
2004-06-09 | when producing curllib.dsp, include libcurl.def as a source file. | Daniel Stenberg | |
An Alexander Krasnostavsky fix. | |||
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 | |