Age | Commit message (Expand) | Author |
2015-03-03 | tool_getpass: remove unused curl/mprintf.h include | Daniel Stenberg |
2015-02-28 | tool: wrap lines longer than 79 columns | Kamil Dudka |
2015-02-27 | tool: Updated the warnf() function to use the GlobalConfig structure | Steve Holme |
2015-02-19 | CMake: Fix generation of tool_hugehelp.c on windows | Sergei Nikulov |
2015-02-03 | getpass: protect include with proper #ifdef | Daniel Stenberg |
2015-02-03 | getpass_r: read from stdin, not stdout! | Daniel Stenberg |
2015-01-16 | help: add --cert-status to --help output | Daniel Stenberg |
2015-01-16 | copyright years: after OCSP stapling changes | Daniel Stenberg |
2015-01-16 | curl: add --cert-status option | Alessandro Ghedini |
2015-01-08 | add -m64 clags when targeting mingw64, add -m32/-m64 to LDFLAGS | Viktor Szakats |
2014-12-26 | code/docs: Use Unix rather than UNIX to avoid use of the trademark | Steve Holme |
2014-12-25 | tool_help: Use camel case for UNIX sockets feature output | Steve Holme |
2014-12-25 | tool_xattr: Use 'CURLcode result' for curl result codes | Steve Holme |
2014-12-22 | curl: show size of inhibited data when using -v | Daniel Stenberg |
2014-12-21 | VMS: Updates for 0740-0D1220 | John E. Malmberg |
2014-12-16 | glob_next_url: make the loop count upwards | Daniel Stenberg |
2014-12-16 | tool_operate: we prefer 'CURLcode result' | Daniel Stenberg |
2014-12-16 | tool_urlglob: unify return codes to use CURLcode | Daniel Stenberg |
2014-12-16 | tool_urlglob.c: partly reverse dc19789444 | Daniel Stenberg |
2014-12-14 | copyright: Updated the copyright year following recent updates | Steve Holme |
2014-12-14 | tool_urlglob.c: reverse two loops | Daniel Stenberg |
2014-12-14 | tool_urlglob.c: Added braces to clarify the conditions | Marc Hoersken |
2014-12-14 | tool_urlglob.c: Silence warning C6293: Ill-defined for-loop | Marc Hoersken |
2014-12-14 | tool_binmode.c: Explicitly ignore the return code of setmode | Marc Hoersken |
2014-12-14 | tool_util.c: Use GetTickCount64 if it is available | Marc Hoersken |
2014-12-07 | get_url_file_name: Fixed crash on OOM on debug build | Dan Fandrich |
2014-12-05 | build: updated dependencies in makefiles. | Guenter Knauf |
2014-12-04 | tool: fix CURLOPT_UNIX_SOCKET_PATH in --libcurl output | Peter Wu |
2014-12-04 | tool: add --unix-socket option | Peter Wu |
2014-12-04 | libcurl: add UNIX domain sockets support | Peter Wu |
2014-12-01 | build: in Makefile.m32 simplified autodetection. | Guenter Knauf |
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 |