summaryrefslogtreecommitdiff
path: root/src/tool_formparse.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-10-031-0/+321