index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
zmq
/
zmqpublishnotifier.cpp
Age
Commit message (
Expand
)
Author
2022-01-31
zmq: Fix implicit-integer-sign-change
MarcoFalke
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-06-20
zmq: Enable IPv6 on listening socket
nthumann
2021-05-04
refactor: Avoid &foo[0] on C-Style arrays
MarcoFalke
2021-04-05
move-only: Move *Disk functions to blockstorage
MarcoFalke
2021-01-21
zmq: deduplicate 'sequence' publisher message creation/sending
Sebastian Falbesoner
2020-10-01
zmq: Append address to notify log output
nthumann
2020-09-22
Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas
Gregory Sanders
2020-09-15
scripted-diff: Rename SendMessage to SendZmqMessage.
Daniel Kraft
2020-09-07
Replace zmqconfig.h by a simple zmqutil.
Daniel Kraft
2020-09-07
Various cleanups in zmqnotificationinterface.
Daniel Kraft
2020-09-02
Merge #14687: zmq: enable tcp keepalive
Jonas Schnelli
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-08
Merge #17445: zmq: Fix due to invalid argument and multiple notifiers
Wladimir J. van der Laan
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-11
zmq: Fix due to invalid argument and multiple notifiers
João Barbosa
2019-01-19
zmq: log outbound message high water mark when reusing socket
fanquake
2018-11-15
zmq: enable tcp keepalive
mruddy
2018-11-05
Merge #14060: ZMQ: add options to configure outbound message high water mark,...
Wladimir J. van der Laan
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-19
ZMQ: add options to configure outbound message high water mark, aka SNDHWM
mruddy
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-08-16
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
2017-04-13
Missing includes
Jorge Timón
2017-04-01
Change 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-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-05
Adapt ZMQ/rest serialization to take rpcserialversion arg
instagibbs
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
Move network-msg-processing code out of main to its own file
Matt Corallo
2016-04-19
[ZMQ] append a message sequence number to every ZMQ notification
Jonas Schnelli
2016-04-15
[ZMQ] refactor message string
Jonas Schnelli
2016-02-29
Fixes ZMQ startup with bad arguments.
mrbandrews
2015-11-19
zmq: prepend zmq to debug messages
Daniel Cousens
2015-10-30
Globals: Explicit Consensus::Params arg for main:
Jorge Timón
2015-09-16
use CBlockIndex* insted of uint256 for UpdatedBlockTip signal
Jonas Schnelli
2015-09-16
Add ZeroMQ support. Notify blocks and transactions via ZeroMQ
Jeff Garzik