summaryrefslogtreecommitdiff
path: root/src/tool_parsecfg.c
Commit message (Expand)AuthorAgeFilesLines
* curl/parseconfig: use curl_free() to free memory allocated by libcurlDaniel Stenberg2019-12-181-2/+2
* curl/parseconfig: fix mem-leakDaniel Stenberg2019-12-181-0/+2
* curl: use .curlrc (with a dot) on Windows as wellDaniel Stenberg2019-08-201-51/+66
* curl: support parallel transfersDaniel Stenberg2019-07-201-3/+0
* tool_parsecfg: Use correct return type for GetModuleFileName()Steve Holme2019-06-041-2/+3
* tool_parsecfg: Fix control flow issue (DEADCODE)Steve Holme2019-06-021-7/+7
* tool_parse_cfg: Avoid 2 fopen() for WIN32Gisle Vanem2019-05-231-3/+4
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-8/+6
* whitespace fixesViktor Szakats2018-09-231-1/+0
* cppcheck: fix warningsMarian Klymov2018-06-111-5/+3
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-2/+2
* getparameter: avoid returning uninitialized 'usedarg'Daniel Stenberg2017-08-051-2/+2
* tool_parsecfg: fix -Wcast-qual warningMarcel Raad2017-05-071-1/+1
* tool: fix Windows Unicode buildMarcel Raad2017-04-041-1/+1
* curl: support zero-length argument strings in config filesDaniel Stenberg2016-12-021-9/+5
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXTJay Satiro2015-06-011-2/+2
* parsecfg: do not continue past a zero terminationDaniel Stenberg2015-04-171-16/+19
* checksrc: use space after commaDaniel Stenberg2015-03-171-1/+1
* tool: Updated the warnf() function to use the GlobalConfig structureSteve Holme2015-02-271-4/+4
* parseconfig: skip a NULL checkDaniel Stenberg2014-10-071-1/+1
* tool_parsecfg: Reworked error handling from commit fc59a9e1Steve Holme2014-03-221-1/+2
* tool_cfgable: Added GlobalConfig pointer to OperationConfigSteve Holme2014-02-271-0/+3
* tool: Added support to .curlrc for URL specific optionsSteve Holme2014-02-261-1/+23
* tool_getparam: Added global config to getparameter()Steve Holme2014-02-251-5/+6
* tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme2014-02-231-2/+1
* tool_getparam: Moved hugehelp() call into operate()Steve Holme2014-02-231-0/+1
* tool_getparam: Moved tool_version_info() call into operate()Steve Holme2014-02-231-0/+1
* tool_cfgable: Removed list_engine flag from config structureSteve Holme2014-02-221-2/+3
* parseconfig: warn if unquoted white spaces are detectedDaniel Stenberg2013-12-091-0/+18
* parseconfig: dash options can't specified with colon or equalsDaniel Stenberg2013-11-291-3/+11
* checksrc: ban unsafe functionsDaniel Stenberg2013-03-071-11/+12
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-1/+1
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* 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-2/+2
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-10-061-2/+1
* curl tool: code moved to tool_*.[ch] filesYang Tse2011-10-051-0/+309