aboutsummaryrefslogtreecommitdiff
path: root/src/zmq/zmqabstractnotifier.h
Commit message (Expand)AuthorAgeFilesLines
* Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltasGregory Sanders2020-09-221-0/+10
* Replace zmqconfig.h by a simple zmqutil.Daniel Kraft2020-09-071-2/+2
* Use std::unique_ptr for CZMQNotifierFactory.Daniel Kraft2020-09-071-3/+7
* ZMQ: add options to configure outbound message high water mark, aka SNDHWMmruddy2018-10-191-1/+10
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-1/+1
* Use nullptr instead of zero (0) as the null pointer constantpracticalswift2017-08-161-1/+1
* use CBlockIndex* insted of uint256 for UpdatedBlockTip signalJonas Schnelli2015-09-161-1/+3
* Add ZeroMQ support. Notify blocks and transactions via ZeroMQJeff Garzik2015-09-161-0/+42