Age | Commit message (Expand) | Author |
2014-11-30 | curl tool: Exclude SMB from the protocol redirect | Steve Holme |
2014-11-30 | curl tool: Enable support for the SMB protocol | Bill Nagel |
2014-11-24 | SSL: Add PEM format support for public key pinning | moparisthebest |
2014-11-19 | build: in Makefile.m32 moved target autodetection. | Guenter Knauf |
2014-11-19 | build: in Makefile.m32 simplify platform flags. | Guenter Knauf |
2014-11-19 | build: in Makefile.m32 try to detect 64bit target. | Guenter Knauf |
2014-11-18 | build: in Makefile.m32 add -m32 flag for 32bit. | Guenter Knauf |
2014-11-18 | build: in Makefile.m32 pass -F flag to windres. | Guenter Knauf |
2014-11-15 | tool: Removed krb4 from the supported features | Steve Holme |
2014-11-15 | tool: Use Kerberos for supported features | Michael Osipov |
2014-11-08 | Makefile.vc6: Added support for WinIDN | Steve Holme |
2014-11-07 | curl_tool: Added krb5 to the supported features | Steve Holme |
2014-11-05 | tool_strdup.c: include the tool strdup.h | Daniel Stenberg |
2014-11-05 | curl_easy_duphandle: CURLOPT_COPYPOSTFIELDS read out of bounds | Daniel Stenberg |
2014-10-29 | Added NetWare support to build with nghttp2. | Guenter Knauf |
2014-10-26 | src/: remove version.h.dist from gitignore | Daniel Stenberg |
2014-10-24 | Added MinGW support to build with nghttp2. | Guenter Knauf |
2014-10-12 | cmake: build tool_hugehelp (ENABLE_MANUAL) | Peter Wu |
2014-10-09 | get_url_file_name: make no slash equal empty string | Daniel Stenberg |
2014-10-09 | get_url_file_name: never return a NULL string *and* OK | Daniel Stenberg |
2014-10-09 | Cmake: Got rid of setup_curl_dependencies | Jakub Zakrzewski |
2014-10-08 | operate: avoid NULL dereference | Daniel Stenberg |
2014-10-08 | operate_do: skip superfluous check for NULL pointer | Daniel Stenberg |
2014-10-07 | SSL: implement public key pinning | moparisthebest |
2014-10-07 | parseconfig: skip a NULL check | Daniel Stenberg |
2014-10-06 | tool_go_sleep: use (void) to spell out we ignore the return value | Daniel Stenberg |
2014-10-04 | getparameter: remove dead code | Daniel Stenberg |
2014-10-04 | getparameter: comment a switch FALLTHROUGH | Daniel Stenberg |
2014-08-19 | help output: minor whitespace edits | Daniel Stenberg |
2014-08-19 | help output: use ≥2 spaces between option and description | Zearin |
2014-08-10 | tool_hugehelp.c.cvs: Added copyright | Steve Holme |
2014-08-08 | tool_getparam.c: Fixed compilation warning | Steve Holme |
2014-07-23 | docs: Improve inline GSS-API naming in code documentation | Michael Osipov |
2014-07-23 | curl.h/features: Deprecate GSS-Negotiate macros due to bad naming | Michael Osipov |
2014-07-23 | configure/features: Add feature and version info for GSS-API and SPNEGO | Michael Osipov |
2014-07-18 | build: link curl to NSS libraries when NSS support is enabled | Alessandro Ghedini |
2014-07-17 | src/Makefile.am: add .DELETE_ON_ERROR | Dave Reisner |
2014-07-16 | Remove all traces of FBOpenSSL SPNEGO support | David Woodhouse |
2014-07-12 | Fixed some "statement not reached" warnings | Dan Fandrich |
2014-07-03 | tool: oops, forgot to include <plarenas.h> | Kamil Dudka |
2014-07-03 | tool: call PL_ArenaFinish() on exit if NSPR is used | Kamil Dudka |
2014-07-02 | tool: call PR_Cleanup() on exit if NSPR is used | Kamil Dudka |
2014-06-17 | tool_metalink: Support polarssl as digest provider | Michał Górny |
2014-05-22 | tool_getparam.c: Fixed compilation warnings | Steve Holme |
2014-05-22 | build: Fixed incorrect reference to curl_setup.h in Visual Studio files | Steve Holme |
2014-05-21 | Makefile.inc: Added curlx headers to assist Visual Studio project generation | Steve Holme |
2014-05-21 | build: Renamed CURLX_ONES file list definition to CURLX_CFILES | Steve Holme |
2014-05-17 | Makefile.inc: Added resource file to assist Visual Studio project generation | Steve Holme |
2014-05-10 | tool_operate.c: Fixed compilation warning | Steve Holme |
2014-05-09 | tool_operate.c: Fixed TAB is white space from commit 5b8ae0a985 | Steve Holme |