summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* Multiple URL support addedDaniel Stenberg2001-01-081-308/+391
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-1/+1
* dual-license fixDaniel Stenberg2001-01-031-28/+11
* fixed a strdup(NULL) errorDaniel Stenberg2000-12-121-1/+1
* Francois Petitjean's solaris core dump fixDaniel Stenberg2000-12-121-6/+7
* urlglob fix to prevent crashing when -o path is longer than urlDaniel Stenberg2000-12-061-1/+1
* Jörn fixed a multiple URL output bugDaniel Stenberg2000-12-041-2/+5
* Added max-redirs support (James Griffiths' patch)Daniel Stenberg2000-11-281-35/+52
* modified the --help output to have the passwords within [brackets] as theyDaniel Stenberg2000-11-271-3/+3
* Added cacert and filetime supportDaniel Stenberg2000-11-221-38/+61
* removed the twice free_config_all() callsDaniel Stenberg2000-11-211-121/+122
* removed pedantic compiler warningsDaniel Stenberg2000-11-211-44/+7
* no more "leaked" memory when this fails on various kinds of bad usageDaniel Stenberg2000-11-201-37/+53
* fixed strdup() of a NULL pointerDaniel Stenberg2000-11-171-2/+1
* memory leak cleanup campaignDaniel Stenberg2000-11-171-232/+274
* allows \r \n \t \v in config file parameters within quotesDaniel Stenberg2000-11-171-2/+23
* major config file hack, now works a lot better and slightly differentDaniel Stenberg2000-11-171-131/+174
* fixed crash in config file parserDaniel Stenberg2000-11-151-1/+1
* removed the check that prevents -T and -o beinged used simultaneously!Daniel Stenberg2000-11-131-0/+2
* haxx.nu => haxx.seDaniel Stenberg2000-11-091-2/+2
* Kevin Roth's bugreport with config files containing '-v defaulturl' is nowDaniel Stenberg2000-10-261-19/+20
* Kevin P Roth's idea of supporting multiple -d options was turned into realityDaniel Stenberg2000-10-261-20/+35
* bool typedef fixDaniel Stenberg2000-10-091-1/+9
* added memory debugging supportDaniel Stenberg2000-10-091-3/+18
* corrected the --longoption parserDaniel Stenberg2000-10-061-5/+8
* Uses the new "client-side" writeout functionDaniel Stenberg2000-10-021-0/+4
* -c and -t is no longer preferedDaniel Stenberg2000-09-251-2/+7
* Added krb4 support for libcurl 7.3Daniel Stenberg2000-09-211-3/+14
* Stephen Kick's --interface was addedDaniel Stenberg2000-09-181-0/+7
* -p/--proxytunnel was addedDaniel Stenberg2000-09-151-13/+7
* --data-binary and family ;-)Daniel Stenberg2000-08-241-4/+59
* Added [:port] to the -x description for --helpDaniel Stenberg2000-07-281-1/+1
* Added some logic that now prevents multiple conflicting HTTP request typesDaniel Stenberg2000-07-251-0/+30
* autoreferer added, switches off POST on location: followingDaniel Stenberg2000-06-201-19/+24
* pretty big changes when the -# progress bar was moved in here from theDaniel Stenberg2000-06-161-1/+108
* several minor fixes as pointed out by Björn StenbergDaniel Stenberg2000-06-141-3/+5
* Added #include <fcntl.h> required by the setmode() for win32Daniel Stenberg2000-06-141-0/+4
* new binary stdout approach for win32 systemsDaniel Stenberg2000-06-141-7/+16
* using the new formparse, the new getenv, using the new headers struct andDaniel Stenberg2000-06-051-21/+7
* modified to the new curl_getenv() styleDaniel Stenberg2000-05-291-2/+9
* URLGET_ERROR_SIZE is now CURL_ERROR_SIZEDaniel Stenberg2000-05-261-1/+1
* Jörn's fixesDaniel Stenberg2000-05-221-1/+5
* moved here from the newlib branchDaniel Stenberg2000-05-221-84/+169
* moved the win32 init stuff here from the libDaniel Stenberg2000-05-171-0/+71
* Removed all #ifdef GLOBURL lines, we always use themDaniel Stenberg2000-05-091-12/+8
* changed the glob_url() call, after Janne Johansson's buffer overflow reportDaniel Stenberg2000-05-091-3/+7
* Marco G. Salvagno's patch appliedDaniel Stenberg2000-04-041-7/+0
* 6.5.2 release commitcurl-6_5_2Daniel Stenberg2000-03-211-2/+2
* Marco G. Salvagno's OS/2 changesDaniel Stenberg2000-03-191-0/+7
* the --dump-header option now only creates the file when it needs to, not anyDaniel Stenberg2000-03-161-6/+8