Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-02-05 | Addes OOM handling for curl_easy_setopt() calls in test | Yang Tse | |
2009-07-22 | don't set READDATA since it isn't used and only confuses readers | Daniel Stenberg | |
2009-05-08 | Fixes for non-ASCII platforms by David McCreedy | Yang Tse | |
2008-09-20 | include "memdebug.h" | Yang Tse | |
2008-07-08 | Fixed test 554 to pass the torture test. | Dan Fandrich | |
2008-05-22 | Made sure to pass longs in to curl_easy_setopt where necessary in the | Dan Fandrich | |
libtest code. | |||
2008-04-07 | fix compiler warning: argument is incompatible with corresponding format ↵ | Yang Tse | |
string conversion | |||
2008-03-31 | - Added CURLFORM_STREAM as a supported option to curl_formadd() to allow an | Daniel Stenberg | |
application to provide data for a multipart with the read callback. Note that the size needs to be provided with CURLFORM_CONTENTSLENGTH when the stream option is used. This feature is verified by the new test case 554. This feature was sponsored by Xponaut. |