aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-02-10NPN/ALPN: allow disabling via command lineFabian Frank
2014-02-09tool_metalink: fix compiler warning when built without metalinkDaniel Stenberg
2014-02-09tool_operate: Move the trace and error file closure to tool_cfgableSteve Holme
2014-02-09tool_operate: Added support for performing URL specific operationsSteve Holme
2014-02-09tool_operate: Let curl handle cleanup take place in config_free()Steve Holme
2014-02-08tool_getparam: Added support for parsing of specific URL optionsSteve Holme
2014-02-07tool_cfgable: For consistency renamed init_config() to config_init()Steve Holme
2014-02-07tool_cfgable: Introduced config_free() functionSteve Holme
2014-02-07--help: add missing --tlsv1.x optionsDaniel Stenberg
2014-02-06tool_operate: Removed unused argument parameters from operate_do()Steve Holme
2014-02-06tool_operate: Moved list SSL engines code into operate()Steve Holme
2014-02-06tool_operate: Moved argument parsing into operate()Steve Holme
2014-02-05tool_operate: Moved .curlrc parsing code into operate()Steve Holme
2014-02-05tool_operate: Moved locale setup code into operate_init()Steve Holme
2014-02-04tool_operate: shortened too-long source lineDan Fandrich
2014-02-04tool_operate: Introduced operate_free() functionSteve Holme
2014-02-04tool_operate: Introduced operate_init() functionSteve Holme
2014-02-04tool_operate: Introduced new operate() functionSteve Holme
2014-02-03tool_operate: Moved libcurl information gathering to tool_mainSteve Holme
2014-02-03tool_operate: Moved command line argument parsing into separate functionSteve Holme
2014-02-03tool_operate: Simplified parse .curlrc decision logicSteve Holme
2014-02-03tool_operate: Moved main initialisation and cleanup code into tool_mainSteve Holme
2014-02-03tool_main: Fixed compilation warning from commit 0104678c79Steve Holme
2014-02-03tool_main: Changed stack based config struct to be heap basedSteve Holme
2014-02-02tool_operate: Moved memory tracking initialisation into tool_mainSteve Holme
2014-02-02tool_operate: Moved initial config setup into new init_config() functionSteve Holme
2014-02-01tool_main: Moved config struct initialisation into a separate functionSteve Holme
2014-01-30http2: call it "HTTP 2" and not 2.0Daniel Stenberg
2014-01-28getpass: fix password parsing from consoleMaks Naumov
2014-01-19tool: Fixed incorrect return code if password prompting runs out of memorySteve Holme
2014-01-19tool: Fixed incorrect return code if command line parser runs out of memorySteve Holme
2014-01-18Subject: progress bar: increase update frequency to 10HzTobias Markus
2014-01-18progress bar: always update when at 100%Tobias Markus
2013-12-14login options: remove the ;[options] support from CURLOPT_USERPWDDaniel Stenberg
2013-12-09parseconfig: warn if unquoted white spaces are detectedDaniel Stenberg
2013-12-02tool_metalink: do not use HAVE_NSS_INITCONTEXTKamil Dudka
2013-11-29parseconfig: dash options can't specified with colon or equalsDaniel Stenberg
2013-11-28globbing: curl glob counter mismatch with {} list useDaniel Stenberg
2013-11-03tool_help: Updated --list-only description to include POP3Steve Holme
2013-11-03glob_range: pass the closing bracket for a-z rangesDaniel Stenberg
2013-10-26tool_help: Added login options to --user descriptionSteve Holme
2013-10-26tool_help: Added clarity to the --oauth2-bearer optionSteve Holme
2013-10-22glob: fix regression from commit 5ca96cb844Daniel Stenberg
2013-10-15tool: use XFERFUNCTION to save some castsDave Reisner
2013-10-15SSL: protocol version can be specified more preciselyGergely Nagy
2013-10-13curl: fix --oauth2-bearer in the --help outputDaniel Stenberg
2013-10-12curl: rename --bearer to --oauth2-bearerDaniel Stenberg
2013-10-01xattr: add support for FreeBSD xattr APIFrançois Charlier
2013-09-20pop3: Added basic SASL XOAUTH2 supportSteve Holme
2013-09-20curl: Added clarification to the --mail options in the --help outputSteve Holme