Age | Commit message (Expand) | Author |
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 |
2013-07-31 | curl: make --progress-bar update the line less frequently | Daniel Stenberg |
2013-07-30 | md5 & metalink: use better build macros on Apple operating systems | Nick Zitzmann |
2013-07-29 | tool_operhlp.c: fix add_file_name_to_url() OOM handling | Yang Tse |
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-19 | Makefile.b32: Borland makefile adjustments. Tested with BCC 5.5.1 | Yang Tse |
2013-07-17 | cmake: Fix for MSVC2010 project generation | Sergei Nikulov |
2013-07-14 | src/tool: allow timeouts to accept decimal values | Dave Reisner |
2013-07-14 | src/tool_paramhlp: try harder to catch negatives | Dave Reisner |
2013-07-08 | Added winssl-zlib target to VC builds. | Guenter Knauf |
2013-05-11 | Updated zlib version in build files. | Guenter Knauf |
2013-05-06 | build: fixed unit1394 for debug and metlink builds | Daniel Stenberg |
2013-05-06 | unit1394.c: plug the curl tool unit test in | Kamil Dudka |
2013-05-06 | src/Makefile.am: build static lib for unit tests if enabled | Kamil Dudka |
2013-05-06 | tool_getparam: ensure string termination in parse_cert_parameter() | Kamil Dudka |
2013-05-06 | tool_getparam: fix memleak in handling the -E option | Kamil Dudka |
2013-05-06 | tool_getparam: describe what parse_cert_parameter() does | Kamil Dudka |
2013-05-06 | curl -E: allow to escape ':' in cert nickname | Jared Jennings |
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-04-20 | tool_paramhlp: Fixed options being included in username | Steve Holme |
2013-04-11 | Enabled MinGW sync resolver builds. | Guenter Knauf |
2013-04-09 | Fixed ares-enabled builds with static makefiles. | Guenter Knauf |
2013-04-04 | --engine: spellfix the help message | Daniel Stenberg |
2013-03-13 | tool_main.c: remove redundant vms_show storage-class specifier | Yang Tse |
2013-03-13 | tool_main.c: fix VMS global variable storage-class specifier | Tom Grace |
2013-03-12 | curl.h: stricter CURL_EXTERN linkage decorations logic | Yang Tse |