| Commit message (Expand) | Author | Age | Files | Lines |
* | curl: add warning for ignored data after quoted form parameter | Jan Verbeek | 2021-08-17 | 1 | -9/+17 |
* | misc: fix "warning: empty expression statement has no effect" | Daniel Stenberg | 2020-12-26 | 1 | -13/+16 |
* | curl.se: new home | Daniel Stenberg | 2020-11-04 | 1 | -1/+1 |
* | source cleanup: remove all custom typedef structs | Daniel Stenberg | 2020-05-15 | 1 | -20/+23 |
* | tool_formparse: remove redundant assignment | Marcel Raad | 2019-05-20 | 1 | -3/+2 |
* | cleanup: remove FIXME and TODO comments | Daniel Stenberg | 2019-05-16 | 1 | -1/+0 |
* | cli tool: fix mime post with --disable-libcurl-option configure option | Patrick Monnerat | 2019-02-19 | 1 | -5/+109 |
* | curl: "Dereference of null pointer" | Patrick Monnerat | 2019-02-13 | 1 | -2/+2 |
* | cli tool: do not use mime.h private structures. | Patrick Monnerat | 2019-02-11 | 1 | -328/+281 |
* | cppcheck: fix warnings | Marian Klymov | 2018-06-11 | 1 | -3/+2 |
* | checksrc: make sure sizeof() is used *with* parentheses | Daniel Stenberg | 2018-05-21 | 1 | -4/+4 |
* | all: Refactor malloc+memset to use calloc | Daniel Gustafsson | 2018-04-15 | 1 | -2/+1 |
* | cli tool: improve ";type=" handling in -F option arguments | Patrick Monnerat | 2017-10-29 | 1 | -20/+16 |
* | cli tool: in -F option arg, comma is a delimiter for files only | Patrick Monnerat | 2017-10-29 | 1 | -17/+18 |
* | cli tool: use file2memory() to buffer stdin in -F option. | Patrick Monnerat | 2017-10-12 | 1 | -38/+15 |
* | cli tool: reimplement stdin buffering in -F option. | Patrick Monnerat | 2017-10-12 | 1 | -5/+146 |
* | form/mime: field names are not allowed to contain zero-valued bytes. | Patrick Monnerat | 2017-09-22 | 1 | -1/+1 |
* | code style: use spaces around pluses | Daniel Stenberg | 2017-09-11 | 1 | -1/+1 |
* | code style: use spaces around equals signs | Daniel Stenberg | 2017-09-11 | 1 | -2/+2 |
* | mime: implement encoders. | Patrick Monnerat | 2017-09-05 | 1 | -23/+61 |
* | tool_formparse: fix some trivial warnings | Jay Satiro | 2017-09-03 | 1 | -4/+2 |
* | mime: remove support "-" stdin pseudo-file name in curl_mime_filedata(). | Patrick Monnerat | 2017-09-03 | 1 | -4/+19 |
* | mime: use in curl cli tool instead of form API. | Patrick Monnerat | 2017-09-02 | 1 | -160/+496 |
* | tool: fix remaining -Wcast-qual warnings | Marcel Raad | 2017-05-09 | 1 | -2/+2 |
* | tool: Fix missing prototype warnings for CURL_DOES_CONVERSIONS | Jay Satiro | 2017-05-01 | 1 | -0/+1 |
* | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg | 2016-10-31 | 1 | -1/+1 |
* | code: style updates | Daniel Stenberg | 2016-04-03 | 1 | -2/+2 |
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
* | tool: wrap lines longer than 79 columns | Kamil Dudka | 2015-02-28 | 1 | -1/+2 |
* | tool: Updated the warnf() function to use the GlobalConfig structure | Steve Holme | 2015-02-27 | 1 | -11/+10 |
* | tool_formparse.c: fix possible use of non-null-terminated strings | Marc Hoersken | 2014-04-19 | 1 | -2/+2 |
* | tool: Moved --stderr to the global config | Steve Holme | 2014-03-01 | 1 | -2/+2 |
* | tool_cfgable: Renamed Configurable structure to OperationConfig | Steve Holme | 2014-02-23 | 1 | -1/+1 |
* | formpost: support quotes, commas and semicolon in file names | Ulion | 2013-01-22 | 1 | -90/+144 |
* | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse | 2013-01-06 | 1 | -2/+2 |
* | build: make use of 76 lib/*.h renamed files | Yang Tse | 2012-12-28 | 1 | -2/+2 |
* | tool_formparse.c: rename a couple of vars to avoid declaration shadowing | Yang Tse | 2012-04-12 | 1 | -4/+4 |
* | curl tool: make curl.h first header included in tool_setup.h | Yang Tse | 2012-04-08 | 1 | -2/+0 |
* | curl tool: use configuration files from lib directory | Yang Tse | 2012-04-06 | 1 | -1/+1 |
* | tool_formparse.c: fix compiler warning: enumerated type mixed with another type | Yang Tse | 2012-01-04 | 1 | -2/+2 |
* | curl -F: fix multiple file upload with custom type | Daniel Stenberg | 2011-12-16 | 1 | -33/+21 |
* | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse | 2011-10-03 | 1 | -0/+321 |