aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
ages ago
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
to keep track of too
2002-03-04cut off 2001 and put those changes in a separate fileDaniel Stenberg
2002-03-04added docs/libcurl/Daniel Stenberg
removed multi/
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
dir
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
header byte counter properly
2002-02-28more fancy alloc, we store the size in each allocated block so that weDaniel Stenberg
can destroy the full allocated area just before we free it
2002-02-28set CURL_MEMDEBUG to enable memory debugging in case curl is compiledDaniel Stenberg
with it
2002-02-28added -t for trace, helps searching for leaks and similarDaniel Stenberg
2002-02-28memory debugging is now only enabled if the CURL_MEMDEBUG environmentDaniel Stenberg
variable is set when curl is invoked
2002-02-28always allocates at least 64 bytes for real, and damages them before freeDaniel Stenberg
2002-02-27made building outside the source tree work again, Kevin Roth reportedDaniel Stenberg
2002-02-27minor editDaniel Stenberg
2002-02-27oops, we weren't doing HTTPS - now we areDaniel Stenberg
2002-02-27test 304, HTTPS multipart formpostDaniel Stenberg
2002-02-27use the correct time in the cookie jarDaniel Stenberg
2002-02-27made Max-Age work as defined in the RFC.Daniel Stenberg
my brain damaged fix to not parse spaces as part of the value is now fixed to instead strip off trailing spaces from values.
2002-02-26modified cookie expire dateDaniel Stenberg
2002-02-26new field1 functionality testing tooDaniel Stenberg
2002-02-26When saving a cookie jar, set field 1 (counted from 0) properly to TRUE if theDaniel Stenberg
domain starts with a dot.