Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-12 | Add win32 initialization support to curl_global_init() and | Sterling Hughes | |
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(). | |||
2001-06-25 | 'resume from'-fix. When using "-C -" and doing multiple file download, the | Daniel Stenberg | |
first resume was used on all files instead of being reset between each file. As found by Björn Stenberg. | |||
2001-06-07 | 7.8 commit | Daniel Stenberg | |
2001-06-06 | For people using CVS but with no perl, like all those windows losers. They | Daniel Stenberg | |
can just rename this file and cut off the extension instead... | |||
2001-05-30 | 7.8-pre2 | Daniel Stenberg | |
2001-05-30 | now uses CURL_GLOBAL_DEFAULT | Daniel Stenberg | |
2001-05-29 | fixed the -# to write to the same as --stderr is set to | Daniel Stenberg | |
2001-05-28 | 7.8-pre1 commit | Daniel Stenberg | |
2001-05-28 | adjusted the global_init() call to pass the new flag argument too | Daniel Stenberg | |
2001-05-28 | added calls to curl_global_*, they aren't really needed for this application | Daniel Stenberg | |
but it shows good manner to always cleanup | |||
2001-05-22 | general autoconf and automake fixes | Daniel Stenberg | |
2001-05-22 | cleanup commit for new autoconf+automake+libtool versions | Daniel Stenberg | |
2001-05-21 | made it binary in CVS to maintain DOS newlines and turned those newlines | Daniel Stenberg | |
into the DOS kind! | |||
2001-05-07 | 7.7.3 | Daniel Stenberg | |
2001-05-04 | 'FILE *' changed to 'void *' in all callback functions | Daniel Stenberg | |
2001-04-23 | curl 7.7.2 | Daniel Stenberg | |
2001-04-19 | A Linus Nielsen Feltzing-patch that removes the decimals from the size | Daniel Stenberg | |
outputs... | |||
2001-04-18 | added an include to build on ultrix | Daniel Stenberg | |
2001-04-04 | 7.7.1 commit | Daniel Stenberg | |
2001-03-22 | 7.7 commit | Daniel Stenberg | |
2001-03-19 | 7.7-beta5 commit | Daniel Stenberg | |
2001-03-16 | removed the CURL_SEPARATORS define | Daniel Stenberg | |
2001-03-15 | Added --connect-timeout support | Daniel Stenberg | |
2001-03-14 | curl 7.7 beta 3 | Daniel Stenberg | |
2001-03-14 | removed the two unnecessary include files | Daniel Stenberg | |
2001-03-14 | no longer includes the curl/types.h and curl/easy.h include files | Daniel Stenberg | |
explicitly, as they're taken care of indirectly by curl/curl.h these days. | |||
2001-03-13 | 7.7 beta 2 fixes | Daniel Stenberg | |
2001-03-12 | added --random-file and --egd-file to the command line client | Daniel Stenberg | |
2001-03-12 | moved the libcurl init call | Daniel Stenberg | |
2001-03-12 | split up the big printf() into several ones to never use strings longer | Daniel Stenberg | |
than 509 letters (as newer gcc warns on with -Wall) | |||
2001-03-09 | only generate maximum 509 characters in each string | Daniel Stenberg | |
2001-03-08 | version 7.7-beta1 | Daniel Stenberg | |
2001-03-04 | 7.7 alpha 2 commit | Daniel Stenberg | |
2001-02-20 | multiple connection support initial commit | Daniel Stenberg | |
2001-02-13 | 7.6.1 commit | Daniel Stenberg | |
2001-02-07 | 7.6.1-pre3 | Daniel Stenberg | |
2001-02-06 | nntp@iname.com's suggested fix to set the libpath | Daniel Stenberg | |
2001-02-01 | 7.6.1-pre2 | Daniel Stenberg | |
2001-01-29 | 7.6-pre1 | Daniel Stenberg | |
2001-01-29 | The PUT stuff is never set! It is set with the UPLOAD... | Daniel Stenberg | |
2001-01-27 | 7.6 | Daniel Stenberg | |
2001-01-25 | 7.6-pre4 | Daniel Stenberg | |
2001-01-24 | Ingo Ralf Blum's cygwin fixes | Daniel Stenberg | |
2001-01-23 | big reorg to make it not exit when it fails, but instead just not do any | Daniel Stenberg | |
globbing, it makes IPv6 support easier and smoother to add. | |||
2001-01-22 | Removed the deprecated -c and -t from the --help output. | Daniel Stenberg | |
2001-01-19 | corrected url memory handling with --globoff | Daniel Stenberg | |
2001-01-19 | version 7.6-pre3 | Daniel Stenberg | |
2001-01-11 | 7.6-pre2 | Daniel Stenberg | |
2001-01-11 | Added -g, fixed so that short options worked again. My last "merged" fix did | Daniel Stenberg | |
screw a few things up. | |||
2001-01-10 | made "short options" possible to specify -m20 as well as -m 200. | Daniel Stenberg | |