Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The redirected error stream was closed before curl_easy_cleanup() was made, | Daniel Stenberg | 2001-08-09 | 1 | -5/+5 |
| | | | | | | 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 | ||||
* | removied $Id:$ again, this is treated as a binary file and then that field | Daniel Stenberg | 2001-08-09 | 1 | -2/+0 |
| | | | | isn't updated! :-O | ||||
* | Added $Id:$ to the header | Daniel Stenberg | 2001-08-09 | 3 | -0/+6 |
| | |||||
* | The file name given to -E can now contain drive letters on windows, if they | Daniel Stenberg | 2001-08-08 | 1 | -1/+17 |
| | | | | | start the file name as in 'X:\' where X is any letter. The colon otherwise normally separate the file name from the password. | ||||
* | Patrick Bihan-Faou's verifyhost addition | Daniel Stenberg | 2001-08-08 | 1 | -0/+3 |
| | |||||
* | Nico's VMS fixes added | Daniel Stenberg | 2001-08-06 | 1 | -2/+134 |
| | |||||
* | Added curlmsg.msg to the distribution | Daniel Stenberg | 2001-08-06 | 1 | -1/+1 |
| | |||||
* | used under VMS | Daniel Stenberg | 2001-08-06 | 1 | -0/+51 |
| | |||||
* | 7.8.1-pre3 commitcurl-7_8_1-pre3 | Daniel Stenberg | 2001-08-06 | 1 | -1/+1 |
| | |||||
* | Add win32 initialization support to curl_global_init() and | Sterling Hughes | 2001-07-12 | 1 | -49/+1 |
| | | | | | | | | curl_global_cleanup(). Update corresponding man pages... Improve the logic in curl_global_cleanup() and curl_global_init() so that they are not called twice if the application libraries have been initialized and make sure to reset the init flags in curl_global_cleanup(). | ||||
* | 'resume from'-fix. When using "-C -" and doing multiple file download, the | Daniel Stenberg | 2001-06-25 | 1 | -4/+10 |
| | | | | | first resume was used on all files instead of being reset between each file. As found by Björn Stenberg. | ||||
* | 7.8 commitcurl-7_8 | Daniel Stenberg | 2001-06-07 | 1 | -1/+1 |
| | |||||
* | For people using CVS but with no perl, like all those windows losers. They | Daniel Stenberg | 2001-06-06 | 1 | -0/+2039 |
| | | | | can just rename this file and cut off the extension instead... | ||||
* | 7.8-pre2curl-7_8-pre2 | Daniel Stenberg | 2001-05-30 | 1 | -1/+1 |
| | |||||
* | now uses CURL_GLOBAL_DEFAULT | Daniel Stenberg | 2001-05-30 | 1 | -1/+1 |
| | |||||
* | fixed the -# to write to the same as --stderr is set to | Daniel Stenberg | 2001-05-29 | 1 | -4/+8 |
| | |||||
* | 7.8-pre1 commit | Daniel Stenberg | 2001-05-28 | 1 | -1/+1 |
| | |||||
* | adjusted the global_init() call to pass the new flag argument too | Daniel Stenberg | 2001-05-28 | 1 | -1/+1 |
| | |||||
* | added calls to curl_global_*, they aren't really needed for this application | Daniel Stenberg | 2001-05-28 | 1 | -2/+4 |
| | | | | but it shows good manner to always cleanup | ||||
* | general autoconf and automake fixes | Daniel Stenberg | 2001-05-22 | 1 | -1/+1 |
| | |||||
* | cleanup commit for new autoconf+automake+libtool versions | Daniel Stenberg | 2001-05-22 | 3 | -8/+2 |
| | |||||
* | made it binary in CVS to maintain DOS newlines and turned those newlines | Daniel Stenberg | 2001-05-21 | 1 | -84/+84 |
| | | | | into the DOS kind! | ||||
* | 7.7.3curl-7_7_3 | Daniel Stenberg | 2001-05-07 | 1 | -1/+1 |
| | |||||
* | 'FILE *' changed to 'void *' in all callback functions | Daniel Stenberg | 2001-05-04 | 1 | -1/+1 |
| | |||||
* | curl 7.7.2curl-7_7_2 | Daniel Stenberg | 2001-04-23 | 1 | -1/+1 |
| | |||||
* | A Linus Nielsen Feltzing-patch that removes the decimals from the size | Daniel Stenberg | 2001-04-19 | 1 | -2/+2 |
| | | | | outputs... | ||||
* | added an include to build on ultrix | Daniel Stenberg | 2001-04-18 | 1 | -3/+4 |
| | |||||
* | 7.7.1 commitcurl-7_7_1 | Daniel Stenberg | 2001-04-04 | 1 | -1/+1 |
| | |||||
* | 7.7 commitcurl-7_7 | Daniel Stenberg | 2001-03-22 | 1 | -1/+1 |
| | |||||
* | 7.7-beta5 commitcurl-7_7-beta5 | Daniel Stenberg | 2001-03-19 | 1 | -1/+1 |
| | |||||
* | removed the CURL_SEPARATORS define | Daniel Stenberg | 2001-03-16 | 1 | -5/+0 |
| | |||||
* | Added --connect-timeout support | Daniel Stenberg | 2001-03-15 | 1 | -4/+11 |
| | |||||
* | curl 7.7 beta 3curl-7_7-beta3 | Daniel Stenberg | 2001-03-14 | 1 | -1/+1 |
| | |||||
* | removed the two unnecessary include files | Daniel Stenberg | 2001-03-14 | 1 | -2/+0 |
| | |||||
* | no longer includes the curl/types.h and curl/easy.h include files | Daniel Stenberg | 2001-03-14 | 1 | -2/+0 |
| | | | | | explicitly, as they're taken care of indirectly by curl/curl.h these days. | ||||
* | 7.7 beta 2 fixescurl-7_7-beta2 | Daniel Stenberg | 2001-03-13 | 1 | -1/+1 |
| | |||||
* | added --random-file and --egd-file to the command line client | Daniel Stenberg | 2001-03-12 | 1 | -22/+44 |
| | |||||
* | moved the libcurl init call | Daniel Stenberg | 2001-03-12 | 1 | -114/+111 |
| | |||||
* | split up the big printf() into several ones to never use strings longer | Daniel Stenberg | 2001-03-12 | 1 | -21/+20 |
| | | | | than 509 letters (as newer gcc warns on with -Wall) | ||||
* | only generate maximum 509 characters in each string | Daniel Stenberg | 2001-03-09 | 1 | -5/+5 |
| | |||||
* | version 7.7-beta1curl-7_7-beta1 | Daniel Stenberg | 2001-03-08 | 1 | -1/+1 |
| | |||||
* | 7.7 alpha 2 commitcurl-7_7_alpha2 | Daniel Stenberg | 2001-03-04 | 1 | -1/+1 |
| | |||||
* | multiple connection support initial commit | Daniel Stenberg | 2001-02-20 | 2 | -15/+12 |
| | |||||
* | 7.6.1 commitcurl-7_6_1 | Daniel Stenberg | 2001-02-13 | 1 | -1/+1 |
| | |||||
* | 7.6.1-pre3curl-7_6_1-pre3 | Daniel Stenberg | 2001-02-07 | 1 | -1/+1 |
| | |||||
* | nntp@iname.com's suggested fix to set the libpath | Daniel Stenberg | 2001-02-06 | 1 | -1/+1 |
| | |||||
* | 7.6.1-pre2curl-7_6_1-pre2 | Daniel Stenberg | 2001-02-01 | 1 | -1/+1 |
| | |||||
* | 7.6-pre1curl-7_6_1-pre1 | Daniel Stenberg | 2001-01-29 | 1 | -1/+1 |
| | |||||
* | The PUT stuff is never set! It is set with the UPLOAD... | Daniel Stenberg | 2001-01-29 | 1 | -0/+4 |
| | |||||
* | 7.6curl-7_6 | Daniel Stenberg | 2001-01-27 | 1 | -1/+1 |
| |