aboutsummaryrefslogtreecommitdiff
path: root/src/zmq
AgeCommit message (Expand)Author
2023-11-16Include version.h in fewer placesAnthony Towns
2023-11-14Use ParamsWrapper for witness serializationAnthony Towns
2023-09-30validationinterface: only send zmq notifications for activeJames O'Beirne
2023-09-30validation: pass ChainstateRole for validationinterface callsJames O'Beirne
2023-05-26p2p, refactor: return `std::optional<CNetAddr>` in `LookupHost`brunoerg
2023-05-10zmq: Pass lambda to zmq's ZMQPublishRawBlockNotifierTheCharlatan
2023-05-10refactor: Declare g_zmq_notification_interface as unique_ptrTheCharlatan
2023-04-19move-only: Extract common/args and common/config.cpp from util/systemTheCharlatan
2023-03-26clang-tidy: Add `performance-faster-string-find` checkHennadii Stepanov
2023-01-31clang-tidy: Fix `modernize-use-default-member-init` in headersHennadii Stepanov
2023-01-05refactor: add kernel/cs_main.*fanquake
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-06zmq: remove LOCK(cs_main) from NotifyBlockAndrew Toth
2022-10-10iwyu: Add zmq source filesHennadii Stepanov
2022-09-14build: prune BOOST_CPPFLAGS from libbitcoin_zmqfanquake
2022-06-06scripted-diff: remove duplicate categories from LogPrint outputJon Atack
2022-04-25Remove not needed clang-format off commentsMarcoFalke
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