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
/
qt
/
rpcconsole.cpp
Age
Commit message (
Expand
)
Author
2023-10-12
tidy: modernize-use-emplace
MarcoFalke
2023-10-04
qt: Add "Session id" label to peer details
Hennadii Stepanov
2023-10-03
qt: Add "Transport" label to peer details
Hennadii Stepanov
2023-07-04
Merge bitcoin-core/gui#696: Switch RPCConsole wallet selection to the one mos...
Hennadii Stepanov
2023-07-03
Fix RPCConsole wallet selection
John Moffett
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-05-09
scripted-diff: Use UniValue::find_value method
MarcoFalke
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-03-31
Bugfix: GUI: Debug info: Use correct "kB" case for small mempool sizes, and m...
Luke Dashjr
2023-03-06
gui: use the stored CSubNet entry when unbanning
Vasil Dimov
2023-01-09
Fix misleading RPC console wallet message
John Moffett
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-05
gui: use fallback value for Version and User Agent during peer connection
Jon Atack
2022-09-01
scripted-diff: net: rename permissionFlags to permission_flags
Anthony Towns
2022-08-29
ui: show header pre-synchronization progress
Pieter Wuille
2022-07-14
[net processing] Remove CNode::nServices
John Newbery
2022-06-02
qt: Remove unnecessary wallet includes from rpcconsole.cpp
laanwj
2022-05-20
Merge bitcoin-core/gui#594: scripted-diff: replace deprecated Q_OS_MAC with Q...
Hennadii Stepanov
2022-05-19
Merge bitcoin/bitcoin#25153: scripted-diff: Use getInt<T> over get_int/get_int64
fanquake
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
2022-05-17
refactor: use C++11 default initializers
fanquake
2022-04-26
scripted-diff: replace deprecated Q_OS_MAC with Q_OS_MACOS
João Barbosa
2022-04-21
Do not pass `WalletModel*` to queued connection
Hennadii Stepanov
2022-04-21
refactor: Make `RPCExecutor*` a member of the `RPCConsole` class
Hennadii Stepanov
2022-04-19
Merge bitcoin-core/gui#580: Getting ready to Qt 6 (3/n). Do not use `QKeyEven...
Hennadii Stepanov
2022-04-13
qt: Do not use `QKeyEvent` copy constructor
Hennadii Stepanov
2022-04-13
Merge bitcoin-core/gui#543: peers-tab: add connection duration column to tabl...
Hennadii Stepanov
2022-04-04
refactor: fix clang-tidy named args usage
fanquake
2022-03-25
Merge bitcoin/bitcoin#21160: net/net processing: Move tx inventory into net_p...
fanquake
2022-03-22
qt: Use human-readable strings in preference to hard-coded integers
Hennadii Stepanov
2022-03-18
scripted-diff: rename TxRelay members
John Newbery
2022-03-18
[net processing] Move tx relay data to Peer
John Newbery
2022-03-16
gui: peersWidget - ResizeToContents Age and IP/Netmask columns
randymcmillan
2022-02-04
Merge bitcoin-core/gui#524: Replace int with std::chrono in for the timer->se...
Hennadii Stepanov
2022-01-24
gui: add "Addresses Rate-Limited" (m_addr_rate_limited) to peer details
Jon Atack
2022-01-24
gui: add "Addresses Processed" (m_addr_processed) to peer details
Jon Atack
2022-01-24
gui: add "Address Relay" (m_addr_relay_enabled) to peer details
Jon Atack
2022-01-18
qt,refactor: Use std::chrono in TrafficGraphWidget class
Shashwat
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-13
scripted-diff: Rename touched member variables
MarcoFalke
2021-12-13
refactor: Use type-safe std::chrono in net
MarcoFalke
2021-12-10
Merge bitcoin/bitcoin#19499: p2p: Make timeout mockable and type safe, speed ...
MarcoFalke
2021-12-06
p2p: Make timeout mockable and type safe, speed up test
MarcoFalke
2021-12-03
qt: Handle Android back key in the Node window
Hennadii Stepanov
2021-11-22
qt: monospaced output in Console on macOS
randymcmillan
2021-11-17
scripted-diff: Rename m_last_send and m_last_recv
MarcoFalke
2021-10-05
RPCConsole: Throw when overflowing size_t type for array indices
MarcoFalke
2021-09-30
Replace use of locale dependent atoi(…) with locale-independent std::from_c...
practicalswift
2021-09-29
Merge bitcoin-core/gui#345: Connection Type Translator Comments
Hennadii Stepanov
2021-09-21
qt: connection type translator comments
Jarol Rodriguez
[next]