summaryrefslogtreecommitdiff
path: root/src/tool_formparse.c
AgeCommit message (Expand)Author
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