summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 7.6.1-pre2curl-7_6_1-pre2Daniel Stenberg2001-02-011-1/+1
* 7.6-pre1curl-7_6_1-pre1Daniel Stenberg2001-01-291-1/+1
* The PUT stuff is never set! It is set with the UPLOAD...Daniel Stenberg2001-01-291-0/+4
* 7.6curl-7_6Daniel Stenberg2001-01-271-1/+1
* 7.6-pre4curl-7_6-pre4Daniel Stenberg2001-01-251-1/+1
* Ingo Ralf Blum's cygwin fixesDaniel Stenberg2001-01-241-2/+2
* big reorg to make it not exit when it fails, but instead just not do anyDaniel Stenberg2001-01-231-48/+119
* Removed the deprecated -c and -t from the --help output.Daniel Stenberg2001-01-221-2/+0
* corrected url memory handling with --globoffDaniel Stenberg2001-01-191-1/+3
* version 7.6-pre3curl_7_6-pre3Daniel Stenberg2001-01-191-1/+1
* 7.6-pre2Daniel Stenberg2001-01-111-1/+1
* Added -g, fixed so that short options worked again. My last "merged" fix didDaniel Stenberg2001-01-111-16/+25
* made "short options" possible to specify -m20 as well as -m 200.Daniel Stenberg2001-01-101-2/+8
* version 7.6-pre1Daniel Stenberg2001-01-091-1/+1
* bugfix for when more -o than URLs is usedDaniel Stenberg2001-01-091-1/+13
* better cleanup when existing due to bad usageDaniel Stenberg2001-01-081-1/+19
* corrected the separator when using URL globbingDaniel Stenberg2001-01-081-1/+1
* Loic Dachary's makefile/dist/rpm fixesDaniel Stenberg2001-01-081-3/+10
* Multiple URL support addedDaniel Stenberg2001-01-083-311/+395
* generated file, don't CVS itDaniel Stenberg2001-01-081-1699/+0
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-1/+1
* release commitcurl-7_5_2Daniel Stenberg2001-01-052-40/+176
* dual-license fixDaniel Stenberg2001-01-036-168/+66
* cleanup-commitpre-header-changeDaniel Stenberg2001-01-031-1/+1
* fixed a strdup(NULL) errorDaniel Stenberg2000-12-121-1/+1
* Francois Petitjean's solaris core dump fixDaniel Stenberg2000-12-121-6/+7
* unix-style newlinesDaniel Stenberg2000-12-111-84/+84
* urlglob fix to prevent crashing when -o path is longer than urlDaniel Stenberg2000-12-063-50/+98
* Added the borland makefilesDaniel Stenberg2000-12-051-0/+43
* Jörn fixed a multiple URL output bugDaniel Stenberg2000-12-041-2/+5
* 7.5-commitcurl-7_5Daniel Stenberg2000-12-042-8/+29
* Craig Davison updated and made it work again!Daniel Stenberg2000-12-011-5/+21
* README.curl is now MANUALDaniel Stenberg2000-11-301-1/+1
* 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
* 7.5-pre3 commitDaniel Stenberg2000-11-222-223/+246
* 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-213-44/+12
* removed URL size restrictions, dynamically allocates the needed bufferDaniel Stenberg2000-11-201-5/+9
* 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-094-8/+8
* 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