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_getparam.h
Age
Commit message (
Expand
)
Author
2019-05-20
curl: report error for "--no-" on non-boolean options
Daniel Stenberg
2018-09-23
whitespace fixes
Viktor Szakats
2017-08-07
curl: detect and bail out early on parameter integer overflows
Daniel Stenberg
2017-05-09
tool: fix remaining -Wcast-qual warnings
Marcel Raad
2017-05-02
curl: non-boolean command line args reject --no- prefixes
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-08-22
CURLOPT_DEFAULT_PROTOCOL: added
Nathaniel Waisbrot
2014-02-26
tool_getparam: Added initial support for --next/-:
Steve Holme
2014-02-25
tool_getparam: Added global config to getparameter()
Steve Holme
2014-02-25
tool_getparam.h: Fixed compilation warning
Steve Holme
2014-02-24
tool_main: Moved easy handle into global config structure
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
2014-02-03
tool_operate: Moved command line argument parsing into separate function
Steve Holme
2013-05-06
unit1394.c: plug the curl tool unit test in
Kamil Dudka
2012-11-26
avoid mixing of enumerated type with another type
Yang Tse
2012-07-10
cmdline: parse numerical options stricter
Daniel Stenberg
2012-06-08
tool_getparam.h: fix compiler error
Daniel Stenberg
2012-04-06
curl tool: use configuration files from lib directory
Yang Tse
2011-10-05
curl tool: code moved to tool_*.[ch] files
Yang Tse