aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-03-14if CURLOPT_POSTFIELDS isn't set, but CURLOPT_POST is, we will assume thatDaniel Stenberg
we should read the POST-data from the read callback
2002-03-142002Daniel Stenberg
2002-03-14CURLOPT_POST deserved a new comment with the new POST-by-callback supportDaniel Stenberg
2002-03-13no longer attempts to SIZE a NULL pointer, as that wasn't very cleverDaniel Stenberg
(but didn't crash or anything)
2002-03-13Setting CURLOPT_PASSWDFUNCTION to NULL now restores the internal function.Daniel Stenberg
2002-03-13sendf() now deals with Curl_write() returning -1 properly, which it mightDaniel Stenberg
do if the write would've blocked
2002-03-13now supports all options in arrays, except the CURLFORM_ARRAY itselfDaniel Stenberg
2002-03-13CURLFORM_ARRAYSTART and ARRAYEND are now historyDaniel Stenberg
2002-03-13removed some silly CRLF linesDaniel Stenberg
2002-03-114 things since 7.9.5Daniel Stenberg
2002-03-11added test 39, tests the new -F featuresDaniel Stenberg
2002-03-11now -F supports 'filename=blabla' for parts that upload a file, to set theDaniel Stenberg
filename field of that part. A typical example line could look like: -F 'name=@filename;filename=/dev/null' This can be combined with type= too, in a manner similar to: -F "file=@log/test39.txt;filename=fakerfile;type=moo/foobar" Enjoy.
2002-03-11Added support for CURLFORM_FILENAME to set the filename field of a fileDaniel Stenberg
part.
2002-03-11CURLFORM_FILENAME added and some cleanups, HttpPost is now curl_httppostDaniel Stenberg
with a #define to preserve backwards compatibiltiy
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
truly fopen()ed. It could end up fclose()ing a NULL as discovered by Clifford Wolf.
2002-03-08Jean-Philippe Barrette-LaPierre fixed the CURLOPT_PASSWDFUNCTION to makeDaniel Stenberg
NULL set back the internal default function
2002-03-08closes bug report #527032, --progress-bar works again and it adds a newlineDaniel Stenberg
after the transfer is done properly
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