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
*
1.21 codebase rebrand (#1711)
barrystyle
2021-02-20
1
-9
/
+9
*
cli -netinfo: print oversized/extreme ping times as "-"
Jon Atack
2020-10-25
1
-2
/
+8
*
cli -netinfo: handle longer tor v3 local addresses
Jon Atack
2020-10-25
1
-3
/
+8
*
cli -netinfo: make age column variable-width
Jon Atack
2020-10-25
1
-7
/
+12
*
cli -netinfo: various quick updates and fixes
Jon Atack
2020-10-25
1
-15
/
+16
*
refactor: enable -netinfo to add future networks (i2p, cjdns)
Jon Atack
2020-10-14
1
-31
/
+28
*
refactor: promote some -netinfo localvars to class members
Jon Atack
2020-10-14
1
-22
/
+24
*
cli: simplify -netinfo using getpeerinfo network field
Jon Atack
2020-10-14
1
-49
/
+13
*
rpc: Set HTTP Content-Type in bitcoin-cli
Wladimir J. van der Laan
2020-10-01
1
-0
/
+1
*
doc: Mention signet in -help output
Hennadii Stepanov
2020-09-25
1
-1
/
+2
*
doc: Update comments for new chain settings (-signet and -chain=signet)
MarcoFalke
2020-09-22
1
-9
/
+1
*
Merge #19643: Add -netinfo peer connections dashboard
fanquake
2020-09-15
1
-0
/
+211
|
\
|
*
cli -netinfo: display multiple levels of details
Jon Atack
2020-09-02
1
-9
/
+11
|
*
cli: change -netinfo optional arg from bool to int
Jon Atack
2020-08-31
1
-7
/
+10
|
*
cli: add getpeerinfo last_{block,transaction} to -netinfo
Jon Atack
2020-08-31
1
-4
/
+10
|
*
cli: add -netinfo server version check and error message
Jon Atack
2020-08-31
1
-1
/
+5
|
*
cli: create peer connections report sorted by dir, minping
Jon Atack
2020-08-31
1
-0
/
+35
|
*
cli: create vector of Peer structs for peers data
Jon Atack
2020-08-31
1
-1
/
+30
|
*
cli: add NetType enum struct and NetTypeEnumToString()
Jon Atack
2020-08-31
1
-0
/
+19
|
*
cli: create local addresses, ports, and scores report
Jon Atack
2020-08-31
1
-0
/
+11
|
*
cli: create inbound/outbound peer connections report
Jon Atack
2020-08-31
1
-2
/
+10
|
*
cli: start dashboard report with chain and version header
Jon Atack
2020-08-31
1
-1
/
+10
|
*
cli: tally peer connections by type
Jon Atack
2020-08-31
1
-0
/
+33
|
*
cli: add ipv6 and onion address type detection helpers
Jon Atack
2020-08-30
1
-0
/
+17
|
*
cli: create initial -netinfo option, NetinfoRequestHandler class
Jon Atack
2020-08-30
1
-0
/
+35
*
|
Add in/out connections to cli -getinfo
Jon Atack
2020-08-24
1
-1
/
+7
|
/
*
scripted-diff: Replace gArgs with local argsman
Ivan Metlushko
2020-07-29
1
-17
/
+17
*
refactor: add unused ArgsManager to replace gArgs
Ivan Metlushko
2020-07-29
1
-4
/
+4
*
cli: reduce DefaultRequestHandler memory allocations
Jon Atack
2020-07-05
1
-5
/
+5
*
cli: add multiwallet capability to GetNewAddress and -generate
Jon Atack
2020-06-02
1
-1
/
+3
*
cli: create bitcoin-cli -generate command
Jon Atack
2020-06-02
1
-0
/
+30
*
cli: extract ParseResult() and ParseError()
Jon Atack
2020-06-02
1
-32
/
+42
*
cli: create GenerateToAddressRequestHandler class
Harris
2020-06-02
1
-0
/
+22
*
cli: create GetNewAddress()
Jon Atack
2020-06-02
1
-0
/
+10
*
Merge #19004: refactor: Replace const char* to std::string
MarcoFalke
2020-05-27
1
-1
/
+2
|
\
|
*
refactor: Replace const char* to std::string
Calvin Kim
2020-05-22
1
-1
/
+2
*
|
rpc: drop unused JSONRPCProcessBatchReply size arg, refactor
Jon Atack
2020-05-21
1
-1
/
+1
*
|
cli: use GetWalletBalances() functionality for -getinfo
Jon Atack
2020-05-21
1
-2
/
+4
*
|
cli: create GetWalletBalances() to fetch multiwallet balances
Jon Atack
2020-05-21
1
-0
/
+24
*
|
cli: lift -rpcwallet logic up to CommandLineRPC()
Jon Atack
2020-05-21
1
-10
/
+12
*
|
cli: extract connection exception handler, -rpcwait logic
Jon Atack
2020-05-21
1
-51
/
+64
|
/
*
build: fix ASLR for bitcoin-cli on Windows
fanquake
2020-04-19
1
-2
/
+10
*
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
Merge #18504: build: Drop bitcoin-tx and bitcoin-wallet dependencies on libevent
MarcoFalke
2020-04-10
1
-0
/
+2
|
\
|
*
Drop bitcoin-wallet dependency on libevent
Russell Yanofsky
2020-04-02
1
-0
/
+2
*
|
cli -getinfo: use getbalances instead of deprecated getwalletinfo balance
Jon Atack
2020-04-09
1
-4
/
+8
|
/
*
scripted-diff: Replace MilliSleep with UninterruptibleSleep
MarcoFalke
2020-02-21
1
-1
/
+1
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
util: remove unwanted fields from bitcoin-cli -getinfo
malevolent
2019-12-04
1
-3
/
+0
*
cli: fix -getinfo output when compiled with no wallet
fanquake
2019-11-04
1
-1
/
+1
[next]