index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bitcoin-cli.cpp
Age
Commit message (
Expand
)
Author
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
2017-07-19
Rename -usewallet to -rpcwallet
Alex Morcos
2017-07-17
Add wallet endpoint support to bitcoin-cli (-usewallet)
Jonas Schnelli
2017-07-16
Remove duplicate include
practicalswift
2017-07-13
[utils] allow square brackets for ipv6 addresses in bitcoin-cli
John Newbery
2017-05-03
Chainparams: Use a regular factory for creating chainparams
Jorge Timón
2017-04-03
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-03-02
Docs: add details to -rpcclienttimeout doc
Ian Kelling
2017-01-10
rpc: Named argument support for bitcoin-cli
Wladimir J. van der Laan
2017-01-05
Merge #9387: [Refactor] RAII of libevent stuff using unique ptrs with deleters
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-24
Un-expose mapArgs from utils.h
Matt Corallo
2016-12-23
Introduce (and use) an IsArgSet accessor method
Matt Corallo
2016-12-23
Remove arguments to ParseConfigFile
Matt Corallo
2016-12-20
Switched bitcoin-cli.cpp to use RAII unique pointers with deleters.
Karl-Johan Alm
2016-12-02
bitcoin-cli: Make error message less confusing
Wladimir J. van der Laan
2016-11-25
Removed using namespace std from bitcoin-cli/-tx and added std:: in appropria...
Karl-Johan Alm
2016-11-08
Merge #9067: Fix exit codes
Wladimir J. van der Laan
2016-11-04
Fix exit codes:
UdjinM6
2016-11-03
Add common failure cases for rpc server connection failure
instagibbs
2016-10-19
rpc: Change JSONRPCRequest to JSONRPCRequestObj
Wladimir J. van der Laan
2016-10-01
Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgs
Jorge Timón
2016-09-21
bitcoin-cli: More detailed error reporting
Wladimir J. van der Laan
2016-05-02
bitcoin-cli.cpp: Use symbolic constant for exit code
Puru
2016-02-24
rpc: Input-from-stdin mode for bitcoin-cli
Wladimir J. van der Laan
2016-02-03
Merge branch 'master' into single_prodname
Luke Dashjr
2016-01-21
move rpc* to rpc/
Daniel Cousens
2015-12-14
Unify package name to as few places as possible without major changes
Luke Dashjr
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-12-01
Constrain rpcport default values to a single location in code
Luke Dashjr
2015-11-28
Constrain constant values to a single location in code
Luke Dashjr
2015-10-27
constify missing catch cases
Philip Kaufmann
2015-10-22
Merge pull request #6846
Wladimir J. van der Laan
2015-10-22
*: alias -h for --help
Daniel Cousens
2015-10-20
Merge pull request #6235
Wladimir J. van der Laan
2015-10-20
Chainparams: Translations: DRY: options and error strings
Jorge Timón
2015-10-01
[Univalue] add univalue over subtree
Jonas Schnelli
2015-09-21
rpc: Split option -rpctimeout into -rpcservertimeout and -rpcclienttimeout
Wladimir J. van der Laan
2015-09-03
Move windows socket init to utility function
Wladimir J. van der Laan
2015-09-03
evhttpd implementation
Wladimir J. van der Laan
2015-07-13
rpc: Implement random-cookie based authentication
Wladimir J. van der Laan
2015-07-07
[bitcoin-cli] improve error output
Jonas Schnelli
2015-06-04
Remove JSON Spirit wrapper, remove JSON Spirit leftovers
Jonas Schnelli
2015-06-04
remove JSON Spirit UniValue wrapper
Jonas Schnelli
2015-06-04
extend conversion to UniValue
Jonas Schnelli
2015-06-04
Convert tree to using univalue. Eliminate all json_spirit uses.
Jeff Garzik
[next]