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