aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-cli.cpp
AgeCommit message (Expand)Author
2024-03-21cli: improve bitcoin-cli error when not connectedwillcl-ark
2024-01-09Fix -netinfo backward compat with getpeerinfo pre-v26Jon Atack
2023-12-27cli: add transport protcol column to -netinfoMartin Zumsande
2023-05-20refactor: Move system from util to common libraryTheCharlatan
2023-05-10Merge bitcoin/bitcoin#27605: refactor: Replace global find_value function wit...Andrew Chow
2023-05-10refactor: Use ChainType enum exhaustivelyTheCharlatan
2023-05-09scripted-diff: Use UniValue::find_value methodMarcoFalke
2023-05-09refactor: Replace string chain name constants with ChainTypesTheCharlatan
2023-04-19move-only: Extract common/args and common/config.cpp from util/systemTheCharlatan
2023-03-26clang-tidy: Add `performance-inefficient-vector-operation` checkHennadii Stepanov
2023-03-13refactor: Extract util/exception from util/systemBen Woosley
2023-02-27refactor: Stop using gArgs global in system.cppRyan Ofsky
2023-02-27refactor: Use new GetConfigFilePath functionRyan Ofsky
2023-02-02cli: include local ("unreachable") peers in -netinfo tableMatthew Zipkin
2023-01-11Merge bitcoin/bitcoin#26328: doc: fix -netinfo relaytxes helpfanquake
2023-01-10doc: fix up -netinfo relaytxes helpJon Atack
2022-12-27clang-tidy: Add `performance-no-automatic-move` checkHennadii Stepanov
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-11-15src/bitcoin-cli.cpp: -getinfo help - grammar correction@RandyMcMillan
2022-10-31refactor: move url.h/cpp from lib util to lib commonfanquake
2022-09-22Update getpeerinfo/-netinfo/TxRelay#m_relay_txs relaytxes docs (for v24 backp...Jon Atack
2022-08-19Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces...MacroFake
2022-08-04Merge bitcoin/bitcoin#24675: util: Use ArgsManager::GetPathArg more widelyfanquake
2022-07-27refactor: Make const refs vars where applicableAurèle Oulès
2022-07-20refactor: move compat.h into compat/fanquake
2022-06-11compat: Consolidate mingw-w64 ASLR workaround for upstream libsecp changesfanquake
2022-05-20Rename NetinfoRequestHandler::is_block_relay data member to is_tx_relayJon Atack
2022-05-20Fix frequent -netinfo JSON errors from null getpeerinfo#relaytxesJon Atack
2022-05-20Merge bitcoin/bitcoin#25101: Add mockable clock typefanquake
2022-05-19Merge bitcoin/bitcoin#25153: scripted-diff: Use getInt<T> over get_int/get_int64fanquake
2022-05-18Merge bitcoin/bitcoin#25108: tidy: add modernize-use-default-member-initMacroFake
2022-05-18scripted-diff: Use getInt<T> over get_int/get_int64MacroFake
2022-05-18Add mockable clock type and TicksSinceEpoch helperMarcoFalke
2022-05-17refactor: use C++11 default initializersfanquake
2022-05-17Use steady_clock in ConnectAndCallRPC and inline time call in loop conditionalJon Atack
2022-05-17Fix -rpcwait with -netinfo printing negative time durationsJon Atack
2022-05-11Remove unused GetTimeSecondsMacroFake
2022-04-21util, refactor: Use GetPathArg to read "-conf" valueHennadii Stepanov
2022-04-13Merge bitcoin/bitcoin#24632: add `(none)` in -getinfo `Warnings:` if no warni...laanwj
2022-04-08print `(none)` if no warnings in -getinfo/dev/fd0
2022-03-30refactor: account for requiring libevent 2.1.8+fanquake
2022-02-22Output license info when binaries are passed -versionfanquake
2022-02-21cli: describe quality/recency filtering in -addrinfoJon Atack
2022-02-21doc: Rework generate* docMarcoFalke
2022-02-16Improve -netinfo help based on feedback from users and devsJon Atack
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-11-11cli: hoist networks class data members to a constantJon Atack
2021-11-11cli: add cjdns network to -addrinfo and -netinfoJon Atack
2021-10-25scripted-diff: disable unimplemented ArgsManager BOOL/INT/STRING flagsRussell Yanofsky
2021-10-20netinfo: print peer counts for all reachable networksJon Atack