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-09-20
cli: Display all proxies in -getinfo
klementtan
2021-09-16
Merge bitcoin/bitcoin#22544: cli -addrinfo: drop torv2; torv3 becomes onion p...
W. J. van der Laan
2021-09-09
util: remove libevent <= 2.0.18 back-compat code
fanquake
2021-09-05
netinfo: clarify client and server versions in header
Jon Atack
2021-09-02
Merge bitcoin/bitcoin#22501: netinfo: display addr_{processed, rate_limited, ...
W. J. van der Laan
2021-08-24
Fix typo in bitcoin-cli.cpp
Kiminuo
2021-08-13
Display peers in -netinfo that we don't relay addresses to
Jon Atack
2021-08-13
Display peers in -netinfo that request we not relay transactions
Jon Atack
2021-08-10
Simplify a few conditionals in -netinfo
Jon Atack
2021-08-10
Add addr_processed and addr_rate_limited stats to -netinfo
Jon Atack
2021-08-03
cli: Add progress bar for -getinfo
klementtan
2021-07-25
cli -addrinfo: drop torv2, torv3 becomes onion per GetNetworkName()
Jon Atack
2021-07-21
cli: Implement human readable -getinfo.
Klement Tan
2021-06-23
cli: Avoid truncating -rpcwaittimeout
MarcoFalke
2021-06-03
rpc: Prefix rpcwaittimeout error with details on its nature
Christian Decker
2021-06-03
rpc: Add a `-rpcwaittimeout` parameter to limit time spent waiting
Christian Decker
2021-05-31
scripted-diff: rename GetSystemTimeInSeconds to GetTimeSeconds
fanquake
2021-04-20
cli: use C++17 std::array class template argument deduction (CTAD)
Jon Atack
2021-04-12
addrinfo: raise helpfully on server error or incompatible server version
Jon Atack
2021-04-09
cli: add -addrinfo command
Jon Atack
2021-04-09
cli: create AddrinfoRequestHandler class
Jon Atack
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
[next]