summaryrefslogtreecommitdiff
path: root/tests/libtest/lib554.c
Commit message (Expand)AuthorAgeFilesLines
* docs/examples: adjust prototypes for CURLOPT_READFUNCTIONOlaf Hering2020-12-301-2/+2
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* mime: keep "text/plain" content type if user-specified.Patrick Monnerat2017-10-121-4/+5
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-4/+4
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-1/+2
* tests/libtest: follow our code style guidelines betterDaniel Stenberg2016-04-031-3/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* formadd: support >2GB files on windowsDaniel Stenberg2015-11-021-15/+39
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-1/+1
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* lib554.c: use curl_formadd() properlyDaniel Stenberg2012-06-071-4/+4
* Silenced a compiler warning about an unused variableDan Fandrich2011-10-191-2/+2
* formdata: ack read callback abortDaniel Stenberg2011-10-161-0/+9
* CURLFORM_BUFFER: insert filename as documentedDaniel Stenberg2011-08-081-0/+10
* CURLFORM_STREAM: acknowledge CURLFORM_FILENAMEDaniel Stenberg2011-06-171-0/+18
* sources: update source headersDaniel Stenberg2011-03-101-3/+15
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Addes OOM handling for curl_easy_setopt() calls in testYang Tse2010-02-051-7/+9
* don't set READDATA since it isn't used and only confuses readersDaniel Stenberg2009-07-221-3/+0
* Fixes for non-ASCII platforms by David McCreedyYang Tse2009-05-081-1/+22
* include "memdebug.h"Yang Tse2008-09-201-0/+2
* Fixed test 554 to pass the torture test.Dan Fandrich2008-07-081-7/+6
* Made sure to pass longs in to curl_easy_setopt where necessary in theDan Fandrich2008-05-221-3/+3
* fix compiler warning: argument is incompatible with corresponding format stri...Yang Tse2008-04-071-3/+3
* - Added CURLFORM_STREAM as a supported option to curl_formadd() to allow anDaniel Stenberg2008-03-311-0/+130