aboutsummaryrefslogtreecommitdiff
path: root/src/tool_formparse.c
AgeCommit message (Expand)Author
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2019-05-20tool_formparse: remove redundant assignmentMarcel Raad
2019-05-16cleanup: remove FIXME and TODO commentsDaniel Stenberg
2019-02-19cli tool: fix mime post with --disable-libcurl-option configure optionPatrick Monnerat
2019-02-13curl: "Dereference of null pointer"Patrick Monnerat
2019-02-11cli tool: do not use mime.h private structures.Patrick Monnerat
2018-06-11cppcheck: fix warningsMarian Klymov
2018-05-21checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg
2018-04-15all: Refactor malloc+memset to use callocDaniel Gustafsson
2017-10-29cli tool: improve ";type=" handling in -F option argumentsPatrick Monnerat
2017-10-29cli tool: in -F option arg, comma is a delimiter for files onlyPatrick Monnerat
2017-10-12cli tool: use file2memory() to buffer stdin in -F option.Patrick Monnerat
2017-10-12cli tool: reimplement stdin buffering in -F option.Patrick Monnerat
2017-09-22form/mime: field names are not allowed to contain zero-valued bytes.Patrick Monnerat
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-09-05mime: implement encoders.Patrick Monnerat
2017-09-03tool_formparse: fix some trivial warningsJay Satiro
2017-09-03mime: remove support "-" stdin pseudo-file name in curl_mime_filedata().Patrick Monnerat
2017-09-02mime: use in curl cli tool instead of form API.Patrick Monnerat
2017-05-09tool: fix remaining -Wcast-qual warningsMarcel Raad
2017-05-01tool: Fix missing prototype warnings for CURL_DOES_CONVERSIONSJay Satiro
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-04-03code: style updatesDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-02-28tool: wrap lines longer than 79 columnsKamil Dudka
2015-02-27tool: Updated the warnf() function to use the GlobalConfig structureSteve Holme
2014-04-19tool_formparse.c: fix possible use of non-null-terminated stringsMarc Hoersken
2014-03-01tool: Moved --stderr to the global configSteve Holme
2014-02-23tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme
2013-01-22formpost: support quotes, commas and semicolon in file namesUlion
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-04-12tool_formparse.c: rename a couple of vars to avoid declaration shadowingYang Tse
2012-04-08curl tool: make curl.h first header included in tool_setup.hYang Tse
2012-04-06curl tool: use configuration files from lib directoryYang Tse
2012-01-04tool_formparse.c: fix compiler warning: enumerated type mixed with another typeYang Tse
2011-12-16curl -F: fix multiple file upload with custom typeDaniel Stenberg
2011-10-03curl tool: reviewed code moved to tool_*.[ch] filesYang Tse