aboutsummaryrefslogtreecommitdiff
path: root/src/zmq
AgeCommit message (Expand)Author
2022-01-31zmq: Fix implicit-integer-sign-changeMarcoFalke
2022-01-06Add src/node/* code to node:: namespaceRussell Yanofsky
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-11-16doc: Fix typos in endif header commentsMarcoFalke
2021-09-27scripted-diff: Rename overloaded int GetArg to GetIntArgRussell Yanofsky
2021-06-20zmq: Enable IPv6 on listening socketnthumann
2021-06-09zmq: use msg: prefix over errno= in zmqErrorfanquake
2021-06-09zmq: use std::string in zmqError()fanquake
2021-05-04refactor: Avoid &foo[0] on C-Style arraysMarcoFalke
2021-04-05move-only: Move *Disk functions to blockstorageMarcoFalke
2021-03-11scripted-diff: remove MakeUnique<T>()fanquake
2021-01-28rpc: Remove duplicate name and argNames from CRPCCommandMarcoFalke
2021-01-22Merge #20523: zmq: deduplicate 'sequence' publisher message creation/sendingfanquake
2021-01-21zmq: deduplicate 'sequence' publisher message creation/sendingSebastian Falbesoner
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-10-01zmq: Append address to notify log outputnthumann
2020-09-23zmq: Add support to listen on multiple interfacesNicolas Thumann
2020-09-22Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltasGregory Sanders
2020-09-15scripted-diff: Rename SendMessage to SendZmqMessage.Daniel Kraft
2020-09-07Replace zmqconfig.h by a simple zmqutil.Daniel Kraft
2020-09-07Use std::unique_ptr for CZMQNotifierFactory.Daniel Kraft
2020-09-07Simplify and fix notifier removal on error.Daniel Kraft
2020-09-07Various cleanups in zmqnotificationinterface.Daniel Kraft
2020-09-02Merge #14687: zmq: enable tcp keepaliveJonas Schnelli
2020-08-14rpc: Assert that RPCArg names are equal to CRPCCommand ones (zmq)MarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-19Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...Wladimir J. van der Laan
2020-03-11[validation interface] Remove vtxConflicted from BlockConnectedJohn Newbery
2020-02-25rpc: Auto-format RPCResultMarcoFalke
2020-02-09scripted-diff: Add missing spaces in RPCResult, Fix type namesMarcoFalke
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2020-01-08Merge #17445: zmq: Fix due to invalid argument and multiple notifiersWladimir J. van der Laan
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-11-11zmq: Fix due to invalid argument and multiple notifiersJoão Barbosa
2019-11-05Pass block height in Chain::BlockConnected/Chain::BlockDisconnectedAntoine Riard
2019-10-15Remove unused includespracticalswift
2019-07-08rpc: switch to using RPCHelpMan.Check()Karl-Johan Alm
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2019-01-25RPCHelpMan: Pass through Result and ExamplesMarcoFalke
2019-01-19zmq: log outbound message high water mark when reusing socketfanquake
2018-11-15zmq: enable tcp keepalivemruddy
2018-11-14Use RPCHelpMan for all RPCsMarcoFalke
2018-11-09rpc: Include rpc/util.h where needed for RPCHelpManMarcoFalke
2018-11-05Merge #14060: ZMQ: add options to configure outbound message high water mark,...Wladimir J. van der Laan
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-10-19ZMQ: add options to configure outbound message high water mark, aka SNDHWMmruddy
2018-09-11[depends, zmq, doc] upgrade zeromq to 4.2.5 and avoid deprecated zeromq api f...mruddy
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-05RPC: Add new getzmqnotifications method.Daniel Kraft
2018-06-29Make ZMQ notification interface instance global.Daniel Kraft