aboutsummaryrefslogtreecommitdiff
path: root/src/tool_parsecfg.c
AgeCommit message (Expand)Author
2020-03-20cmdline: fix handling of OperationConfig linked list (--next)Rici Lake
2019-12-18curl/parseconfig: use curl_free() to free memory allocated by libcurlDaniel Stenberg
2019-12-18curl/parseconfig: fix mem-leakDaniel Stenberg
2019-08-20curl: use .curlrc (with a dot) on Windows as wellDaniel Stenberg
2019-07-20curl: support parallel transfersDaniel Stenberg
2019-06-04tool_parsecfg: Use correct return type for GetModuleFileName()Steve Holme
2019-06-02tool_parsecfg: Fix control flow issue (DEADCODE)Steve Holme
2019-05-23tool_parse_cfg: Avoid 2 fopen() for WIN32Gisle Vanem
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-09-23whitespace fixesViktor Szakats
2018-06-11cppcheck: fix warningsMarian Klymov
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-08-05getparameter: avoid returning uninitialized 'usedarg'Daniel Stenberg
2017-05-07tool_parsecfg: fix -Wcast-qual warningMarcel Raad
2017-04-04tool: fix Windows Unicode buildMarcel Raad
2016-12-02curl: support zero-length argument strings in config filesDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-06-01curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXTJay Satiro
2015-04-17parsecfg: do not continue past a zero terminationDaniel Stenberg
2015-03-17checksrc: use space after commaDaniel Stenberg
2015-02-27tool: Updated the warnf() function to use the GlobalConfig structureSteve Holme
2014-10-07parseconfig: skip a NULL checkDaniel Stenberg
2014-03-22tool_parsecfg: Reworked error handling from commit fc59a9e1Steve Holme
2014-02-27tool_cfgable: Added GlobalConfig pointer to OperationConfigSteve Holme
2014-02-26tool: Added support to .curlrc for URL specific optionsSteve Holme
2014-02-25tool_getparam: Added global config to getparameter()Steve Holme
2014-02-23tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme
2014-02-23tool_getparam: Moved hugehelp() call into operate()Steve Holme
2014-02-23tool_getparam: Moved tool_version_info() call into operate()Steve Holme
2014-02-22tool_cfgable: Removed list_engine flag from config structureSteve Holme
2013-12-09parseconfig: warn if unquoted white spaces are detectedDaniel Stenberg
2013-11-29parseconfig: dash options can't specified with colon or equalsDaniel Stenberg
2013-03-07checksrc: ban unsafe functionsDaniel Stenberg
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-08curl tool: make curl.h first header included in tool_setup.hYang Tse
2012-04-06curl tool: use configuration files from lib directoryYang Tse
2011-10-06curl tool: reviewed code moved to tool_*.[ch] filesYang Tse
2011-10-05curl tool: code moved to tool_*.[ch] filesYang Tse