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
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
2021-09-12
qt: ensure translator comments end in full stop
Jarol Rodriguez
2021-09-05
qt: Add "Copy address" item to the context menu in the Peers table
Hennadii Stepanov
2021-08-27
Merge bitcoin/bitcoin#22782: Remove unused MaybeSetAddrName
MarcoFalke
2021-08-26
Merge bitcoin-core/gui#384: Add copy IP/Netmask action for banned peer
Hennadii Stepanov
2021-08-26
qt: Add copy IP/Netmask action for banned peer
Shashwat
2021-08-26
Remove GetAddrName
MarcoFalke
2021-08-24
refactor: replace QDateTime::fromTime_t with QDateTime::fromSecsSinceEpoch
fanquake
2021-07-18
Merge bitcoin/bitcoin#21430: build: Add -Werror=implicit-fallthrough compile ...
fanquake
2021-07-06
Merge bitcoin-core/gui#375: Emit dataChanged signal to dynamically re-sort Pe...
Hennadii Stepanov
2021-07-05
Use C++17 [[fallthrough]] attribute, and drop -Wno-implicit-fallthrough
Hennadii Stepanov
2021-07-01
Merge bitcoin-core/gui#330: Allow prompt icon to be colorized
Hennadii Stepanov
2021-06-30
qt: allow prompt icon to be colorized
Jarol Rodriguez
2021-06-28
qt: Emit dataChanged signal to dynamically re-sort Peers table
Hennadii Stepanov
2021-06-22
GUI: Always call parent changeEvent handler
Luke Dashjr
2021-06-22
GUI: Enable palette change adaptation on all platforms
Luke Dashjr
2021-06-14
Bugfix: GUI: Use a different shortcut for "1 d&ay" banning, due to conflict w...
Luke Dashjr
2021-06-12
GUI: Restore keyboard shortcuts for context menu entries
Luke Dashjr
2021-06-07
Merge bitcoin-core/gui#164: Handle peer addition/removal in a right way
Hennadii Stepanov
2021-06-07
qt: Handle peer addition/removal in a right way
Hennadii Stepanov
2021-06-05
Merge bitcoin-core/gui#256: Save/restore column sizes of the tables in the Pe...
Hennadii Stepanov
2021-06-05
Merge bitcoin-core/gui#329: Make console buttons look clickable
Hennadii Stepanov
2021-06-05
Merge bitcoin-core/gui#325: Align numbers in the "Peer Id" column to the right
Hennadii Stepanov
2021-06-05
qt: Save/restore column sizes of the tables in the Peers tab
Hennadii Stepanov
2021-06-01
Merge bitcoin/bitcoin#22107: scripted-diff: rename GetSystemTimeInSeconds to ...
fanquake
[next]