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
...
|
*
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
*
Merge #9067: Fix exit codes
Wladimir J. van der Laan
2016-11-08
1
-9
/
+19
|
\
|
*
Fix exit codes:
UdjinM6
2016-11-04
1
-9
/
+19
*
|
Add common failure cases for rpc server connection failure
instagibbs
2016-11-03
1
-1
/
+1
|
/
*
rpc: Change JSONRPCRequest to JSONRPCRequestObj
Wladimir J. van der Laan
2016-10-19
1
-1
/
+1
*
Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgs
Jorge Timón
2016-10-01
1
-2
/
+2
*
bitcoin-cli: More detailed error reporting
Wladimir J. van der Laan
2016-09-21
1
-3
/
+39
*
bitcoin-cli.cpp: Use symbolic constant for exit code
Puru
2016-05-02
1
-1
/
+1
*
rpc: Input-from-stdin mode for bitcoin-cli
Wladimir J. van der Laan
2016-02-24
1
-9
/
+12
*
Merge branch 'master' into single_prodname
Luke Dashjr
2016-02-03
1
-7
/
+8
|
\
|
*
move rpc* to rpc/
Daniel Cousens
2016-01-21
1
-2
/
+2
|
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
|
*
Constrain rpcport default values to a single location in code
Luke Dashjr
2015-12-01
1
-1
/
+1
|
*
Constrain constant values to a single location in code
Luke Dashjr
2015-11-28
1
-3
/
+4
*
|
Unify package name to as few places as possible without major changes
Luke Dashjr
2015-12-14
1
-2
/
+6
|
/
*
constify missing catch cases
Philip Kaufmann
2015-10-27
1
-1
/
+1
[prev]
[next]