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
/
lib
/
formdata.c
Age
Commit message (
Expand
)
Author
2018-02-05
formdata: use the mime-content type function
Daniel Stenberg
2017-10-12
mime: keep "text/plain" content type if user-specified.
Patrick Monnerat
2017-09-22
form/mime: field names are not allowed to contain zero-valued bytes.
Patrick Monnerat
2017-09-11
code style: use spaces around pluses
Daniel Stenberg
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2017-09-06
mime: drop internal FILE * support.
Patrick Monnerat
2017-09-05
mime: unified to use the typedef'd mime structs everywhere
Daniel Stenberg
2017-09-03
mime: remove support "-" stdin pseudo-file name in curl_mime_filedata().
Patrick Monnerat
2017-09-02
mime: new MIME API.
Patrick Monnerat
2017-05-11
formdata: fix -Wcomma warning
Marcel Raad
2017-05-09
formboundary: convert assert into run-time check
Daniel Stenberg
2017-05-08
rand: treat fake entropy the same regardless of endianness
Jay Satiro
2017-04-26
lib: remove unused code
Marcel Raad
2017-03-13
Improve code readbility
Sylvestre Ledru
2017-03-03
build: fix gcc7 implicit fallthrough warnings
Alexis La Goutte
2017-02-23
formdata: check for EOF when reading from stdin
Daniel Stenberg
2016-12-25
formdata: use NULL, not 0, when returning pointers
Daniel Stenberg
2016-12-14
checksrc: warn for assignments within if() expressions
Daniel Stenberg
2016-12-13
checksrc: stricter no-space-before-paren enforcement
Daniel Stenberg
2016-11-24
checksrc: move open braces to comply with function declaration style
Daniel Stenberg
2016-11-24
checksrc: code style: use 'char *name' style
Daniel Stenberg
2016-11-14
Curl_rand: fixed and moved to rand.c
Daniel Stenberg
2016-10-31
strcasecompare: is the new name for strequal()
Daniel Stenberg
2016-10-08
formpost: avoid silent snprintf() truncation
Daniel Stenberg
2016-10-04
formpost: trying to attach a directory no longer crashes
Daniel Stenberg
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-04-29
lib: include curl_printf.h as one of the last headers
Daniel Stenberg
2016-04-03
code: style updates
Daniel Stenberg
2016-04-03
formdata: use appropriate fopen() macros
Daniel Stenberg
2016-03-18
formdata.c: Fixed compilation warning
Steve Holme
2016-02-29
formpost: fix memory leaks in AddFormData error branches
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-12-07
formdata: Check if length is too large for memory
Jay Satiro
2015-11-02
formadd: support >2GB files on windows
Daniel Stenberg
2015-10-31
curl.h: s/HTTPPOST_/CURL_HTTPOST_
Daniel Stenberg
2015-09-26
build: fix failures with -Wcast-align and -Werror
Tatsuhiro Tsujikawa
2015-06-02
checksrc: detect fopen() for text without the FOPEN_* macros
Daniel Stenberg
2015-03-24
curl_memory: make curl_memory.h the second-last header file loaded
Dan Fandrich
2015-03-16
free: instead of Curl_safefree()
Daniel Stenberg
2015-03-16
Bug #149: Deletion of unnecessary checks before a few calls of cURL functions
Markus Elfring
2015-03-16
Bug #149: Deletion of unnecessary checks before calls of the function "free"
Markus Elfring
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2014-11-05
curl_easy_duphandle: CURLOPT_COPYPOSTFIELDS read out of bounds
Daniel Stenberg
2014-10-24
code cleanup: we prefer 'CURLcode result'
Daniel Stenberg
2014-10-08
FormAdd: precaution against memdup() of NULL pointer
Daniel Stenberg
2014-09-13
formdata: removed unnecessary USE_SSLEAY use
Daniel Stenberg
2014-02-09
formdata: Must use Curl_safefree instead of free
Dan Fandrich
2014-02-08
formdata: Fixed memory leak on OOM condition
Dan Fandrich
2014-02-07
formpost: use semicolon in multipart/mixed
Daniel Stenberg
2013-12-20
vtls: renamed sslgen.[ch] to vtls.[ch]
Daniel Stenberg
[next]