aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-cli.cpp
AgeCommit message (Expand)Author
2024-06-12Merge bitcoin/bitcoin#29015: kernel: Streamline util libraryAva Chow
2024-06-11Merge bitcoin/bitcoin#29521: cli: Detect port errors in rpcconnect and rpcportAva Chow
2024-06-07bitcoin-cli: use json-rpc 2.0Matthew Zipkin
2024-05-20rpc: avoid copying into UniValueCory Fields
2024-05-16util: Move util/string.h functions to util namespaceRyan Ofsky
2024-05-16Merge bitcoin/bitcoin#27101: Support JSON-RPC 2.0 when requested by clientRyan Ofsky
2024-05-14rpc: Add "jsonrpc" field and drop null "result"/"error" fieldsMatthew Zipkin
2024-05-13cli: Add warning for duplicate port definitiontdb3
2024-05-13cli: Sanitize ports in rpcconnect and rpcporttdb3
2024-05-01scripted-diff: Add IWYU pragma keep to bitcoin-config.h includesMarcoFalke
2024-04-25Merge bitcoin/bitcoin#29904: refactor: Use our own implementation of urlDecodeRyan Ofsky
2024-04-24refactor: Remove hooking code for urlDecodeFabian Jahr
2024-04-22Merge bitcoin/bitcoin#29657: Bugfix: bitcoin-cli: Check length of peer.transp...Ava Chow
2024-03-21cli: improve bitcoin-cli error when not connectedwillcl-ark
2024-03-15Bugfix: bitcoin-cli: Check length of peer.transport_protocol_typeLuke Dashjr
2024-03-07rpc: Avoid copies in JSONRPCReplyObj()Matthew Zipkin
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