aboutsummaryrefslogtreecommitdiff
path: root/src/zmq/zmqpublishnotifier.cpp
Commit message (Expand)AuthorAgeFilesLines
* zmq: Append address to notify log outputnthumann2020-10-011-8/+8
* Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltasGregory Sanders2020-09-221-0/+49
* scripted-diff: Rename SendMessage to SendZmqMessage.Daniel Kraft2020-09-151-5/+5
* Replace zmqconfig.h by a simple zmqutil.Daniel Kraft2020-09-071-3/+5
* Various cleanups in zmqnotificationinterface.Daniel Kraft2020-09-071-0/+8
* Merge #14687: zmq: enable tcp keepaliveJonas Schnelli2020-09-021-0/+8
|\
| * zmq: enable tcp keepalivemruddy2018-11-151-0/+8
* | scripted-diff: Bump copyright of files changed in 2020MarcoFalke2020-01-151-1/+1
* | Merge #17445: zmq: Fix due to invalid argument and multiple notifiersWladimir J. van der Laan2020-01-081-1/+2
|\ \
| * | zmq: Fix due to invalid argument and multiple notifiersJoão Barbosa2019-11-111-1/+2
* | | scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
|/ /
* / zmq: log outbound message high water mark when reusing socketfanquake2019-01-191-0/+1
|/
* Merge #14060: ZMQ: add options to configure outbound message high water mark,...Wladimir J. van der Laan2018-11-051-3/+13
|\
| * ZMQ: add options to configure outbound message high water mark, aka SNDHWMmruddy2018-10-191-3/+13
* | scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
|/
* 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-7/+7
* Use nullptr instead of zero (0) as the null pointer constantpracticalswift2017-08-161-2/+2
* Missing includesJorge Timón2017-04-131-0/+1
* Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell2017-04-011-6/+6
* [zmq] Call va_end() on va_start()ed args.Karl-Johan Alm2017-03-221-0/+3
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Adapt ZMQ/rest serialization to take rpcserialversion arginstagibbs2016-12-051-2/+3
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* Move network-msg-processing code out of main to its own fileMatt Corallo2016-12-021-0/+1
* [ZMQ] append a message sequence number to every ZMQ notificationJonas Schnelli2016-04-191-8/+21
* [ZMQ] refactor message stringJonas Schnelli2016-04-151-4/+9
* Fixes ZMQ startup with bad arguments.mrbandrews2016-02-291-0/+1
* zmq: prepend zmq to debug messagesDaniel Cousens2015-11-191-5/+5
* Globals: Explicit Consensus::Params arg for main:Jorge Timón2015-10-301-1/+3
* use CBlockIndex* insted of uint256 for UpdatedBlockTip signalJonas Schnelli2015-09-161-7/+5
* Add ZeroMQ support. Notify blocks and transactions via ZeroMQJeff Garzik2015-09-161-0/+172