Age | Commit message (Expand) | Author |
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 |
2014-05-09 | tool_urlglob.c: Fixed compilation warning | Steve Holme |
2014-05-09 | tool_operate.c: Fixed compilation warnings | Steve Holme |
2014-05-07 | tool_help: Fixed missing --login-options option | Steve Holme |
2014-05-06 | curl: bail on cookie use when built with disabled cookies | Daniel Stenberg |
2014-04-19 | tool_writeout.c: initialize string pointer variable | Marc Hoersken |
2014-04-19 | tool_formparse.c: fix possible use of non-null-terminated strings | Marc Hoersken |
2014-04-18 | tool_urlglob.c: added some comments to clarify for loop conditions | Marc Hoersken |
2014-04-06 | Makefile.vc6: Follow up fix to commit 45d3f00803 | Steve Holme |
2014-04-05 | Makefile.vc6: added warnless.c to fix build | Marc Hoersken |
2014-04-04 | curl: add --proxy-header | Maciej Puzio |
2014-03-30 | curl: stop interpreting IPv6 literals as glob patterns. | Paul Marks |
2014-03-26 | mkhelp: generate code for --disable-manual as well | Daniel Stenberg |
2014-03-23 | tool_operate: Fixed uninitialised variable under some error situations | Steve Holme |
2014-03-22 | tool_parsecfg: Reworked error handling from commit fc59a9e1 | Steve Holme |
2014-03-22 | tool_getparam: Removed "dead assignment" code introduced in commit 1a9b58fc | Steve Holme |
2014-03-03 | Rework Open Watcom make files to use standard Wmake features | Jiri Malak |
2014-03-02 | tool: Do not output libcurl source for the information only parameters | Steve Holme |
2014-03-02 | tool: Fixed libcurl source output for multiple operations | Steve Holme |
2014-03-01 | tool_metalink.h: Fixed compilation warning | Steve Holme |
2014-03-01 | tool: Moved internal variable isatty to the global config | Steve Holme |
2014-03-01 | tool_operate.c: Fixed compilation error | Steve Holme |
2014-03-01 | tool: Moved --libcurl to the global config | Steve Holme |
2014-03-01 | tool: Moved --progress-bar to the global config | Steve Holme |
2014-03-01 | tool: Moved --stderr to the global config | Steve Holme |
2014-02-28 | tool_main: Fixed a memory leak on main_init error | Dan Fandrich |
2014-02-27 | tool_cfgable: Code policing of structure pointers | Steve Holme |
2014-02-27 | tool: Moved --trace and --verbose to the global config | Steve Holme |
2014-02-27 | tool_main: Forgot to initialise the first operation's global pointer | Steve Holme |
2014-02-27 | tool: Moved --silient to the global config | Steve Holme |
2014-02-27 | tool_cfgable: Added GlobalConfig pointer to OperationConfig | Steve Holme |
2014-02-26 | tool: Added support to .curlrc for URL specific options | Steve Holme |
2014-02-26 | tool: Reworked argument parsing to use --next/-: | Steve Holme |