index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tool_parsecfg.c
Age
Commit message (
Expand
)
Author
2020-03-20
cmdline: fix handling of OperationConfig linked list (--next)
Rici Lake
2019-12-18
curl/parseconfig: use curl_free() to free memory allocated by libcurl
Daniel Stenberg
2019-12-18
curl/parseconfig: fix mem-leak
Daniel Stenberg
2019-08-20
curl: use .curlrc (with a dot) on Windows as well
Daniel Stenberg
2019-07-20
curl: support parallel transfers
Daniel Stenberg
2019-06-04
tool_parsecfg: Use correct return type for GetModuleFileName()
Steve Holme
2019-06-02
tool_parsecfg: Fix control flow issue (DEADCODE)
Steve Holme
2019-05-23
tool_parse_cfg: Avoid 2 fopen() for WIN32
Gisle Vanem
2018-11-23
snprintf: renamed and we now only use msnprintf()
Daniel Stenberg
2018-09-23
whitespace fixes
Viktor Szakats
2018-06-11
cppcheck: fix warnings
Marian Klymov
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2017-08-05
getparameter: avoid returning uninitialized 'usedarg'
Daniel Stenberg
2017-05-07
tool_parsecfg: fix -Wcast-qual warning
Marcel Raad
2017-04-04
tool: fix Windows Unicode build
Marcel Raad
2016-12-02
curl: support zero-length argument strings in config files
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-06-01
curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXT
Jay Satiro
2015-04-17
parsecfg: do not continue past a zero termination
Daniel Stenberg
2015-03-17
checksrc: use space after comma
Daniel Stenberg
2015-02-27
tool: Updated the warnf() function to use the GlobalConfig structure
Steve Holme
2014-10-07
parseconfig: skip a NULL check
Daniel Stenberg
2014-03-22
tool_parsecfg: Reworked error handling from commit fc59a9e1
Steve Holme
2014-02-27
tool_cfgable: Added GlobalConfig pointer to OperationConfig
Steve Holme
2014-02-26
tool: Added support to .curlrc for URL specific options
Steve Holme
2014-02-25
tool_getparam: Added global config to getparameter()
Steve Holme
2014-02-23
tool_cfgable: Renamed Configurable structure to OperationConfig
Steve Holme
2014-02-23
tool_getparam: Moved hugehelp() call into operate()
Steve Holme
2014-02-23
tool_getparam: Moved tool_version_info() call into operate()
Steve Holme
2014-02-22
tool_cfgable: Removed list_engine flag from config structure
Steve Holme
2013-12-09
parseconfig: warn if unquoted white spaces are detected
Daniel Stenberg
2013-11-29
parseconfig: dash options can't specified with colon or equals
Daniel Stenberg
2013-03-07
checksrc: ban unsafe functions
Daniel Stenberg
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-04-08
curl tool: make curl.h first header included in tool_setup.h
Yang Tse
2012-04-06
curl tool: use configuration files from lib directory
Yang Tse
2011-10-06
curl tool: reviewed code moved to tool_*.[ch] files
Yang Tse
2011-10-05
curl tool: code moved to tool_*.[ch] files
Yang Tse