summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* curl 7.7 beta 3curl-7_7-beta3Daniel Stenberg2001-03-141-1/+1
* removed the two unnecessary include filesDaniel Stenberg2001-03-141-2/+0
* no longer includes the curl/types.h and curl/easy.h include filesDaniel Stenberg2001-03-141-2/+0
* 7.7 beta 2 fixescurl-7_7-beta2Daniel Stenberg2001-03-131-1/+1
* added --random-file and --egd-file to the command line clientDaniel Stenberg2001-03-121-22/+44
* moved the libcurl init callDaniel Stenberg2001-03-121-114/+111
* split up the big printf() into several ones to never use strings longerDaniel Stenberg2001-03-121-21/+20
* only generate maximum 509 characters in each stringDaniel Stenberg2001-03-091-5/+5
* version 7.7-beta1curl-7_7-beta1Daniel Stenberg2001-03-081-1/+1
* 7.7 alpha 2 commitcurl-7_7_alpha2Daniel Stenberg2001-03-041-1/+1
* multiple connection support initial commitDaniel Stenberg2001-02-202-15/+12
* 7.6.1 commitcurl-7_6_1Daniel Stenberg2001-02-131-1/+1
* 7.6.1-pre3curl-7_6_1-pre3Daniel Stenberg2001-02-071-1/+1
* nntp@iname.com's suggested fix to set the libpathDaniel Stenberg2001-02-061-1/+1
* 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