Age | Commit message (Expand) | Author |
2019-05-13 | mime: acknowledge CURL_DISABLE_MIME | Daniel Stenberg |
2019-05-12 | build: fix "clarify calculation precedence" warnings | Marcel Raad |
2018-08-21 | curl-compilers: enable -Wimplicit-fallthrough=4 for GCC | Marcel Raad |
2018-08-11 | Silence GCC 8 cast-function-type warnings | Marcel Raad |
2018-08-09 | formdata: Remove unused macro HTTPPOST_CONTENTTYPE_DEFAULT | Rikard Falkeborn |
2018-06-11 | cppcheck: fix warnings | Marian Klymov |
2018-05-21 | checksrc: make sure sizeof() is used *with* parentheses | Daniel Stenberg |
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 |