aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-08-10corrected minor source indentation errorDaniel Stenberg
2001-08-10moved the download/upload speed calculations, to be made on every invokeDaniel Stenberg
of the progressupdate, as on very quick transfers they wouldn't always get calculated!
2001-08-09Fixed bugs for building debug and SSL lib in VC makefilesm
2001-08-09Added CURLOPT_HTTPGET and CURLOPT_SSL_VERIFYHOST, added notes to the twoDaniel Stenberg
timeout-options that they don't work in multi-threaded programs.
2001-08-09non-blocking connect pleaseDaniel Stenberg
2001-08-09strip off user-agent before checking protocolDaniel Stenberg
2001-08-09The redirected error stream was closed before curl_easy_cleanup() was made,Daniel Stenberg
and when VERBOSE was enabled, that used the stream. Also, the stream was closed even if we looped to get more files. Corrects Dustin Boswell's bug report #441610
2001-08-09removied $Id:$ again, this is treated as a binary file and then that fieldDaniel Stenberg
isn't updated! :-O
2001-08-09Added $Id:$ to the headerDaniel Stenberg
2001-08-09Added $Id:$ string for file version in the headerDaniel Stenberg
2001-08-08when a test expects an error code but gets a different one, we now outputDaniel Stenberg
both of them
2001-08-08Nico's notes about porting to VMSDaniel Stenberg
2001-08-08test cases, verifyhost, curl -EDaniel Stenberg
2001-08-08added unfortunate but necessary special-purpose files for VMS and RISC OSDaniel Stenberg
2001-08-08The file name given to -E can now contain drive letters on windows, if theyDaniel Stenberg
start the file name as in 'X:\' where X is any letter. The colon otherwise normally separate the file name from the password.
2001-08-08credit where credit is due, added a bunch of recent contributorsDaniel Stenberg
2001-08-08Patrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST and code to deal withDaniel Stenberg
it.
2001-08-08Patrick Bihan-Faou's verifyhost additionDaniel Stenberg
2001-08-08config.h file for RISC OS compilesDaniel Stenberg
2001-08-08script to build curl on VMSDaniel Stenberg
2001-08-07replacing FILE * with common file descriptors?Daniel Stenberg
2001-08-07language correctionDaniel Stenberg
2001-08-07added Rick Jones's more polite wording of 1.7, makes it better and friendlierDaniel Stenberg
2001-08-07nine new test casesDaniel Stenberg
2001-08-07added "1.7 What about CURL from curl.com?"Daniel Stenberg
2001-08-07test 202 - two file:// URLs in one command lineDaniel Stenberg
2001-08-07added test 201, file:// with missing fileDaniel Stenberg
2001-08-06VMS fixes, file:// changes, curl-config --libs patchDaniel Stenberg
2001-08-06Heikki Korpela posted a patch that makes --libs include the directory inDaniel Stenberg
which libcurl itself is installed in.
2001-08-06Nico's VMS fixes addedDaniel Stenberg
2001-08-06Added curlmsg.msg to the distributionDaniel Stenberg
2001-08-06used under VMSDaniel Stenberg
2001-08-06Nico's fixes for VMS, most of these are fixes for bad uses of size_t thatDaniel Stenberg
forgets that it is very often unsigned. These should be fixed globally and then many #ifdef VMS lines can be removed.
2001-08-06Curl_FormFree renamed to Curl_formclean, as it turns out VMS for exampleDaniel Stenberg
requires all global symbols to be *case insentively* unique! curl_formfree is a global function we shouldn't touch.
2001-08-06adjusted for VMSDaniel Stenberg
2001-08-06Nico's config.h for VMSDaniel Stenberg
2001-08-06Nico's VMS fixesDaniel Stenberg
2001-08-06Nico's VMS adjustmentDaniel Stenberg
2001-08-06VMS adjustments. The IOCTL_3_ARGS #define used now should be moved to becomeDaniel Stenberg
a configure checked one.
2001-08-06Nico Baggus made it work and compile under VMS!Daniel Stenberg
2001-08-06Nico Baggus' VMS adjustmentsDaniel Stenberg
2001-08-06VMS #ifdefs added. several related to size_t problems that we must addressDaniel Stenberg
globally anyway... check these as soon as the size_t fixes are in place
2001-08-06made this whole file #ifdef WIN32Daniel Stenberg
2001-08-06VMS #include fixes,Daniel Stenberg
file:// URL treatment improvements
2001-08-06adjusted to the correct treatmeant of file:// URLsDaniel Stenberg
2001-08-06Added RISC OS and OpenVMS to ported operating systemsDaniel Stenberg
2001-08-067.8.1-pre3 commitDaniel Stenberg
2001-08-06 Jonathan Hseu noticed that you couldn't get a header callback unless youDaniel Stenberg
set CURLOPT_WRITEHEADER to non-NULL, even if you didn't care about that data. This is now fixed.
2001-08-06corrected the comment for CURLOPT_WRITEHEADER in setopt(), and made itDaniel Stenberg
read a void * and not a FILE *, as that was how it used to work and not anymore...
2001-08-05many fixes mailed in during JulyDaniel Stenberg