aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-cli.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace remaining fprintf with tfm::format manuallyMarcoFalke2019-06-181-1/+1
* scripted-diff: Replace fprintf with tfm::formatMarcoFalke2019-06-181-7/+7
* util: Add SetupHelpOptions()MarcoFalke2019-02-061-5/+2
* Merge #14480: refactor: Drop boost::this_thread::interruption_point and boost...Wladimir J. van der Laan2018-12-071-3/+0
|\
| * refactor: Drop boost::this_thread::interruption_point and boost::thread_inter...Chun Kuan Lee2018-10-151-3/+0
* | Merge #14448: doc: Clarify rpcwallet flag url changeWladimir J. van der Laan2018-11-231-1/+1
|\ \
| * | clarify rpcwallet flag url changeJordan Baczuk2018-10-091-1/+1
* | | scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-2/+2
| |/ |/|
* | utils: Convert Windows args to utf-8 stringChun Kuan Lee2018-09-301-0/+5
|/
* init: Remove deprecated args from hidden argsMarcoFalke2018-09-191-5/+0
* don't translate command line optionsMichael Polzer2018-09-101-1/+1
* Merge #14013: [doc] Add new regtest ports in man following #10825 ports reatt...Wladimir J. van der Laan2018-09-041-1/+2
|\
| * Add new regtest ports in doc following #10825 ports reattributionsAntoine Riard2018-08-231-1/+2
* | util: Replace boost::signals2 with std::functionMarcoFalke2018-08-241-0/+2
|/
* Merge #13905: docs: fixed bitcoin-cli -help output for help2manMarcoFalke2018-08-131-2/+2
|\
| * docs: fixed bitcoin-cli -help output for help2manHennadii Stepanov2018-08-131-2/+2
* | Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\ \ | |/ |/|
| * Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | [docs] Reformat -help output for help2manTim Ruffing2018-08-041-7/+6
|/
* Fix bitcoin-cli --versionBen Woosley2018-07-201-0/+1
* cli: Ignore libevent warningsCory Fields2018-06-041-0/+13
* Give an error and exit if there are unknown parametersAndrew Chow2018-05-301-5/+12
* Stop translating command line optionsWladimir J. van der Laan2018-05-301-21/+21
* Make gArgs aware of the argumentsAndrew Chow2018-05-091-21/+19
* Merge #10267: New -includeconf argument for including external configuration ...Wladimir J. van der Laan2018-05-091-1/+1
|\
| * -includeconf=<path> support in config handler, for including external configu...Karl-Johan Alm2018-04-261-1/+1
* | Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-3/+3
|/
* Move ChainNameFromCommandLine into ArgsManager and rename to GetChainNameAnthony Towns2018-04-061-1/+1
* Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan2018-04-051-0/+1
|\
| * Bugfix: Include <memory> for std::unique_ptrLuke Dashjr2018-04-021-0/+1
* | [moveonly] Extract HelpRequested to dry up the help options testingBen Woosley2018-04-021-1/+1
* | bitcoin-cli: Provide a better error message when bitcoind is not runningpracticalswift2018-03-091-9/+17
* | Create new wallet databases as directories rather than filesRussell Yanofsky2018-03-031-2/+2
* | Allow wallet files not in -walletdir directoryRussell Yanofsky2018-03-031-1/+1
* | Merge #12050: [trivial] Implements a virtual destructor on the BaseRequestHan...Wladimir J. van der Laan2018-02-061-0/+1
|\ \
| * | Implements a virtual destructor on the BaseRequestHandler class.2512017-12-291-0/+1
* | | Clarify help messages for path args to mention datadir prefixJames O'Beirne2018-02-051-1/+1
* | | Properly alphabetize output of CLI --help option.murrayn2018-02-011-5/+5
| |/ |/|
* | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
|/
* cli: Reject arguments to -getinfoWladimir J. van der Laan2017-11-171-0/+3
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-9/+9
* rpc: Handle `getinfo` locally in bitcoin-cli w/ `-getinfo`Wladimir J. van der Laan2017-09-271-14/+105
* Fix style in -stdin and -stdinrpcpass handlingJoão Barbosa2017-09-071-3/+6
* Add option -stdinrpcpass to allow RPC password to be read from standard inputJoe Harvell2017-08-231-3/+10
* scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-16/+16
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-6/+6
* Fix misleading "Method not found" multiwallet errorsRussell Yanofsky2017-07-261-0/+4
* Rename -usewallet to -rpcwalletAlex Morcos2017-07-191-2/+2
* Add wallet endpoint support to bitcoin-cli (-usewallet)Jonas Schnelli2017-07-171-1/+15
* Remove duplicate includepracticalswift2017-07-161-1/+0