index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bitcoin-cli.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #13905: docs: fixed bitcoin-cli -help output for help2man
MarcoFalke
2018-08-13
1
-2
/
+2
|
\
|
*
docs: fixed bitcoin-cli -help output for help2man
Hennadii Stepanov
2018-08-13
1
-2
/
+2
*
|
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
[docs] Reformat -help output for help2man
Tim Ruffing
2018-08-04
1
-7
/
+6
|
/
*
Fix bitcoin-cli --version
Ben Woosley
2018-07-20
1
-0
/
+1
*
cli: Ignore libevent warnings
Cory Fields
2018-06-04
1
-0
/
+13
*
Give an error and exit if there are unknown parameters
Andrew Chow
2018-05-30
1
-5
/
+12
*
Stop translating command line options
Wladimir J. van der Laan
2018-05-30
1
-21
/
+21
*
Make gArgs aware of the arguments
Andrew Chow
2018-05-09
1
-21
/
+19
*
Merge #10267: New -includeconf argument for including external configuration ...
Wladimir J. van der Laan
2018-05-09
1
-1
/
+1
|
\
|
*
-includeconf=<path> support in config handler, for including external configu...
Karl-Johan Alm
2018-04-26
1
-1
/
+1
*
|
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-03
1
-3
/
+3
|
/
*
Move ChainNameFromCommandLine into ArgsManager and rename to GetChainName
Anthony Towns
2018-04-06
1
-1
/
+1
*
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-05
1
-0
/
+1
|
\
|
*
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-04-02
1
-0
/
+1
*
|
[moveonly] Extract HelpRequested to dry up the help options testing
Ben Woosley
2018-04-02
1
-1
/
+1
*
|
bitcoin-cli: Provide a better error message when bitcoind is not running
practicalswift
2018-03-09
1
-9
/
+17
*
|
Create new wallet databases as directories rather than files
Russell Yanofsky
2018-03-03
1
-2
/
+2
*
|
Allow wallet files not in -walletdir directory
Russell Yanofsky
2018-03-03
1
-1
/
+1
*
|
Merge #12050: [trivial] Implements a virtual destructor on the BaseRequestHan...
Wladimir J. van der Laan
2018-02-06
1
-0
/
+1
|
\
\
|
*
|
Implements a virtual destructor on the BaseRequestHandler class.
251
2017-12-29
1
-0
/
+1
*
|
|
Clarify help messages for path args to mention datadir prefix
James O'Beirne
2018-02-05
1
-1
/
+1
*
|
|
Properly alphabetize output of CLI --help option.
murrayn
2018-02-01
1
-5
/
+5
|
|
/
|
/
|
*
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
|
/
*
cli: Reject arguments to -getinfo
Wladimir J. van der Laan
2017-11-17
1
-0
/
+3
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-9
/
+9
*
rpc: Handle `getinfo` locally in bitcoin-cli w/ `-getinfo`
Wladimir J. van der Laan
2017-09-27
1
-14
/
+105
*
Fix style in -stdin and -stdinrpcpass handling
João Barbosa
2017-09-07
1
-3
/
+6
*
Add option -stdinrpcpass to allow RPC password to be read from standard input
Joe Harvell
2017-08-23
1
-3
/
+10
*
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-16
/
+16
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-6
/
+6
*
Fix misleading "Method not found" multiwallet errors
Russell Yanofsky
2017-07-26
1
-0
/
+4
*
Rename -usewallet to -rpcwallet
Alex Morcos
2017-07-19
1
-2
/
+2
*
Add wallet endpoint support to bitcoin-cli (-usewallet)
Jonas Schnelli
2017-07-17
1
-1
/
+15
*
Remove duplicate include
practicalswift
2017-07-16
1
-1
/
+0
*
[utils] allow square brackets for ipv6 addresses in bitcoin-cli
John Newbery
2017-07-13
1
-2
/
+9
*
Chainparams: Use a regular factory for creating chainparams
Jorge Timón
2017-05-03
1
-1
/
+3
*
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
1
-1
/
+1
*
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-04-03
1
-1
/
+1
*
Docs: add details to -rpcclienttimeout doc
Ian Kelling
2017-03-02
1
-1
/
+1
*
rpc: Named argument support for bitcoin-cli
Wladimir J. van der Laan
2017-01-10
1
-1
/
+11
*
Merge #9387: [Refactor] RAII of libevent stuff using unique ptrs with deleters
Wladimir J. van der Laan
2017-01-05
1
-20
/
+12
|
\
|
*
Switched bitcoin-cli.cpp to use RAII unique pointers with deleters.
Karl-Johan Alm
2016-12-20
1
-20
/
+12
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
|
Un-expose mapArgs from utils.h
Matt Corallo
2016-12-24
1
-3
/
+3
*
|
Introduce (and use) an IsArgSet accessor method
Matt Corallo
2016-12-23
1
-2
/
+2
*
|
Remove arguments to ParseConfigFile
Matt Corallo
2016-12-23
1
-1
/
+1
|
/
*
bitcoin-cli: Make error message less confusing
Wladimir J. van der Laan
2016-12-02
1
-1
/
+1
*
Removed using namespace std from bitcoin-cli/-tx and added std:: in appropria...
Karl-Johan Alm
2016-11-25
1
-16
/
+14
[next]