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
Age
Commit message (
Expand
)
Author
2016-10-04
Always call UpdatedBlockTip, even if blocks were only disconnected
Matt Corallo
2016-10-04
Make validationinterface.UpdatedBlockTip more verbose
Matt Corallo
2016-08-28
Merge #8607: [doc] Fix doxygen off-by-one comments, fix typos
Wladimir J. van der Laan
2016-08-22
[doc] Fix typos in comments, doxygen: Fix comment syntax
MarcoFalke
2016-08-12
Reduce cs_main locks during ConnectTip/SyncWithWallets
Jonas Schnelli
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
2016-02-04
Merge #6480: include the chaintip blockindex in the SyncTransaction signal, a...
Wladimir J. van der Laan
2016-01-05
Bump copyright headers to 2014
MarcoFalke
2015-12-04
include the chaintip *blockIndex in the SyncTransaction signal
Jonas Schnelli
2015-11-19
zmq: prepend zmq to debug messages
Daniel Cousens
2015-11-10
Merge pull request #6163
Wladimir J. van der Laan
2015-11-04
Fix ZMQ Notification initialization and shutdown
João Barbosa
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