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 #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
*
Merge pull request #6846
Wladimir J. van der Laan
2015-10-22
1
-1
/
+1
|
\
|
*
*: alias -h for --help
Daniel Cousens
2015-10-22
1
-1
/
+1
*
|
Merge pull request #6235
Wladimir J. van der Laan
2015-10-20
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
Chainparams: Translations: DRY: options and error strings
Jorge Timón
2015-10-20
1
-5
/
+5
*
|
[Univalue] add univalue over subtree
Jonas Schnelli
2015-10-01
1
-1
/
+1
*
|
rpc: Split option -rpctimeout into -rpcservertimeout and -rpcclienttimeout
Wladimir J. van der Laan
2015-09-21
1
-1
/
+4
*
|
Move windows socket init to utility function
Wladimir J. van der Laan
2015-09-03
1
-0
/
+4
*
|
evhttpd implementation
Wladimir J. van der Laan
2015-09-03
1
-40
/
+93
|
/
*
rpc: Implement random-cookie based authentication
Wladimir J. van der Laan
2015-07-13
1
-8
/
+16
*
[bitcoin-cli] improve error output
Jonas Schnelli
2015-07-07
1
-0
/
+9
*
Remove JSON Spirit wrapper, remove JSON Spirit leftovers
Jonas Schnelli
2015-06-04
1
-6
/
+9
*
remove JSON Spirit UniValue wrapper
Jonas Schnelli
2015-06-04
1
-5
/
+4
*
extend conversion to UniValue
Jonas Schnelli
2015-06-04
1
-1
/
+1
*
Convert tree to using univalue. Eliminate all json_spirit uses.
Jeff Garzik
2015-06-04
1
-11
/
+9
*
Separate CTranslationInterface from CClientUIInterface
Jorge Timón
2015-04-16
1
-2
/
+0
*
Help messages correctly formatted (79 chars)
Luca Venturini
2015-03-10
1
-15
/
+15
*
namespace: remove boost namespace pollution
Cory Fields
2015-01-02
1
-8
/
+6
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
Merge pull request #5470
Wladimir J. van der Laan
2014-12-19
1
-1
/
+1
|
\
|
*
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
*
|
make all catch() arguments const
Philip Kaufmann
2014-12-17
1
-6
/
+6
|
/
*
Disable SSLv3 (in favor of TLS) for the RPC client and server.
Gregory Maxwell
2014-12-06
1
-1
/
+1
*
Process help and version arguments before datadir.
Pavel Janík
2014-11-22
1
-14
/
+14
*
Reduce bitcoin-cli dependencies
Pieter Wuille
2014-11-05
1
-1
/
+0
*
Add "warmup mode" for RPC server.
Daniel Kraft
2014-11-04
1
-30
/
+55
*
Separate protocol versioning from clientversion
Cory Fields
2014-10-29
1
-1
/
+1
*
Parameterise command line option defaults, so translations are independent of...
Luke Dashjr
2014-10-11
1
-3
/
+3
*
header include cleanup
Philip Kaufmann
2014-09-14
1
-2
/
+2
*
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
1
-0
/
+1
*
Move `*Version()` functions to version.h/cpp
Wladimir J. van der Laan
2014-08-26
1
-0
/
+1
*
Remove size limit in RPC client, keep it in server
Wladimir J. van der Laan
2014-08-06
1
-1
/
+1
*
bitcoin-cli, rpcrawtransaction: harmonize "{" styling
Jeff Garzik
2014-07-29
1
-21
/
+10
*
Move ui_interface to bitcoin_server.a
Wladimir J. van der Laan
2014-07-07
1
-1
/
+2
*
Remove unnecessary dependencies for bitcoin-cli
Wladimir J. van der Laan
2014-06-25
1
-5
/
+4
*
Remove `using namespace std` from header file
Wladimir J. van der Laan
2014-06-16
1
-0
/
+1
[prev]
[next]