Age | Commit message (Expand) | Author |
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 |
2014-02-26 | tool_getparam: Added initial support for --next/-: | Steve Holme |
2014-02-25 | parse_args: fix a too long source code line | Daniel Stenberg |
2014-02-25 | tool_help: Moved --no-alpn and --no-npn to be listed alphabetically | Steve Holme |
2014-02-25 | tool: Moved --showerror to the global config | Steve Holme |
2014-02-25 | tool_getparam: Added global config to getparameter() | Steve Holme |
2014-02-25 | tool_getparam.h: Fixed compilation warning | Steve Holme |
2014-02-24 | tool_cfgable: Added support for knowing the current operation | Steve Holme |
2014-02-24 | tool_operate: Moved easy handle cleanup into tool_main | Steve Holme |
2014-02-24 | tool_hugehelp: partially reverted 24e22e10 | Marc Hoersken |
2014-02-24 | tool_main: Moved easy handle into global config structure | Steve Holme |