Age | Commit message (Expand) | Author |
2014-02-22 | tool_operate: Start to use CURLcode rather than int for return codes | Steve Holme |
2014-02-22 | tool: Fixed incorrect return code when setting HTTP request fails | Steve Holme |
2014-02-22 | tool_getparam: Moved version information into separate function in tool_help | Steve Holme |
2014-02-22 | tool_operhlp.h: Fixed compilation warning | Steve Holme |
2014-02-22 | tool_operhlp: Consolidated engine output code into tool_help | Steve Holme |
2014-02-22 | tool_operate: Moved list engines into separate function in tool_help | Steve Holme |
2014-02-20 | tool_paramhlp: Fixed compilation warnings | Steve Holme |
2014-02-16 | tool_paramhlp: Added URL index to password prompt for multiple operations | Steve Holme |
2014-02-16 | warnless: add wrapper function for read and write on Windows | Marc Hoersken |
2014-02-15 | tool_operate: Changed the required argument check/get to be upfront | Steve Holme |
2014-02-15 | tool_operate: Moved required argument getting into separate function | Steve Holme |
2014-02-14 | curl: output protocol headers using binary mode | Marc Hoersken |
2014-02-10 | tool_cfgable: Moved easy handle cleanup to fix pingpong logout issues | Steve Holme |
2014-02-10 | NPN/ALPN: allow disabling via command line | Fabian Frank |
2014-02-09 | tool_metalink: fix compiler warning when built without metalink | Daniel Stenberg |
2014-02-09 | tool_operate: Move the trace and error file closure to tool_cfgable | Steve Holme |
2014-02-09 | tool_operate: Added support for performing URL specific operations | Steve Holme |
2014-02-09 | tool_operate: Let curl handle cleanup take place in config_free() | Steve Holme |
2014-02-08 | tool_getparam: Added support for parsing of specific URL options | Steve Holme |
2014-02-07 | tool_cfgable: For consistency renamed init_config() to config_init() | Steve Holme |
2014-02-07 | tool_cfgable: Introduced config_free() function | Steve Holme |
2014-02-07 | --help: add missing --tlsv1.x options | Daniel Stenberg |
2014-02-06 | tool_operate: Removed unused argument parameters from operate_do() | Steve Holme |
2014-02-06 | tool_operate: Moved list SSL engines code into operate() | Steve Holme |
2014-02-06 | tool_operate: Moved argument parsing into operate() | Steve Holme |
2014-02-05 | tool_operate: Moved .curlrc parsing code into operate() | Steve Holme |
2014-02-05 | tool_operate: Moved locale setup code into operate_init() | Steve Holme |
2014-02-04 | tool_operate: shortened too-long source line | Dan Fandrich |
2014-02-04 | tool_operate: Introduced operate_free() function | Steve Holme |
2014-02-04 | tool_operate: Introduced operate_init() function | Steve Holme |
2014-02-04 | tool_operate: Introduced new operate() function | Steve Holme |
2014-02-03 | tool_operate: Moved libcurl information gathering to tool_main | Steve Holme |
2014-02-03 | tool_operate: Moved command line argument parsing into separate function | Steve Holme |
2014-02-03 | tool_operate: Simplified parse .curlrc decision logic | Steve Holme |
2014-02-03 | tool_operate: Moved main initialisation and cleanup code into tool_main | Steve Holme |
2014-02-03 | tool_main: Fixed compilation warning from commit 0104678c79 | Steve Holme |
2014-02-03 | tool_main: Changed stack based config struct to be heap based | Steve Holme |
2014-02-02 | tool_operate: Moved memory tracking initialisation into tool_main | Steve Holme |
2014-02-02 | tool_operate: Moved initial config setup into new init_config() function | Steve Holme |
2014-02-01 | tool_main: Moved config struct initialisation into a separate function | Steve Holme |
2014-01-30 | http2: call it "HTTP 2" and not 2.0 | Daniel Stenberg |
2014-01-28 | getpass: fix password parsing from console | Maks Naumov |
2014-01-19 | tool: Fixed incorrect return code if password prompting runs out of memory | Steve Holme |
2014-01-19 | tool: Fixed incorrect return code if command line parser runs out of memory | Steve Holme |
2014-01-18 | Subject: progress bar: increase update frequency to 10Hz | Tobias Markus |
2014-01-18 | progress bar: always update when at 100% | Tobias Markus |
2013-12-14 | login options: remove the ;[options] support from CURLOPT_USERPWD | Daniel Stenberg |
2013-12-09 | parseconfig: warn if unquoted white spaces are detected | Daniel Stenberg |
2013-12-02 | tool_metalink: do not use HAVE_NSS_INITCONTEXT | Kamil Dudka |
2013-11-29 | parseconfig: dash options can't specified with colon or equals | Daniel Stenberg |