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
/
zmq
Age
Commit message (
Expand
)
Author
2023-05-26
p2p, refactor: return `std::optional<CNetAddr>` in `LookupHost`
brunoerg
2023-05-10
zmq: Pass lambda to zmq's ZMQPublishRawBlockNotifier
TheCharlatan
2023-05-10
refactor: Declare g_zmq_notification_interface as unique_ptr
TheCharlatan
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-03-26
clang-tidy: Add `performance-faster-string-find` check
Hennadii Stepanov
2023-01-31
clang-tidy: Fix `modernize-use-default-member-init` in headers
Hennadii Stepanov
2023-01-05
refactor: add kernel/cs_main.*
fanquake
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-06
zmq: remove LOCK(cs_main) from NotifyBlock
Andrew Toth
2022-10-10
iwyu: Add zmq source files
Hennadii Stepanov
2022-09-14
build: prune BOOST_CPPFLAGS from libbitcoin_zmq
fanquake
2022-06-06
scripted-diff: remove duplicate categories from LogPrint output
Jon Atack
2022-04-25
Remove not needed clang-format off comments
MarcoFalke
2022-01-31
zmq: Fix implicit-integer-sign-change
MarcoFalke
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-11-16
doc: Fix typos in endif header comments
MarcoFalke
2021-09-27
scripted-diff: Rename overloaded int GetArg to GetIntArg
Russell Yanofsky
2021-06-20
zmq: Enable IPv6 on listening socket
nthumann
2021-06-09
zmq: use msg: prefix over errno= in zmqError
fanquake
2021-06-09
zmq: use std::string in zmqError()
fanquake
2021-05-04
refactor: Avoid &foo[0] on C-Style arrays
MarcoFalke
2021-04-05
move-only: Move *Disk functions to blockstorage
MarcoFalke
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-01-28
rpc: Remove duplicate name and argNames from CRPCCommand
MarcoFalke
2021-01-22
Merge #20523: zmq: deduplicate 'sequence' publisher message creation/sending
fanquake
2021-01-21
zmq: deduplicate 'sequence' publisher message creation/sending
Sebastian Falbesoner
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-10-01
zmq: Append address to notify log output
nthumann
2020-09-23
zmq: Add support to listen on multiple interfaces
Nicolas Thumann
2020-09-22
Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas
Gregory Sanders
2020-09-15
scripted-diff: Rename SendMessage to SendZmqMessage.
Daniel Kraft
2020-09-07
Replace zmqconfig.h by a simple zmqutil.
Daniel Kraft
2020-09-07
Use std::unique_ptr for CZMQNotifierFactory.
Daniel Kraft
2020-09-07
Simplify and fix notifier removal on error.
Daniel Kraft
2020-09-07
Various cleanups in zmqnotificationinterface.
Daniel Kraft
2020-09-02
Merge #14687: zmq: enable tcp keepalive
Jonas Schnelli
2020-08-14
rpc: Assert that RPCArg names are equal to CRPCCommand ones (zmq)
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-19
Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...
Wladimir J. van der Laan
2020-03-11
[validation interface] Remove vtxConflicted from BlockConnected
John Newbery
2020-02-25
rpc: Auto-format RPCResult
MarcoFalke
2020-02-09
scripted-diff: Add missing spaces in RPCResult, Fix type names
MarcoFalke
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-08
Merge #17445: zmq: Fix due to invalid argument and multiple notifiers
Wladimir J. van der Laan
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-11
zmq: Fix due to invalid argument and multiple notifiers
João Barbosa
2019-11-05
Pass block height in Chain::BlockConnected/Chain::BlockDisconnected
Antoine Riard
2019-10-15
Remove unused includes
practicalswift
2019-07-08
rpc: switch to using RPCHelpMan.Check()
Karl-Johan Alm
[next]