index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
libtest
/
lib554.c
Age
Commit message (
Expand
)
Author
2017-10-12
mime: keep "text/plain" content type if user-specified.
Patrick Monnerat
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2016-12-14
checksrc: warn for assignments within if() expressions
Daniel Stenberg
2016-04-03
tests/libtest: follow our code style guidelines better
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-11-02
formadd: support >2GB files on windows
Daniel Stenberg
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-06-07
lib554.c: use curl_formadd() properly
Daniel Stenberg
2011-10-19
Silenced a compiler warning about an unused variable
Dan Fandrich
2011-10-16
formdata: ack read callback abort
Daniel Stenberg
2011-08-08
CURLFORM_BUFFER: insert filename as documented
Daniel Stenberg
2011-06-17
CURLFORM_STREAM: acknowledge CURLFORM_FILENAME
Daniel Stenberg
2011-03-10
sources: update source headers
Daniel Stenberg
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
2008-04-07
fix compiler warning: argument is incompatible with corresponding format stri...
Yang Tse
2008-03-31
- Added CURLFORM_STREAM as a supported option to curl_formadd() to allow an
Daniel Stenberg