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
2024-08-02
Merge bitcoin-core/gui#626: Showing Local Addresses in Node Window
Hennadii Stepanov
2024-08-02
Showing local addresses on the Node Window
Jadi
2024-07-30
Merge bitcoin-core/gui#505: Hide peers details
Hennadii Stepanov
2024-06-20
gui: show maximum mempool size in information window
Sebastian Falbesoner
2024-05-16
util: Move util/string.h functions to util namespace
Ryan Ofsky
2024-05-01
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
MarcoFalke
2024-04-10
[net processing] Use std::chrono for type-safe time offsets
stickies-v
2024-04-10
[net processing] Move nTimeOffset to net_processing
dergoegge
2024-04-09
gui: Hide peers details
@RandyMcMillan
2024-02-28
gui: guard accessing a nullptr 'clientModel'
furszy
2024-02-12
Merge bitcoin-core/gui#758: Update Node window title with the chain type
Hennadii Stepanov
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-09-18
gui: Update Node window title with chain type
pablomartin4btc
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
[next]