aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-02-22tool_operate: Start to use CURLcode rather than int for return codesSteve Holme
2014-02-22tool: Fixed incorrect return code when setting HTTP request failsSteve Holme
2014-02-22tool_getparam: Moved version information into separate function in tool_helpSteve Holme
2014-02-22tool_operhlp.h: Fixed compilation warningSteve Holme
2014-02-22tool_operhlp: Consolidated engine output code into tool_helpSteve Holme
2014-02-22tool_operate: Moved list engines into separate function in tool_helpSteve Holme
2014-02-20tool_paramhlp: Fixed compilation warningsSteve Holme
2014-02-16tool_paramhlp: Added URL index to password prompt for multiple operationsSteve Holme
2014-02-16warnless: add wrapper function for read and write on WindowsMarc Hoersken
2014-02-15tool_operate: Changed the required argument check/get to be upfrontSteve Holme
2014-02-15tool_operate: Moved required argument getting into separate functionSteve Holme
2014-02-14curl: output protocol headers using binary modeMarc Hoersken
2014-02-10tool_cfgable: Moved easy handle cleanup to fix pingpong logout issuesSteve Holme
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