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
/
zmqabstractnotifier.h
Age
Commit message (
Expand
)
Author
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-09-22
Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas
Gregory Sanders
2020-09-07
Replace zmqconfig.h by a simple zmqutil.
Daniel Kraft
2020-09-07
Use std::unique_ptr for CZMQNotifierFactory.
Daniel Kraft
2018-10-19
ZMQ: add options to configure outbound message high water mark, aka SNDHWM
mruddy
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-08-16
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
2015-09-16
use CBlockIndex* insted of uint256 for UpdatedBlockTip signal
Jonas Schnelli
2015-09-16
Add ZeroMQ support. Notify blocks and transactions via ZeroMQ
Jeff Garzik