aboutsummaryrefslogtreecommitdiff
path: root/src/zmq/zmqnotificationinterface.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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