aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-cli.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [utils] allow square brackets for ipv6 addresses in bitcoin-cliJohn Newbery2017-07-131-2/+9
* Chainparams: Use a regular factory for creating chainparamsJorge Timón2017-05-031-1/+3
* Replace uses of boost::filesystem with fsWladimir J. van der Laan2017-04-031-1/+1
* Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan2017-04-031-1/+1
* Docs: add details to -rpcclienttimeout docIan Kelling2017-03-021-1/+1
* rpc: Named argument support for bitcoin-cliWladimir J. van der Laan2017-01-101-1/+11
* Merge #9387: [Refactor] RAII of libevent stuff using unique ptrs with deletersWladimir J. van der Laan2017-01-051-20/+12
|\
| * Switched bitcoin-cli.cpp to use RAII unique pointers with deleters.Karl-Johan Alm2016-12-201-20/+12
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* | Un-expose mapArgs from utils.hMatt Corallo2016-12-241-3/+3
* | Introduce (and use) an IsArgSet accessor methodMatt Corallo2016-12-231-2/+2
* | Remove arguments to ParseConfigFileMatt Corallo2016-12-231-1/+1
|/
* bitcoin-cli: Make error message less confusingWladimir J. van der Laan2016-12-021-1/+1
* Removed using namespace std from bitcoin-cli/-tx and added std:: in appropria...Karl-Johan Alm2016-11-251-16/+14