summaryrefslogtreecommitdiff
path: root/src/tool_formparse.c
Commit message (Expand)AuthorAgeFilesLines
* tool: improve --stderr handlingJay Satiro2023-03-121-5/+4
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* tool_formparse: avoid clobbering on function paramsDaniel Gustafsson2022-12-081-5/+6
* tool_formparse: unroll the NULL_CHECK and CONST_FREE macrosDaniel Stenberg2022-10-141-73/+67
* curl_ctype: convert to macros-onlyDaniel Stenberg2022-09-061-1/+1
* tool_formparse: fix variable may be used before its value is setDaniel Stenberg2022-07-231-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* tool_paramhlp: use feof(3) to identify EOF correctly when using fread(3)Emanuele Torre2022-04-171-13/+12
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-20/+1
* curl: add warning for ignored data after quoted form parameterJan Verbeek2021-08-171-9/+17
* misc: fix "warning: empty expression statement has no effect"Daniel Stenberg2020-12-261-13/+16
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-20/+23
* tool_formparse: remove redundant assignmentMarcel Raad2019-05-201-3/+2
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-161-1/+0
* cli tool: fix mime post with --disable-libcurl-option configure optionPatrick Monnerat2019-02-191-5/+109
* curl: "Dereference of null pointer"Patrick Monnerat2019-02-131-2/+2
* cli tool: do not use mime.h private structures.Patrick Monnerat2019-02-111-328/+281
* cppcheck: fix warningsMarian Klymov2018-06-111-3/+2
* checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg2018-05-211-4/+4
* all: Refactor malloc+memset to use callocDaniel Gustafsson2018-04-151-2/+1
* cli tool: improve ";type=" handling in -F option argumentsPatrick Monnerat2017-10-291-20/+16
* cli tool: in -F option arg, comma is a delimiter for files onlyPatrick Monnerat2017-10-291-17/+18
* cli tool: use file2memory() to buffer stdin in -F option.Patrick Monnerat2017-10-121-38/+15
* cli tool: reimplement stdin buffering in -F option.Patrick Monnerat2017-10-121-5/+146
* form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat2017-09-221-1/+1
* code style: use spaces around plusesDaniel Stenberg2017-09-111-1/+1
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-2/+2
* mime: implement encoders.Patrick Monnerat2017-09-051-23/+61
* tool_formparse: fix some trivial warningsJay Satiro2017-09-031-4/+2
* mime: remove support "-" stdin pseudo-file name in curl_mime_filedata().Patrick Monnerat2017-09-031-4/+19
* mime: use in curl cli tool instead of form API.Patrick Monnerat2017-09-021-160/+496
* tool: fix remaining -Wcast-qual warningsMarcel Raad2017-05-091-2/+2
* tool: Fix missing prototype warnings for CURL_DOES_CONVERSIONSJay Satiro2017-05-011-0/+1
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-1/+1
* code: style updatesDaniel Stenberg2016-04-031-2/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* tool: wrap lines longer than 79 columnsKamil Dudka2015-02-281-1/+2
* tool: Updated the warnf() function to use the GlobalConfig structureSteve Holme2015-02-271-11/+10
* tool_formparse.c: fix possible use of non-null-terminated stringsMarc Hoersken2014-04-191-2/+2
* tool: Moved --stderr to the global configSteve Holme2014-03-011-2/+2
* tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme2014-02-231-1/+1
* formpost: support quotes, commas and semicolon in file namesUlion2013-01-221-90/+144
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* tool_formparse.c: rename a couple of vars to avoid declaration shadowingYang Tse2012-04-121-4/+4
* curl tool: make curl.h first header included in tool_setup.hYang Tse2012-04-081-2/+0
* curl tool: use configuration files from lib directoryYang Tse2012-04-061-1/+1
* tool_formparse.c: fix compiler warning: enumerated type mixed with another typeYang Tse2012-01-041-2/+2
* curl -F: fix multiple file upload with custom typeDaniel Stenberg2011-12-161-33/+21