aboutsummaryrefslogtreecommitdiff
path: root/src/zmq/zmqpublishnotifier.cpp
AgeCommit message (Expand)Author
2023-11-16Include version.h in fewer placesAnthony Towns
2023-11-14Use ParamsWrapper for witness serializationAnthony Towns
2023-05-26p2p, refactor: return `std::optional<CNetAddr>` in `LookupHost`brunoerg
2023-05-10zmq: Pass lambda to zmq's ZMQPublishRawBlockNotifierTheCharlatan
2023-03-26clang-tidy: Add `performance-faster-string-find` checkHennadii 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-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-06-20zmq: Enable IPv6 on listening socketnthumann
2021-05-04refactor: Avoid &foo[0] on C-Style arraysMarcoFalke
2021-04-05move-only: Move *Disk functions to blockstorageMarcoFalke
2021-01-21zmq: deduplicate 'sequence' publisher message creation/sendingSebastian Falbesoner
2020-10-01zmq: Append address to notify log outputnthumann
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-07Various cleanups in zmqnotificationinterface.Daniel Kraft
2020-09-02Merge #14687: zmq: enable tcp keepaliveJonas Schnelli
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-01-19zmq: log outbound message high water mark when reusing socketfanquake
2018-11-15zmq: enable tcp keepalivemruddy
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-07-27Update copyright headers to 2018DrahtBot
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-08-16Use nullptr instead of zero (0) as the null pointer constantpracticalswift
2017-04-13Missing includesJorge Timón
2017-04-01Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell
2017-03-22[zmq] Call va_end() on va_start()ed args.Karl-Johan Alm
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-05Adapt ZMQ/rest serialization to take rpcserialversion arginstagibbs
2016-12-02Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo
2016-12-02Move network-msg-processing code out of main to its own fileMatt Corallo
2016-04-19[ZMQ] append a message sequence number to every ZMQ notificationJonas Schnelli
2016-04-15[ZMQ] refactor message stringJonas Schnelli
2016-02-29Fixes ZMQ startup with bad arguments.mrbandrews
2015-11-19zmq: prepend zmq to debug messagesDaniel Cousens
2015-10-30Globals: Explicit Consensus::Params arg for main:Jorge Timón
2015-09-16use CBlockIndex* insted of uint256 for UpdatedBlockTip signalJonas Schnelli