summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 7.4.1 commitcurl-7_4_1Daniel Stenberg2000-10-162-10/+17
* Jörn added glob_cleanup()Daniel Stenberg2000-10-121-0/+18
* bool typedef fixDaniel Stenberg2000-10-091-1/+9
* Added commented MALLOCDEBUG stuff for memory debuggingDaniel Stenberg2000-10-091-2/+5
* added memory debugging supportDaniel Stenberg2000-10-092-3/+22
* corrected the --longoption parserDaniel Stenberg2000-10-061-5/+8
* Jörg's updated makefileDaniel Stenberg2000-10-061-65/+71
* -w supports size_header and size_requestDaniel Stenberg2000-10-041-0/+14
* Uses the new "client-side" writeout functionDaniel Stenberg2000-10-021-0/+4
* Added writeout.cDaniel Stenberg2000-10-021-1/+1
* moved out from the library and put here, uses the new curl_easy_getinfo()Daniel Stenberg2000-10-022-0/+249
* 7.3 commitcurl-7_3Daniel Stenberg2000-09-282-122/+178
* -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
* 7.2 cleanup commitcurl-7_2Daniel Stenberg2000-08-302-30/+45
* --data-binary and family ;-)Daniel Stenberg2000-08-241-4/+59
* 7.1.1 commitcurl-7_1_1Daniel Stenberg2000-08-212-22/+27
* corrected to use the libtool libraries instead of the forced-static onesDaniel Stenberg2000-08-021-2/+2
* moved the #define strequal() since they're now true functions in libcurlDaniel Stenberg2000-08-021-12/+0
* big last-beta (?) cleanup commitDaniel Stenberg2000-07-312-219/+256