aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-03-11now -F supports 'filename=blabla' for parts that upload a file, to set theDaniel Stenberg
2002-03-11Added support for CURLFORM_FILENAME to set the filename field of a fileDaniel Stenberg
2002-03-11CURLFORM_FILENAME added and some cleanups, HttpPost is now curl_httppostDaniel Stenberg
2002-03-11corrected the use of the progress functionDaniel Stenberg
2002-03-11minor editDaniel Stenberg
2002-03-113.13 Why does my single/double quotes fail?Daniel Stenberg
2002-03-08completed the progress-bar fixDaniel Stenberg
2002-03-08detect fclose(NULL)Daniel Stenberg
2002-03-08better treatment of the config->errors, only fclose() this if it wasDaniel Stenberg
2002-03-08Jean-Philippe Barrette-LaPierre fixed the CURLOPT_PASSWDFUNCTION to makeDaniel Stenberg
2002-03-08closes bug report #527032, --progress-bar works again and it adds a newlineDaniel Stenberg
2002-03-077.9.5 commitDaniel Stenberg
2002-03-07added the "known bugs" fileDaniel Stenberg
2002-03-06new VMS messages from Nico BaggusDaniel Stenberg
2002-03-06Kevin Roth nicely saved us from this backslash-removing problem!Daniel Stenberg
2002-03-06Brad corrected the include path (again)Daniel Stenberg
2002-03-06corrected the newlinesDaniel Stenberg
2002-03-06two items since pre6Daniel Stenberg
2002-03-06when removed, an easy handle can be curl_easy_perform()ed againDaniel Stenberg
2002-03-06Paul Nolan built it on pocket pcDaniel Stenberg
2002-03-06Ralph Mitchell's minor #include patch to prevent some warningsDaniel Stenberg
2002-03-06we don't skip what looks like already escaped strings, that was fixedDaniel Stenberg
2002-03-05read POST data using the read callbackDaniel Stenberg
2002-03-05corrected the progress callback prototype!!!Daniel Stenberg
2002-03-05added text to the progress chapterDaniel Stenberg
2002-03-04explicitly mention easy handleDaniel Stenberg
2002-03-04mention 'easy handle' and not just handle, there will soon be other handlesDaniel Stenberg
2002-03-04cut off 2001 and put those changes in a separate fileDaniel Stenberg
2002-03-04added docs/libcurl/Daniel Stenberg
2002-03-04moved lots to the new subdir 'libcurl'Daniel Stenberg
2002-03-04remove this directory, this is historyDaniel Stenberg
2002-03-04multi interface using examplesDaniel Stenberg
2002-03-04no longer include the multi dir, the examples should be in the examplesDaniel Stenberg
2002-03-04moved to the new libcurl/ directoryDaniel Stenberg
2002-03-04ripped out from ../ and put in its own directory nowDaniel Stenberg
2002-03-04Added packages/EPMDaniel Stenberg
2002-03-04Added EPM stuff, thanks to Giuseppe CorbelliDaniel Stenberg
2002-03-01bug report #524427 pointed out a mistake in the example sourceDaniel Stenberg
2002-03-01initial and still basic curl multi interface documentationDaniel Stenberg
2002-03-01removed incorrect and unnecessary wordsDaniel Stenberg
2002-03-01several little things since pre4Daniel Stenberg
2002-03-01memanalyze is now moved to the tests/ dirDaniel Stenberg
2002-03-01include memanalyze.pl in the dist archiveDaniel Stenberg
2002-03-01moved memanalyze.pl into the tests dirDaniel Stenberg
2002-02-28Nico Baggus added more error codes to the VMS stuff.Daniel Stenberg
2002-02-28Wesley Laxton's CURLOPT_PREQUOTE workDaniel Stenberg
2002-02-28Ralph Mitchell's SSL problems made me notice that we didn't increase theDaniel Stenberg
2002-02-28more fancy alloc, we store the size in each allocated block so that weDaniel Stenberg
2002-02-28set CURL_MEMDEBUG to enable memory debugging in case curl is compiledDaniel Stenberg
2002-02-28added -t for trace, helps searching for leaks and similarDaniel Stenberg