aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.cpp
AgeCommit message (Expand)Author
2023-10-12tidy: modernize-use-emplaceMarcoFalke
2023-10-04qt: Add "Session id" label to peer detailsHennadii Stepanov
2023-10-03qt: Add "Transport" label to peer detailsHennadii Stepanov
2023-07-04Merge bitcoin-core/gui#696: Switch RPCConsole wallet selection to the one mos...Hennadii Stepanov
2023-07-03Fix RPCConsole wallet selectionJohn Moffett
2023-05-20refactor: Move system from util to common libraryTheCharlatan
2023-05-09scripted-diff: Use UniValue::find_value methodMarcoFalke
2023-05-09refactor: Replace string chain name constants with ChainTypesTheCharlatan
2023-03-31Bugfix: GUI: Debug info: Use correct "kB" case for small mempool sizes, and m...Luke Dashjr
2023-03-06gui: use the stored CSubNet entry when unbanningVasil Dimov
2023-01-09Fix misleading RPC console wallet messageJohn Moffett
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-10-05gui: use fallback value for Version and User Agent during peer connectionJon Atack
2022-09-01scripted-diff: net: rename permissionFlags to permission_flagsAnthony Towns
2022-08-29ui: show header pre-synchronization progressPieter Wuille
2022-07-14[net processing] Remove CNode::nServicesJohn Newbery
2022-06-02qt: Remove unnecessary wallet includes from rpcconsole.cpplaanwj
2022-05-20Merge bitcoin-core/gui#594: scripted-diff: replace deprecated Q_OS_MAC with Q...Hennadii Stepanov
2022-05-19Merge bitcoin/bitcoin#25153: scripted-diff: Use getInt<T> over get_int/get_int64fanquake
2022-05-18scripted-diff: Use getInt<T> over get_int/get_int64MacroFake
2022-05-17refactor: use C++11 default initializersfanquake
2022-04-26scripted-diff: replace deprecated Q_OS_MAC with Q_OS_MACOSJoão Barbosa
2022-04-21Do not pass `WalletModel*` to queued connectionHennadii Stepanov
2022-04-21refactor: Make `RPCExecutor*` a member of the `RPCConsole` classHennadii Stepanov
2022-04-19Merge bitcoin-core/gui#580: Getting ready to Qt 6 (3/n). Do not use `QKeyEven...Hennadii Stepanov
2022-04-13qt: Do not use `QKeyEvent` copy constructorHennadii Stepanov
2022-04-13Merge bitcoin-core/gui#543: peers-tab: add connection duration column to tabl...Hennadii Stepanov
2022-04-04refactor: fix clang-tidy named args usagefanquake
2022-03-25Merge bitcoin/bitcoin#21160: net/net processing: Move tx inventory into net_p...fanquake
2022-03-22qt: Use human-readable strings in preference to hard-coded integersHennadii Stepanov
2022-03-18scripted-diff: rename TxRelay membersJohn Newbery
2022-03-18[net processing] Move tx relay data to PeerJohn Newbery
2022-03-16gui: peersWidget - ResizeToContents Age and IP/Netmask columnsrandymcmillan
2022-02-04Merge bitcoin-core/gui#524: Replace int with std::chrono in for the timer->se...Hennadii Stepanov
2022-01-24gui: add "Addresses Rate-Limited" (m_addr_rate_limited) to peer detailsJon Atack
2022-01-24gui: add "Addresses Processed" (m_addr_processed) to peer detailsJon Atack
2022-01-24gui: add "Address Relay" (m_addr_relay_enabled) to peer detailsJon Atack
2022-01-18qt,refactor: Use std::chrono in TrafficGraphWidget classShashwat
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-13scripted-diff: Rename touched member variablesMarcoFalke
2021-12-13refactor: Use type-safe std::chrono in netMarcoFalke
2021-12-10Merge bitcoin/bitcoin#19499: p2p: Make timeout mockable and type safe, speed ...MarcoFalke
2021-12-06p2p: Make timeout mockable and type safe, speed up testMarcoFalke
2021-12-03qt: Handle Android back key in the Node windowHennadii Stepanov
2021-11-22qt: monospaced output in Console on macOSrandymcmillan
2021-11-17scripted-diff: Rename m_last_send and m_last_recvMarcoFalke
2021-10-05RPCConsole: Throw when overflowing size_t type for array indicesMarcoFalke
2021-09-30Replace use of locale dependent atoi(…) with locale-independent std::from_c...practicalswift
2021-09-29Merge bitcoin-core/gui#345: Connection Type Translator CommentsHennadii Stepanov
2021-09-21qt: connection type translator commentsJarol Rodriguez