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
2021-03-19
Merge #18335: bitcoin-cli: print useful error if bitcoind rpc work queue exce...
MarcoFalke
2021-03-19
Merge #21328: net, refactor: pass uint16 CService::port as uint16
MarcoFalke
2021-03-16
p2p, refactor: pass and use uint16_t CService::port as uint16_t
Jon Atack
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-02-17
cli: update -netinfo help doc following the merge of 882ce251
Jon Atack
2021-02-17
cli: small -netinfo simplification and performance improvement
Jon Atack
2021-02-17
cli: improve -netinfo invalid argument error message
Jon Atack
2021-02-17
cli: warn in help that -netinfo is not intended to be a stable API
Jon Atack
2021-02-17
cli: enable -netinfo help to run without a remote server
Jon Atack
2021-02-15
cli: Treat high detail levels as the maximum in -netinfo
Wladimir J. van der Laan
2021-02-03
netinfo: display only outbound block relay counts
Jon Atack
2021-02-03
netinfo: add i2p network
Jon Atack
2021-02-03
netinfo: add bip152 high-bandwidth to/from fields
Jon Atack
2021-02-03
netinfo: display manual peers count
Jon Atack
2021-02-03
netinfo: update to use peer connection types
Jon Atack
2021-02-02
netinfo: add ConnectionTypeForNetinfo member helper function
Jon Atack
2021-01-29
refactor: remove boost::thread_group usage
fanquake
2021-01-29
Merge #21029: bitcoin-cli: Correct docs (no "generatenewaddress" exists)
fanquake
2021-01-29
bitcoin-cli: Correct docs (no "generatenewaddress" exists)
Luke Dashjr
2021-01-05
netinfo: add user help documentation
Jon Atack
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-12
util: Handle HTTP_SERVICE_UNAVAILABLE in bitcoin-cli
Hennadii Stepanov
2020-07-05
cli: reduce DefaultRequestHandler memory allocations
Jon Atack
[next]