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
2022-02-22
Output license info when binaries are passed -version
fanquake
2022-02-21
cli: describe quality/recency filtering in -addrinfo
Jon Atack
2022-02-21
doc: Rework generate* doc
MarcoFalke
2022-02-16
Improve -netinfo help based on feedback from users and devs
Jon Atack
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-11-11
cli: hoist networks class data members to a constant
Jon Atack
2021-11-11
cli: add cjdns network to -addrinfo and -netinfo
Jon Atack
2021-10-25
scripted-diff: disable unimplemented ArgsManager BOOL/INT/STRING flags
Russell Yanofsky
2021-10-20
netinfo: print peer counts for all reachable networks
Jon Atack
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-09-27
scripted-diff: Rename overloaded int GetArg to GetIntArg
Russell Yanofsky
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
[next]