aboutsummaryrefslogtreecommitdiff
path: root/src/zmq
Commit message (Expand)AuthorAgeFilesLines
* RPCHelpMan: Pass through Result and ExamplesMarcoFalke2019-01-251-6/+8
* zmq: log outbound message high water mark when reusing socketfanquake2019-01-191-0/+1
* Use RPCHelpMan for all RPCsMarcoFalke2018-11-141-2/+3
* rpc: Include rpc/util.h where needed for RPCHelpManMarcoFalke2018-11-091-0/+1
* Merge #14060: ZMQ: add options to configure outbound message high water mark,...Wladimir J. van der Laan2018-11-056-9/+32
|\
| * ZMQ: add options to configure outbound message high water mark, aka SNDHWMmruddy2018-10-196-9/+32
* | scripted-diff: Move util files to separate directory.Jim Posen2018-11-043-3/+3
|/
* [depends, zmq, doc] upgrade zeromq to 4.2.5 and avoid deprecated zeromq api f...mruddy2018-09-111-2/+6
* Update copyright headers to 2018DrahtBot2018-07-275-5/+5
* RPC: Add new getzmqnotifications method.Daniel Kraft2018-07-054-2/+86
* Make ZMQ notification interface instance global.Daniel Kraft2018-06-292-0/+4
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-037-7/+7
* 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-167-21/+21
|/
* Merge #10809: optim: mark a few classes finalWladimir J. van der Laan2017-08-211-1/+1
|\
| * optim: mark a few classes finalCory Fields2017-07-171-1/+1
* | Use nullptr instead of zero (0) as the null pointer constantpracticalswift2017-08-163-4/+4
* | 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
|/
* Use the override specifier (C++11) where we expect to be overriding the virtu...practicalswift2017-06-281-6/+6
* Missing includesJorge Timón2017-04-131-0/+1
* Add override to functions using CValidationInterface methodsMatt Corallo2017-04-071-4/+4
* SyncTransaction->TxAddedToMempool/BlockConnected/DisconnectedMatt Corallo2017-04-072-2/+24
* Include missing #include in zmqnotificationinterface.hMatt Corallo2017-04-071-0/+1
* Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell2017-04-012-12/+12
* [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-314-4/+4
* Get rid of mapArgs direct access in ZMQ constructionMatt Corallo2016-12-242-5/+5
* 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-022-2/+2
* Move network-msg-processing code out of main to its own fileMatt Corallo2016-12-021-0/+1
* Always call UpdatedBlockTip, even if blocks were only disconnectedMatt Corallo2016-10-041-1/+1
* Make validationinterface.UpdatedBlockTip more verboseMatt Corallo2016-10-042-3/+6
* Merge #8607: [doc] Fix doxygen off-by-one comments, fix typosWladimir J. van der Laan2016-08-281-1/+1
|\
| * [doc] Fix typos in comments, doxygen: Fix comment syntaxMarcoFalke2016-08-221-1/+1
* | Reduce cs_main locks during ConnectTip/SyncWithWalletsJonas Schnelli2016-08-122-2/+2
|/
* [ZMQ] append a message sequence number to every ZMQ notificationJonas Schnelli2016-04-192-8/+33
* [ZMQ] refactor message stringJonas Schnelli2016-04-151-4/+9
* Fixes ZMQ startup with bad arguments.mrbandrews2016-02-292-1/+1
* Merge #6480: include the chaintip blockindex in the SyncTransaction signal, a...Wladimir J. van der Laan2016-02-042-2/+2
|\
| * include the chaintip *blockIndex in the SyncTransaction signalJonas Schnelli2015-12-042-2/+2
* | Bump copyright headers to 2014MarcoFalke2016-01-051-1/+1
|/
* zmq: prepend zmq to debug messagesDaniel Cousens2015-11-192-8/+8
* Merge pull request #6163Wladimir J. van der Laan2015-11-101-1/+3
|\
| * Globals: Explicit Consensus::Params arg for main:Jorge Timón2015-10-301-1/+3
* | Fix ZMQ Notification initialization and shutdownJoão Barbosa2015-11-042-4/+10
|/
* use CBlockIndex* insted of uint256 for UpdatedBlockTip signalJonas Schnelli2015-09-166-14/+17
* Add ZeroMQ support. Notify blocks and transactions via ZeroMQJeff Garzik2015-09-167-0/+491