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
2021-06-09
zmq: use msg: prefix over errno= in zmqError
fanquake
2021-06-09
zmq: use std::string in zmqError()
fanquake
2021-05-04
refactor: Avoid &foo[0] on C-Style arrays
MarcoFalke
2021-04-05
move-only: Move *Disk functions to blockstorage
MarcoFalke
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-01-28
rpc: Remove duplicate name and argNames from CRPCCommand
MarcoFalke
2021-01-22
Merge #20523: zmq: deduplicate 'sequence' publisher message creation/sending
fanquake
2021-01-21
zmq: deduplicate 'sequence' publisher message creation/sending
Sebastian Falbesoner
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-10-01
zmq: Append address to notify log output
nthumann
2020-09-23
zmq: Add support to listen on multiple interfaces
Nicolas Thumann
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
Use std::unique_ptr for CZMQNotifierFactory.
Daniel Kraft
2020-09-07
Simplify and fix notifier removal on error.
Daniel Kraft
2020-09-07
Various cleanups in zmqnotificationinterface.
Daniel Kraft
2020-09-02
Merge #14687: zmq: enable tcp keepalive
Jonas Schnelli
2020-08-14
rpc: Assert that RPCArg names are equal to CRPCCommand ones (zmq)
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-19
Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...
Wladimir J. van der Laan
2020-03-11
[validation interface] Remove vtxConflicted from BlockConnected
John Newbery
2020-02-25
rpc: Auto-format RPCResult
MarcoFalke
2020-02-09
scripted-diff: Add missing spaces in RPCResult, Fix type names
MarcoFalke
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-11-05
Pass block height in Chain::BlockConnected/Chain::BlockDisconnected
Antoine Riard
2019-10-15
Remove unused includes
practicalswift
2019-07-08
rpc: switch to using RPCHelpMan.Check()
Karl-Johan Alm
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-01-25
RPCHelpMan: Pass through Result and Examples
MarcoFalke
2019-01-19
zmq: log outbound message high water mark when reusing socket
fanquake
2018-11-15
zmq: enable tcp keepalive
mruddy
2018-11-14
Use RPCHelpMan for all RPCs
MarcoFalke
2018-11-09
rpc: Include rpc/util.h where needed for RPCHelpMan
MarcoFalke
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-09-11
[depends, zmq, doc] upgrade zeromq to 4.2.5 and avoid deprecated zeromq api f...
mruddy
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-05
RPC: Add new getzmqnotifications method.
Daniel Kraft
2018-06-29
Make ZMQ notification interface instance global.
Daniel Kraft
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-30
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-09
Use range-based for loops (C++11) when looping over map elements
practicalswift
2017-08-21
Merge #10809: optim: mark a few classes final
Wladimir J. van der Laan
2017-08-16
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
[next]