Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-10 | moved the download/upload speed calculations, to be made on every invoke | Daniel Stenberg | |
of the progressupdate, as on very quick transfers they wouldn't always get calculated! | |||
2001-08-09 | Fixed bugs for building debug and SSL lib in VC makefile | sm | |
2001-08-09 | Added CURLOPT_HTTPGET and CURLOPT_SSL_VERIFYHOST, added notes to the two | Daniel Stenberg | |
timeout-options that they don't work in multi-threaded programs. | |||
2001-08-09 | non-blocking connect please | Daniel Stenberg | |
2001-08-09 | strip off user-agent before checking protocol | Daniel Stenberg | |
2001-08-09 | The 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-09 | removied $Id:$ again, this is treated as a binary file and then that field | Daniel Stenberg | |
isn't updated! :-O | |||
2001-08-09 | Added $Id:$ to the header | Daniel Stenberg | |
2001-08-09 | Added $Id:$ string for file version in the header | Daniel Stenberg | |
2001-08-08 | when a test expects an error code but gets a different one, we now output | Daniel Stenberg | |
both of them | |||
2001-08-08 | Nico's notes about porting to VMS | Daniel Stenberg | |
2001-08-08 | test cases, verifyhost, curl -E | Daniel Stenberg | |
2001-08-08 | added unfortunate but necessary special-purpose files for VMS and RISC OS | Daniel Stenberg | |
2001-08-08 | The file name given to -E can now contain drive letters on windows, if they | Daniel 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-08 | credit where credit is due, added a bunch of recent contributors | Daniel Stenberg | |
2001-08-08 | Patrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST and code to deal with | Daniel Stenberg | |
it. | |||
2001-08-08 | Patrick Bihan-Faou's verifyhost addition | Daniel Stenberg | |
2001-08-08 | config.h file for RISC OS compiles | Daniel Stenberg | |
2001-08-08 | script to build curl on VMS | Daniel Stenberg | |
2001-08-07 | replacing FILE * with common file descriptors? | Daniel Stenberg | |
2001-08-07 | language correction | Daniel Stenberg | |
2001-08-07 | added Rick Jones's more polite wording of 1.7, makes it better and friendlier | Daniel Stenberg | |
2001-08-07 | nine new test cases | Daniel Stenberg | |
2001-08-07 | added "1.7 What about CURL from curl.com?" | Daniel Stenberg | |
2001-08-07 | test 202 - two file:// URLs in one command line | Daniel Stenberg | |
2001-08-07 | added test 201, file:// with missing file | Daniel Stenberg | |
2001-08-06 | VMS fixes, file:// changes, curl-config --libs patch | Daniel Stenberg | |
2001-08-06 | Heikki Korpela posted a patch that makes --libs include the directory in | Daniel Stenberg | |
which libcurl itself is installed in. | |||
2001-08-06 | Nico's VMS fixes added | Daniel Stenberg | |
2001-08-06 | Added curlmsg.msg to the distribution | Daniel Stenberg | |
2001-08-06 | used under VMS | Daniel Stenberg | |
2001-08-06 | Nico's fixes for VMS, most of these are fixes for bad uses of size_t that | Daniel Stenberg | |
forgets that it is very often unsigned. These should be fixed globally and then many #ifdef VMS lines can be removed. | |||
2001-08-06 | Curl_FormFree renamed to Curl_formclean, as it turns out VMS for example | Daniel Stenberg | |
requires all global symbols to be *case insentively* unique! curl_formfree is a global function we shouldn't touch. | |||
2001-08-06 | adjusted for VMS | Daniel Stenberg | |
2001-08-06 | Nico's config.h for VMS | Daniel Stenberg | |
2001-08-06 | Nico's VMS fixes | Daniel Stenberg | |
2001-08-06 | Nico's VMS adjustment | Daniel Stenberg | |
2001-08-06 | VMS adjustments. The IOCTL_3_ARGS #define used now should be moved to become | Daniel Stenberg | |
a configure checked one. | |||
2001-08-06 | Nico Baggus made it work and compile under VMS! | Daniel Stenberg | |
2001-08-06 | Nico Baggus' VMS adjustments | Daniel Stenberg | |
2001-08-06 | VMS #ifdefs added. several related to size_t problems that we must address | Daniel Stenberg | |
globally anyway... check these as soon as the size_t fixes are in place | |||
2001-08-06 | made this whole file #ifdef WIN32 | Daniel Stenberg | |
2001-08-06 | VMS #include fixes, | Daniel Stenberg | |
file:// URL treatment improvements | |||
2001-08-06 | adjusted to the correct treatmeant of file:// URLs | Daniel Stenberg | |
2001-08-06 | Added RISC OS and OpenVMS to ported operating systems | Daniel Stenberg | |
2001-08-06 | 7.8.1-pre3 commit | Daniel Stenberg | |
2001-08-06 | Jonathan Hseu noticed that you couldn't get a header callback unless you | Daniel Stenberg | |
set CURLOPT_WRITEHEADER to non-NULL, even if you didn't care about that data. This is now fixed. | |||
2001-08-06 | corrected the comment for CURLOPT_WRITEHEADER in setopt(), and made it | Daniel Stenberg | |
read a void * and not a FILE *, as that was how it used to work and not anymore... | |||
2001-08-05 | many fixes mailed in during July | Daniel Stenberg | |
2001-08-05 | curl_escape() no longer attempts to detect already encoded stuff (in order | Daniel Stenberg | |
not to re-encode it). |