Age | Commit message (Expand) | Author |
2001-03-12 | split up the big printf() into several ones to never use strings longer | Daniel Stenberg |
2001-02-20 | multiple connection support initial commit | Daniel Stenberg |
2001-01-29 | The PUT stuff is never set! It is set with the UPLOAD... | Daniel Stenberg |
2001-01-24 | Ingo Ralf Blum's cygwin fixes | Daniel Stenberg |
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-11 | Added -g, fixed so that short options worked again. My last "merged"�fix did | Daniel Stenberg |
2001-01-10 | made "short options" possible to specify -m20 as well as -m 200. | Daniel Stenberg |
2001-01-09 | bugfix for when more -o than URLs is used | Daniel Stenberg |
2001-01-08 | better cleanup when existing due to bad usage | Daniel Stenberg |
2001-01-08 | corrected the separator when using URL globbing | Daniel Stenberg |
2001-01-08 | Multiple URL support added | Daniel Stenberg |
2001-01-05 | Internal symbols that aren't static are now prefixed with 'Curl_' | Daniel Stenberg |
2001-01-03 | dual-license fix | Daniel Stenberg |
2000-12-12 | fixed a strdup(NULL) error | Daniel Stenberg |
2000-12-12 | Francois Petitjean's solaris core dump fix | Daniel Stenberg |
2000-12-06 | urlglob fix to prevent crashing when -o path is longer than url | Daniel Stenberg |
2000-12-04 | J�rn fixed a multiple URL output bug | Daniel Stenberg |
2000-11-28 | Added max-redirs support (James Griffiths' patch) | Daniel Stenberg |
2000-11-27 | modified the --help output to have the passwords within [brackets] as they | Daniel Stenberg |
2000-11-22 | Added cacert and filetime support | Daniel Stenberg |
2000-11-21 | removed the twice free_config_all() calls | Daniel Stenberg |
2000-11-21 | removed pedantic compiler warnings | Daniel Stenberg |
2000-11-20 | no more "leaked" memory when this fails on various kinds of bad usage | Daniel Stenberg |
2000-11-17 | fixed strdup() of a NULL pointer | Daniel Stenberg |
2000-11-17 | memory leak cleanup campaign | Daniel Stenberg |
2000-11-17 | allows \r \n \t \v in config file parameters within quotes | Daniel Stenberg |
2000-11-17 | major config file hack, now works a lot better and slightly different | Daniel Stenberg |
2000-11-15 | fixed crash in config file parser | Daniel Stenberg |
2000-11-13 | removed the check that prevents -T and -o beinged used simultaneously! | Daniel Stenberg |
2000-11-09 | haxx.nu => haxx.se | Daniel Stenberg |
2000-10-26 | Kevin Roth's bugreport with config files containing '-v defaulturl' is now | Daniel Stenberg |
2000-10-26 | Kevin P Roth's idea of supporting multiple -d options was turned into reality | Daniel Stenberg |
2000-10-09 | bool typedef fix | Daniel Stenberg |
2000-10-09 | added memory debugging support | Daniel Stenberg |
2000-10-06 | corrected the --longoption parser | Daniel Stenberg |
2000-10-02 | Uses the new "client-side" writeout function | Daniel Stenberg |
2000-09-25 | -c and -t is no longer prefered | Daniel Stenberg |
2000-09-21 | Added krb4 support for libcurl 7.3 | Daniel Stenberg |
2000-09-18 | Stephen Kick's --interface was added | Daniel Stenberg |
2000-09-15 | -p/--proxytunnel was added | Daniel Stenberg |
2000-08-24 | --data-binary and family ;-) | Daniel Stenberg |
2000-07-28 | Added [:port] to the -x description for --help | Daniel Stenberg |
2000-07-25 | Added some logic that now prevents multiple conflicting HTTP request types | Daniel Stenberg |
2000-06-20 | autoreferer added, switches off POST on location: following | Daniel Stenberg |
2000-06-16 | pretty big changes when the -# progress bar was moved in here from the | Daniel Stenberg |
2000-06-14 | several minor fixes as pointed out by Bj�rn Stenberg | Daniel Stenberg |
2000-06-14 | Added #include <fcntl.h> required by the setmode() for win32 | Daniel Stenberg |
2000-06-14 | new binary stdout approach for win32 systems | Daniel Stenberg |
2000-06-05 | using the new formparse, the new getenv, using the new headers struct and | Daniel Stenberg |