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 #17302: cli: Add "headers" and "verificationprogress" to -getinfo
Wladimir J. van der Laan
2019-10-30
1
-0
/
+2
|
\
|
*
cli: Add "headers" and "verificationprogress" to -getinfo
Wladimir J. van der Laan
2019-10-29
1
-0
/
+2
*
|
Merge #17280: refactor: Change occurences of c_str() used with size() to data()
Wladimir J. van der Laan
2019-10-30
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix occurences of c_str() used with size() to data()
Wladimir J. van der Laan
2019-10-28
1
-1
/
+1
*
|
refactor: Remove redundant c_str() calls in formatting
Wladimir J. van der Laan
2019-10-28
1
-6
/
+6
|
/
*
Merge #16659: refactoring: Remove unused includes
MarcoFalke
2019-10-16
1
-1
/
+0
|
\
|
*
Remove unused includes
practicalswift
2019-10-15
1
-1
/
+0
*
|
rpc: fix -rpcclienttimeout 0 option
Fabian Jahr
2019-10-15
1
-1
/
+14
|
/
*
add newline after -stdin*
Karl-Johan Alm
2019-10-01
1
-0
/
+9
*
cli: add -stdinwalletpassphrase for (slightly more) secure CLI
Karl-Johan Alm
2019-10-01
1
-1
/
+23
*
Testchains: Generic selection with -chain=<str> in addition of -testnet and -...
Jorge Timón
2019-09-06
1
-1
/
+1
*
Merge #15864: Fix datadir handling
MarcoFalke
2019-08-19
1
-1
/
+1
|
\
|
*
Fix datadir handling in bitcoin-cli
Hennadii Stepanov
2019-07-24
1
-1
/
+1
*
|
Use ArgsManager::NETWORK_ONLY flag
Hennadii Stepanov
2019-07-27
1
-1
/
+1
*
|
scripted-diff: Use ArgsManager::DEBUG_ONLY flag
Hennadii Stepanov
2019-07-27
1
-15
/
+15
*
|
scripted-diff: Use Flags enum in AddArg()
Hennadii Stepanov
2019-07-27
1
-15
/
+15
*
|
Refactor out translation.h
Hennadii Stepanov
2019-07-24
1
-1
/
+3
|
/
*
rpc: migrate JSONRPCRequest functionality into request.cpp
Karl-Johan Alm
2019-07-05
1
-0
/
+1
*
Replace remaining fprintf with tfm::format manually
MarcoFalke
2019-06-13
1
-1
/
+1
*
scripted-diff: Replace fprintf with tfm::format
MarcoFalke
2019-06-13
1
-7
/
+7
*
Merge #15564: cli: remove duplicate wallet fields from -getinfo
MarcoFalke
2019-03-11
1
-4
/
+0
|
\
|
*
cli: remove duplicate wallet fields from -getinfo
fanquake
2019-03-09
1
-4
/
+0
*
|
cli: replace testnet with chain and return network name as per BIP70.
fanquake
2019-03-09
1
-1
/
+1
|
/
*
util: Add SetupHelpOptions()
MarcoFalke
2019-02-06
1
-5
/
+2
*
Merge #14480: refactor: Drop boost::this_thread::interruption_point and boost...
Wladimir J. van der Laan
2018-12-07
1
-3
/
+0
|
\
|
*
refactor: Drop boost::this_thread::interruption_point and boost::thread_inter...
Chun Kuan Lee
2018-10-15
1
-3
/
+0
*
|
Merge #14448: doc: Clarify rpcwallet flag url change
Wladimir J. van der Laan
2018-11-23
1
-1
/
+1
|
\
\
|
*
|
clarify rpcwallet flag url change
Jordan Baczuk
2018-10-09
1
-1
/
+1
*
|
|
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-2
/
+2
|
|
/
|
/
|
*
|
utils: Convert Windows args to utf-8 string
Chun Kuan Lee
2018-09-30
1
-0
/
+5
|
/
*
init: Remove deprecated args from hidden args
MarcoFalke
2018-09-19
1
-5
/
+0
*
don't translate command line options
Michael Polzer
2018-09-10
1
-1
/
+1
*
Merge #14013: [doc] Add new regtest ports in man following #10825 ports reatt...
Wladimir J. van der Laan
2018-09-04
1
-1
/
+2
|
\
|
*
Add new regtest ports in doc following #10825 ports reattributions
Antoine Riard
2018-08-23
1
-1
/
+2
*
|
util: Replace boost::signals2 with std::function
MarcoFalke
2018-08-24
1
-0
/
+2
|
/
*
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
|
\
[prev]
[next]