index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
zmq
/
zmqnotificationinterface.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
zmq: Add support to listen on multiple interfaces
Nicolas Thumann
2020-09-23
1
-4
/
+2
*
Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas
Gregory Sanders
2020-09-22
1
-9
/
+32
*
Replace zmqconfig.h by a simple zmqutil.
Daniel Kraft
2020-09-07
1
-5
/
+3
*
Use std::unique_ptr for CZMQNotifierFactory.
Daniel Kraft
2020-09-07
1
-4
/
+4
*
Simplify and fix notifier removal on error.
Daniel Kraft
2020-09-07
1
-26
/
+24
*
Various cleanups in zmqnotificationinterface.
Daniel Kraft
2020-09-07
1
-40
/
+18
*
[validation interface] Remove vtxConflicted from BlockConnected
John Newbery
2020-03-11
1
-1
/
+1
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
Pass block height in Chain::BlockConnected/Chain::BlockDisconnected
Antoine Riard
2019-11-05
1
-1
/
+1
*
Remove unused includes
practicalswift
2019-10-15
1
-1
/
+0
*
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-1
/
+0
*
Merge #14060: ZMQ: add options to configure outbound message high water mark,...
Wladimir J. van der Laan
2018-11-05
1
-3
/
+4
|
\
|
*
ZMQ: add options to configure outbound message high water mark, aka SNDHWM
mruddy
2018-10-19
1
-3
/
+4
*
|
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-1
/
+1
|
/
*
[depends, zmq, doc] upgrade zeromq to 4.2.5 and avoid deprecated zeromq api f...
mruddy
2018-09-11
1
-2
/
+6
*
RPC: Add new getzmqnotifications method.
Daniel Kraft
2018-07-05
1
-1
/
+10
*
Make ZMQ notification interface instance global.
Daniel Kraft
2018-06-29
1
-0
/
+2
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-30
1
-4
/
+4
|
\
|
*
Use range-based for loops (C++11) when looping over map elements
practicalswift
2017-10-09
1
-4
/
+4
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-6
/
+6
|
/
*
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
2017-08-16
1
-1
/
+1
*
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-2
/
+2
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-3
/
+3
*
SyncTransaction->TxAddedToMempool/BlockConnected/Disconnected
Matt Corallo
2017-04-07
1
-1
/
+21
*
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-04-01
1
-6
/
+6
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Get rid of mapArgs direct access in ZMQ construction
Matt Corallo
2016-12-24
1
-4
/
+4
*
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-1
/
+1
*
Always call UpdatedBlockTip, even if blocks were only disconnected
Matt Corallo
2016-10-04
1
-1
/
+1
*
Make validationinterface.UpdatedBlockTip more verbose
Matt Corallo
2016-10-04
1
-2
/
+5
*
Reduce cs_main locks during ConnectTip/SyncWithWallets
Jonas Schnelli
2016-08-12
1
-1
/
+1
*
Fixes ZMQ startup with bad arguments.
mrbandrews
2016-02-29
1
-1
/
+0
*
include the chaintip *blockIndex in the SyncTransaction signal
Jonas Schnelli
2015-12-04
1
-1
/
+1
*
zmq: prepend zmq to debug messages
Daniel Cousens
2015-11-19
1
-3
/
+3
*
Fix ZMQ Notification initialization and shutdown
João Barbosa
2015-11-04
1
-3
/
+8
*
use CBlockIndex* insted of uint256 for UpdatedBlockTip signal
Jonas Schnelli
2015-09-16
1
-2
/
+2
*
Add ZeroMQ support. Notify blocks and transactions via ZeroMQ
Jeff Garzik
2015-09-16
1
-0
/
+155