aboutsummaryrefslogtreecommitdiff
path: root/src/zmq/zmqnotificationinterface.cpp
Commit message (Expand)AuthorAgeFilesLines
* zmq: Add support to listen on multiple interfacesNicolas Thumann2020-09-231-4/+2
* Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltasGregory Sanders2020-09-221-9/+32
* Replace zmqconfig.h by a simple zmqutil.Daniel Kraft2020-09-071-5/+3
* Use std::unique_ptr for CZMQNotifierFactory.Daniel Kraft2020-09-071-4/+4
* Simplify and fix notifier removal on error.Daniel Kraft2020-09-071-26/+24
* Various cleanups in zmqnotificationinterface.Daniel Kraft2020-09-071-40/+18
* [validation interface] Remove vtxConflicted from BlockConnectedJohn Newbery2020-03-111-1/+1
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* Pass block height in Chain::BlockConnected/Chain::BlockDisconnectedAntoine Riard2019-11-051-1/+1
* Remove unused includespracticalswift2019-10-151-1/+0
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-1/+0
* Merge #14060: ZMQ: add options to configure outbound message high water mark,...Wladimir J. van der Laan2018-11-051-3/+4
|\
| * ZMQ: add options to configure outbound message high water mark, aka SNDHWMmruddy2018-10-191-3/+4
* | scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
|/
* [depends, zmq, doc] upgrade zeromq to 4.2.5 and avoid deprecated zeromq api f...mruddy2018-09-111-2/+6
* RPC: Add new getzmqnotifications method.Daniel Kraft2018-07-051-1/+10
* Make ZMQ notification interface instance global.Daniel Kraft2018-06-291-0/+2
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Merge #10493: Use range-based for loops (C++11) when looping over map elementsMarcoFalke2017-11-301-4/+4
|\
| * Use range-based for loops (C++11) when looping over map elementspracticalswift2017-10-091-4/+4
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-6/+6
|/
* Use nullptr instead of zero (0) as the null pointer constantpracticalswift2017-08-161-1/+1
* scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-2/+2
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-3/+3
* SyncTransaction->TxAddedToMempool/BlockConnected/DisconnectedMatt Corallo2017-04-071-1/+21
* Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell2017-04-011-6/+6
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Get rid of mapArgs direct access in ZMQ constructionMatt Corallo2016-12-241-4/+4
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* Always call UpdatedBlockTip, even if blocks were only disconnectedMatt Corallo2016-10-041-1/+1
* Make validationinterface.UpdatedBlockTip more verboseMatt Corallo2016-10-041-2/+5
* Reduce cs_main locks during ConnectTip/SyncWithWalletsJonas Schnelli2016-08-121-1/+1
* Fixes ZMQ startup with bad arguments.mrbandrews2016-02-291-1/+0
* include the chaintip *blockIndex in the SyncTransaction signalJonas Schnelli2015-12-041-1/+1
* zmq: prepend zmq to debug messagesDaniel Cousens2015-11-191-3/+3
* Fix ZMQ Notification initialization and shutdownJoão Barbosa2015-11-041-3/+8
* use CBlockIndex* insted of uint256 for UpdatedBlockTip signalJonas Schnelli2015-09-161-2/+2
* Add ZeroMQ support. Notify blocks and transactions via ZeroMQJeff Garzik2015-09-161-0/+155