Age | Commit message (Expand) | Author |
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-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-01-19 | tool: Fixed incorrect return code if command line parser runs out of memory | Steve Holme |
2013-12-14 | login options: remove the ;[options] support from CURLOPT_USERPWD | Daniel Stenberg |
2013-10-15 | tool: use XFERFUNCTION to save some casts | Dave Reisner |
2013-09-13 | curl: Fixed usage of DNS options when not using c-ares resolver | Steve Holme |
2013-09-12 | curl: Add support for various DNS binding options. | Ben Greear |
2013-08-27 | tool_operate.c: Fixed compilation warning | Steve Holme |
2013-08-27 | curl: Moved check for password out of get parameter loop | Steve Holme |
2013-08-26 | curl: added basic SASL XOAUTH2 support | Kyle L. Huff |
2013-08-20 | curl_easy_perform_ev: debug/test function | Daniel Stenberg |
2013-08-16 | urlglob: better detect unclosed braces, empty lists and overflows | Daniel Stenberg |
2013-07-29 | tool_operate.c: fix brace placement for vi/emacs delimiter matching | Yang Tse |
2013-07-29 | tool_operate.c: move <fabdef.h> header inclusion location | Yang Tse |
2013-07-22 | curl: fix upload of a zip file in OpenVMS | John E. Malmberg |
2013-07-22 | curl: fix symbolic names for CURL_NETRC_* enum in --libcurl output | Yang Tse |
2013-07-22 | curl: fix symbolic names for CURLUSESSL_* enum in --libcurl output | Yang Tse |
2013-07-22 | tool_operate.c: fix passing curl_easy_setopt long arg on some x64 ABIs | Yang Tse |
2013-07-14 | src/tool: allow timeouts to accept decimal values | Dave Reisner |
2013-04-27 | Corrected version numbers after bump | Steve Holme |
2013-04-27 | sasl-ir: Added --sasl-ir option to curl command line tool | Steve Holme |
2013-03-07 | checksrc: ban unsafe functions | Daniel Stenberg |
2013-02-19 | metalink: fix improbable crash parsing metalink filename | Nick Zitzmann |
2013-02-06 | vms_show: post VMS patch cleanup - II | Yang Tse |
2013-02-05 | VMS: fix and generate the VMS build config | John E. Malmberg |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: make use of 93 lib/*.c renamed files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-11-06 | curl: set CURLOPT_SSL_VERIFYHOST to 0 to disable | Daniel Stenberg |
2012-08-06 | operate: fix clang-analyzer warnings for never read variables | Daniel Stenberg |
2012-08-06 | operate: fix clang-analyzer warning | Daniel Stenberg |
2012-07-22 | tool_operate: fix misplaced initialization of orig_noprogress | Kamil Dudka |
2012-06-28 | Metalink: message updates | Tatsuhiro Tsujikawa |
2012-06-27 | Metalink: updated message format | Tatsuhiro Tsujikawa |
2012-06-22 | Metalink: ignore --include if --metalink is used. | Tatsuhiro Tsujikawa |
2012-06-21 | curl: Prefixed all Metalink related messages with "Metalink: " | Tatsuhiro Tsujikawa |
2012-06-21 | curl: Restore noprogress and isatty config values. | Tatsuhiro Tsujikawa |
2012-06-21 | curl: Made --metalink option toggle Metalink functionality | Tatsuhiro Tsujikawa |
2012-06-09 | Fixes allowing 26 more test cases in 1334 to 1393 range to succeed | Yang Tse |
2012-06-08 | metalink: build fixes and adjustments II | Yang Tse |
2012-06-07 | metalink: build fixes and adjustments I | Yang Tse |
2012-06-07 | Fixes allowing HTTP test cases 1338, 1339, 1368 and 1369 to succeed | Yang Tse |