Age | Commit message (Expand) | Author |
2022-08-19 | Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces... | MacroFake |
2022-08-04 | Merge bitcoin/bitcoin#24675: util: Use ArgsManager::GetPathArg more widely | fanquake |
2022-07-27 | refactor: Make const refs vars where applicable | Aurèle Oulès |
2022-07-20 | refactor: move compat.h into compat/ | fanquake |
2022-06-11 | compat: Consolidate mingw-w64 ASLR workaround for upstream libsecp changes | fanquake |
2022-05-20 | Rename NetinfoRequestHandler::is_block_relay data member to is_tx_relay | Jon Atack |
2022-05-20 | Fix frequent -netinfo JSON errors from null getpeerinfo#relaytxes | Jon Atack |
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-21 | util, refactor: Use GetPathArg to read "-conf" value | Hennadii Stepanov |
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 |