Age | Commit message (Expand) | Author |
2019-06-13 | Replace remaining fprintf with tfm::format manually | MarcoFalke |
2019-06-13 | scripted-diff: Replace fprintf with tfm::format | MarcoFalke |
2019-03-11 | Merge #15564: cli: remove duplicate wallet fields from -getinfo | MarcoFalke |
2019-03-09 | cli: remove duplicate wallet fields from -getinfo | fanquake |
2019-03-09 | cli: replace testnet with chain and return network name as per BIP70. | fanquake |
2019-02-06 | util: Add SetupHelpOptions() | MarcoFalke |
2018-12-07 | Merge #14480: refactor: Drop boost::this_thread::interruption_point and boost... | Wladimir J. van der Laan |
2018-11-23 | Merge #14448: doc: Clarify rpcwallet flag url change | Wladimir J. van der Laan |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-10-15 | refactor: Drop boost::this_thread::interruption_point and boost::thread_inter... | Chun Kuan Lee |
2018-10-09 | clarify rpcwallet flag url change | Jordan Baczuk |
2018-09-30 | utils: Convert Windows args to utf-8 string | Chun Kuan Lee |
2018-09-19 | init: Remove deprecated args from hidden args | MarcoFalke |
2018-09-10 | don't translate command line options | Michael Polzer |
2018-09-04 | Merge #14013: [doc] Add new regtest ports in man following #10825 ports reatt... | Wladimir J. van der Laan |
2018-08-24 | util: Replace boost::signals2 with std::function | MarcoFalke |
2018-08-23 | Add new regtest ports in doc following #10825 ports reattributions | Antoine Riard |
2018-08-13 | Merge #13905: docs: fixed bitcoin-cli -help output for help2man | MarcoFalke |
2018-08-13 | docs: fixed bitcoin-cli -help output for help2man | Hennadii Stepanov |
2018-08-08 | Merge #13780: 0.17: Pre-branch maintenance | Wladimir J. van der Laan |
2018-08-04 | [docs] Reformat -help output for help2man | Tim Ruffing |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-07-20 | Fix bitcoin-cli --version | Ben Woosley |
2018-06-04 | cli: Ignore libevent warnings | Cory Fields |
2018-05-30 | Give an error and exit if there are unknown parameters | Andrew Chow |
2018-05-30 | Stop translating command line options | Wladimir J. van der Laan |
2018-05-09 | Make gArgs aware of the arguments | Andrew Chow |
2018-05-09 | Merge #10267: New -includeconf argument for including external configuration ... | Wladimir J. van der Laan |
2018-05-03 | Make it clear which functions that are intended to be translation unit local | practicalswift |
2018-04-26 | -includeconf=<path> support in config handler, for including external configu... | Karl-Johan Alm |
2018-04-06 | Move ChainNameFromCommandLine into ArgsManager and rename to GetChainName | Anthony Towns |
2018-04-05 | Merge #12859: Bugfix: Include <memory> for std::unique_ptr | Wladimir J. van der Laan |
2018-04-02 | [moveonly] Extract HelpRequested to dry up the help options testing | Ben Woosley |
2018-04-02 | Bugfix: Include <memory> for std::unique_ptr | Luke Dashjr |
2018-03-09 | bitcoin-cli: Provide a better error message when bitcoind is not running | practicalswift |
2018-03-03 | Create new wallet databases as directories rather than files | Russell Yanofsky |
2018-03-03 | Allow wallet files not in -walletdir directory | Russell Yanofsky |
2018-02-06 | Merge #12050: [trivial] Implements a virtual destructor on the BaseRequestHan... | Wladimir J. van der Laan |
2018-02-05 | Clarify help messages for path args to mention datadir prefix | James O'Beirne |
2018-02-01 | Properly alphabetize output of CLI --help option. | murrayn |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-12-29 | Implements a virtual destructor on the BaseRequestHandler class. | 251 |
2017-11-17 | cli: Reject arguments to -getinfo | Wladimir J. van der Laan |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-09-27 | rpc: Handle `getinfo` locally in bitcoin-cli w/ `-getinfo` | Wladimir J. van der Laan |
2017-09-07 | Fix style in -stdin and -stdinrpcpass handling | João Barbosa |
2017-08-23 | Add option -stdinrpcpass to allow RPC password to be read from standard input | Joe Harvell |
2017-08-14 | scripted-diff: stop using the gArgs wrappers | Marko Bencun |
2017-08-07 | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in... | practicalswift |
2017-07-26 | Fix misleading "Method not found" multiwallet errors | Russell Yanofsky |