summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added -N, added a strdup() function for systems without it. suggested forDaniel Stenberg2000-03-021-1/+35
* made -w support -w@[file] and -w@- (for stdin)Daniel Stenberg2000-03-011-1/+15
* new writeout support addedDaniel Stenberg2000-02-211-0/+1
* Starting working on the '-w/--write-out' output format specifier, althoughDaniel Stenberg2000-02-161-4/+12
* added support for -b@[file name] and -b@- (for stdin) for consistencyDaniel Stenberg2000-02-141-5/+7
* - Paul Marquis <pmarquis@iname.com> fixed the config file parsing of curl toDaniel Stenberg2000-02-101-79/+110
* fixed the progressmode selectorDaniel Stenberg2000-01-311-6/+7
* syncing with local editDaniel Stenberg2000-01-101-1/+12
* Initial revisionDaniel Stenberg1999-12-291-0/+1154