Age | Commit message (Expand) | Author |
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 |
2013-12-20 | vtls: created subdir, moved sslgen.[ch] there, updated all include lines | Daniel Stenberg |
2013-08-04 | formadd: wrong pointer for file name when CURLFORM_BUFFERPTR used | Daniel Stenberg |
2013-07-29 | curl_formadd: fix file upload on VMS | John E. Malmberg |
2013-07-26 | formadd: CURLFORM_FILECONTENT wrongly rejected some option combos | Daniel Stenberg |
2013-06-25 | formpost: better random boundaries | Daniel Stenberg |
2013-03-04 | AddFormData: prevent only directories from being posted | Daniel Stenberg |
2013-02-14 | Curl_FormBoundary: made static | Daniel Stenberg |
2013-01-22 | formpost: support quotes, commas and semicolon in file names | Ulion |
2013-01-19 | formadd: reject trying to read a directory where a file is expected | Daniel Stenberg |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2013-01-03 | build: make use of 93 lib/*.c renamed files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-06-14 | Fix bad failf() and info() usage | Yang Tse |
2011-12-21 | formdata.c: OOM handling fixes | Yang Tse |
2011-10-16 | formdata: ack read callback abort | Daniel Stenberg |
2011-09-05 | fix bool variables checking and assignment | Yang Tse |
2011-08-08 | CURLFORM_BUFFER: insert filename as documented | Daniel Stenberg |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |
2011-07-25 | time.h and sys/time.h inclusion conditionally done in setup_once.h | Yang Tse |
2011-06-17 | CURLFORM_STREAM: acknowledge CURLFORM_FILENAME | Daniel Stenberg |