summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added [:port] to the -x description for --helpDaniel Stenberg2000-07-281-1/+1
* libtool adjustmentsDaniel Stenberg2000-07-261-2/+2
* 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
* Added a define in the Mingw32 makefiles to allow parts of the config-win32Daniel Stenberg2000-06-142-4/+14
* 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
* use top_dir instead of ../Daniel Stenberg2000-06-081-2/+2
* using the new formparse, the new getenv, using the new headers struct andDaniel Stenberg2000-06-051-21/+7
* pre-release commitv7_0_2betaDaniel Stenberg2000-05-302-1/+14
* 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
* fixed the new docs pathDaniel Stenberg2000-05-241-2/+6
* now splits the text into several puts() callsDaniel Stenberg2000-05-231-0/+9
* Jörn's fixesDaniel Stenberg2000-05-222-3/+7
* moved here from the newlib branchDaniel Stenberg2000-05-226-748/+840
* 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-093-9/+18
* Marco G. Salvagno's patch appliedDaniel Stenberg2000-04-041-7/+0
* 6.5.2 release commitcurl-6_5_2Daniel Stenberg2000-03-213-631/+696
* Marco G. Salvagno's OS/2 changesDaniel Stenberg2000-03-192-0/+17
* the --dump-header option now only creates the file when it needs to, not anyDaniel Stenberg2000-03-161-6/+8
* 6.5 cleanup commitcurl-6_5Daniel Stenberg2000-03-143-143/+241
* Added HAVE_STRDUPDaniel Stenberg2000-03-141-0/+3
* Added -N, added a strdup() function for systems without it. suggested forDaniel Stenberg2000-03-021-1/+35