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-05-20
Merge bitcoin/bitcoin#25101: Add mockable clock type
fanquake
2022-05-19
Merge bitcoin/bitcoin#25153: scripted-diff: Use getInt<T> over get_int/get_int64
fanquake
2022-05-18
Merge bitcoin/bitcoin#25108: tidy: add modernize-use-default-member-init
MacroFake
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
2022-05-18
Add mockable clock type and TicksSinceEpoch helper
MarcoFalke
2022-05-17
refactor: use C++11 default initializers
fanquake
2022-05-17
Use steady_clock in ConnectAndCallRPC and inline time call in loop conditional
Jon Atack
2022-05-17
Fix -rpcwait with -netinfo printing negative time durations
Jon Atack
2022-05-11
Remove unused GetTimeSeconds
MacroFake
2022-04-13
Merge bitcoin/bitcoin#24632: add `(none)` in -getinfo `Warnings:` if no warni...
laanwj
2022-04-08
print `(none)` if no warnings in -getinfo
/dev/fd0
2022-03-30
refactor: account for requiring libevent 2.1.8+
fanquake
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
[next]