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
/
node
/
kernel_notifications.cpp
Age
Commit message (
Expand
)
Author
2024-06-17
Merge bitcoin/bitcoin#30058: Encapsulate warnings in generalized node::Warnin...
Ava Chow
2024-06-14
Merge bitcoin/bitcoin#30255: log: use error level for critical log messages
Ava Chow
2024-06-13
refactor: remove warnings globals
stickies-v
2024-06-13
node: update uiInterface whenever warnings updated
stickies-v
2024-06-13
introduce and use the generalized `node::Warnings` interface
stickies-v
2024-06-13
move-only: move warnings from common to node
stickies-v
2024-06-10
log: use error level for critical log messages
MarcoFalke
2024-05-16
util: Move util/string.h functions to util namespace
Ryan Ofsky
2024-05-09
kernel: Remove key module from kernel library
TheCharlatan
2024-05-01
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
MarcoFalke
2024-03-21
node: Make translations of fatal errors consistent
TheCharlatan
2023-12-04
refactor: Remove calls to StartShutdown from KernelNotifications
Ryan Ofsky
2023-07-11
kernel: Remove StartShutdown calls from validation code
Ryan Ofsky
2023-06-28
kernel: Add fatalError method to notifications
TheCharlatan
2023-06-28
kernel: Add flushError method to notifications
TheCharlatan
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-05-20
kernel: Add warning method to notifications
TheCharlatan
2023-05-20
kernel: Add progress method to notifications
TheCharlatan
2023-05-20
kernel: Add headerTip method to notifications
TheCharlatan
2023-05-20
kernel: Add notification interface
TheCharlatan