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
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