Age | Commit message (Expand) | Author |
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 |
2012-05-26 | Reduced #ifdef HAVE_METALINK | Tatsuhiro Tsujikawa |
2012-05-26 | Disable hash check if neither OpenSSL nor GNUTLS is installed. | Tatsuhiro Tsujikawa |
2012-05-26 | Minimize usage of structs from libmetalink | Tatsuhiro Tsujikawa |
2012-05-26 | Check checksum of downloaded file if checksum is available | Tatsuhiro Tsujikawa |
2012-05-26 | Always create directory hierarchy for Metalink. | Tatsuhiro Tsujikawa |
2012-05-26 | Support media-type parameter in Content-Type | Tatsuhiro Tsujikawa |
2012-05-26 | metalink: parse downloaded Metalink file | Tatsuhiro Tsujikawa |
2012-05-26 | metalink: minor metalinkfile fix | Tatsuhiro Tsujikawa |
2012-05-26 | metalink: show help message even if disabled | Tatsuhiro Tsujikawa |
2012-05-26 | Support Metalink. | Tatsuhiro Tsujikawa |
2012-05-25 | Made -D option work with -O and -J. | Tatsuhiro Tsujikawa |
2012-04-19 | Take in account that CURLAUTH_* bitmasks are now 'unsigned long' - follow-up | Yang Tse |
2012-04-18 | Take in account that CURLAUTH_* bitmasks are now 'unsigned long' | Yang Tse |
2012-04-18 | Some explicit conversion to 'long' of curl_easy_setopt() third argument | Yang Tse |