aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-06-14added test 174, HTTP POST --anyauth to server without auth requirements.Daniel Stenberg
An attempt to repeat a reported auth problem. Works for me!
2004-06-14recent actionDaniel Stenberg
2004-06-14Allow formposting of files larger than what fits in memory by not reading theDaniel Stenberg
file until it is actually being uploaded. Make sure we build and still work with HTTP disabled - the SSL code might use the boundary string for some random seeding.
2004-06-14refuse running the torture tests without a debug buildDaniel Stenberg
2004-06-13moved default: in a switch case to prevent compiler warning that 'request'Daniel Stenberg
might be used uninitialized
2004-06-13provide curl_formfree() even when http is disabled, it does nothing thenDaniel Stenberg
2004-06-13use Curl_strcasestr() when checking wildcard cert namesDaniel Stenberg
2004-06-13added Curl_strcasestr() for case insensitive strstr() searchingDaniel Stenberg
2004-06-11removed unused include path.Gunter Knauf
2004-06-11fixed xdc generation, added lib target, load curl.nlm into ring3 by default.Gunter Knauf
2004-06-11Tim Sneddon made it build fine on VMS again.Daniel Stenberg
2004-06-11some more makefile changes.Gunter Knauf
2004-06-11respect CVS builds in version string.Gunter Knauf
2004-06-11some more makefile changes.Gunter Knauf
2004-06-10cosmetic correction.Gunter Knauf
2004-06-10converted to UNIX format.Gunter Knauf
2004-06-10added timeval.c to the sources for curlx_ functions.Gunter Knauf
2004-06-10minor output fix.Gunter Knauf
2004-06-10ups! no copy command defined.Gunter Knauf
2004-06-10added generation of missing files.Gunter Knauf
2004-06-10added generation of missing files.Gunter Knauf
2004-06-10make include path overridable.Gunter Knauf
2004-06-10Gisle Vanem's init patch for WindowsDaniel Stenberg
2004-06-10removed trailing whitespaceDaniel Stenberg
2004-06-10Gisle corrected two commentsDaniel Stenberg
2004-06-10Gisle Vanem's improved verbose output and timeout handling when connecting toDaniel Stenberg
a host name that resolves to multiple IP addresses.
2004-06-10build again with disabled httpDaniel Stenberg
2004-06-10Steven Bazyl and Seshubabu Pasam pointed out a bug on win32 when freeing theDaniel Stenberg
path after a transfer.
2004-06-09Alexander Krasnostavsky's fix to make libcurl build fine with configureDaniel Stenberg
--disable-http, which thus builds a libcurl without HTTP support.
2004-06-09when built with HTTP disabled, provide a curl_formadd() function anyway toDaniel Stenberg
keep the API complete at all times
2004-06-09Added CURL_FORMADD_DISABLED when libcurl is built with HTTP disabledDaniel Stenberg
2004-06-09removed reference to the removed curl_formparseDaniel Stenberg
2004-06-09Setting CURLOPT_RANGE to NULL disables it.Daniel Stenberg
Setting CURLOPT_RESUME_FROM to 0 prevents a resumed transfer.
2004-06-09recent changesDaniel Stenberg
2004-06-09when producing curllib.dsp, include libcurl.def as a source file.Daniel Stenberg
An Alexander Krasnostavsky fix.
2004-06-09added the new source files.Gunter Knauf
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