Age | Commit message (Expand) | Author |
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 |
2013-11-28 | globbing: curl glob counter mismatch with {} list use | Daniel Stenberg |
2013-11-03 | tool_help: Updated --list-only description to include POP3 | Steve Holme |
2013-11-03 | glob_range: pass the closing bracket for a-z ranges | Daniel Stenberg |
2013-10-26 | tool_help: Added login options to --user description | Steve Holme |
2013-10-26 | tool_help: Added clarity to the --oauth2-bearer option | Steve Holme |
2013-10-22 | glob: fix regression from commit 5ca96cb844 | Daniel Stenberg |
2013-10-15 | tool: use XFERFUNCTION to save some casts | Dave Reisner |
2013-10-15 | SSL: protocol version can be specified more precisely | Gergely Nagy |
2013-10-13 | curl: fix --oauth2-bearer in the --help output | Daniel Stenberg |
2013-10-12 | curl: rename --bearer to --oauth2-bearer | Daniel Stenberg |
2013-10-01 | xattr: add support for FreeBSD xattr API | François Charlier |
2013-09-20 | pop3: Added basic SASL XOAUTH2 support | Steve Holme |
2013-09-20 | curl: Added clarification to the --mail options in the --help output | Steve Holme |
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-09-06 | urlglob: improved error messages and column number on bad use | Daniel Stenberg |
2013-09-06 | urlglob: avoid error code translation | Daniel Stenberg |
2013-09-06 | urlglob: avoid NULL pointer dereference | Daniel Stenberg |
2013-09-05 | curl: unbreak --http1.0 again | Daniel Stenberg |
2013-09-04 | curl: add --http1.1 and --http2.0 options | Daniel Stenberg |
2013-09-04 | curl -V: output HTTP2 as a feature if present | Daniel Stenberg |
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 --bearer option to help | Kyle L. Huff |
2013-08-26 | curl: added basic SASL XOAUTH2 support | Kyle L. Huff |
2013-08-26 | tool_urlglob.c: Fixed compiler warnings | Steve Holme |
2013-08-20 | curl_easy_perform_ev: debug/test function | Daniel Stenberg |
2013-08-16 | glob: error out on range overflow | Daniel Stenberg |
2013-08-16 | urlglob: better detect unclosed braces, empty lists and overflows | Daniel Stenberg |
2013-08-14 | --help: fix the --sasl-ir in the help output | Daniel Stenberg |
2013-08-14 | curl: make --no-[option] work properly for several options | Daniel Stenberg |
2013-08-01 | curl: second follow-up for commit 5af2bfb9 | Yang Tse |
2013-07-31 | curl: follow-up for commit 5af2bfb9 | Yang Tse |
2013-07-31 | curl: --progress-bar max update frequency now at 5Hz | Daniel Stenberg |