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
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
2015-04-16
Separate CTranslationInterface from CClientUIInterface
Jorge Timón
2015-03-10
Help messages correctly formatted (79 chars)
Luca Venturini
2015-01-02
namespace: remove boost namespace pollution
Cory Fields
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-19
Merge pull request #5470
Wladimir J. van der Laan
2014-12-17
make all catch() arguments const
Philip Kaufmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-12-06
Disable SSLv3 (in favor of TLS) for the RPC client and server.
Gregory Maxwell
2014-11-22
Process help and version arguments before datadir.
Pavel Janík
2014-11-05
Reduce bitcoin-cli dependencies
Pieter Wuille
2014-11-04
Add "warmup mode" for RPC server.
Daniel Kraft
2014-10-29
Separate protocol versioning from clientversion
Cory Fields
2014-10-11
Parameterise command line option defaults, so translations are independent of...
Luke Dashjr
2014-09-14
header include cleanup
Philip Kaufmann
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
Move `*Version()` functions to version.h/cpp
Wladimir J. van der Laan
2014-08-06
Remove size limit in RPC client, keep it in server
Wladimir J. van der Laan
2014-07-29
bitcoin-cli, rpcrawtransaction: harmonize "{" styling
Jeff Garzik
2014-07-07
Move ui_interface to bitcoin_server.a
Wladimir J. van der Laan
2014-06-25
Remove unnecessary dependencies for bitcoin-cli
Wladimir J. van der Laan
2014-06-16
Remove `using namespace std` from header file
Wladimir J. van der Laan
2014-06-15
Remove cli functionality from bitcoind
Wladimir J. van der Laan
2014-06-15
bitcoin-cli, rpcclient: prefer EXIT_FAILURE cstdlib constant
Jeff Garzik
2014-06-11
Add `-version` option to get just the version
Wladimir J. van der Laan
2014-06-04
Get rid of TestNet()
jtimon
2014-05-13
SetupEnvironment() - clean commit
Stuart Cardall
2014-04-07
Show error message if ReadConfigFile fails
Wladimir J. van der Laan
[next]