| Commit message (Expand) | Author | Age | Files | Lines |
| * | RPCHelpMan: Pass through Result and Examples | MarcoFalke | 2019-01-25 | 1 | -6/+8 |
| * | zmq: log outbound message high water mark when reusing socket | fanquake | 2019-01-19 | 1 | -0/+1 |
| * | Use RPCHelpMan for all RPCs | MarcoFalke | 2018-11-14 | 1 | -2/+3 |
| * | rpc: Include rpc/util.h where needed for RPCHelpMan | MarcoFalke | 2018-11-09 | 1 | -0/+1 |
| * | Merge #14060: ZMQ: add options to configure outbound message high water mark,... | Wladimir J. van der Laan | 2018-11-05 | 6 | -9/+32 |
| |\ |
|
| | * | ZMQ: add options to configure outbound message high water mark, aka SNDHWM | mruddy | 2018-10-19 | 6 | -9/+32 |
| * | | scripted-diff: Move util files to separate directory. | Jim Posen | 2018-11-04 | 3 | -3/+3 |
| |/ |
|
| * | [depends, zmq, doc] upgrade zeromq to 4.2.5 and avoid deprecated zeromq api f... | mruddy | 2018-09-11 | 1 | -2/+6 |
| * | Update copyright headers to 2018 | DrahtBot | 2018-07-27 | 5 | -5/+5 |
| * | RPC: Add new getzmqnotifications method. | Daniel Kraft | 2018-07-05 | 4 | -2/+86 |
| * | Make ZMQ notification interface instance global. | Daniel Kraft | 2018-06-29 | 2 | -0/+4 |
| * | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa | 2018-01-03 | 7 | -7/+7 |
| * | 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 | 7 | -21/+21 |
| |/ |
|
| * | Merge #10809: optim: mark a few classes final | Wladimir J. van der Laan | 2017-08-21 | 1 | -1/+1 |
| |\ |
|
| | * | optim: mark a few classes final | Cory Fields | 2017-07-17 | 1 | -1/+1 |
| * | | Use nullptr instead of zero (0) as the null pointer constant | practicalswift | 2017-08-16 | 3 | -4/+4 |
| * | | 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 |
| |/ |
|
| * | Use the override specifier (C++11) where we expect to be overriding the virtu... | practicalswift | 2017-06-28 | 1 | -6/+6 |
| * | Missing includes | Jorge Timón | 2017-04-13 | 1 | -0/+1 |
| * | Add override to functions using CValidationInterface methods | Matt Corallo | 2017-04-07 | 1 | -4/+4 |
| * | SyncTransaction->TxAddedToMempool/BlockConnected/Disconnected | Matt Corallo | 2017-04-07 | 2 | -2/+24 |
| * | Include missing #include in zmqnotificationinterface.h | Matt Corallo | 2017-04-07 | 1 | -0/+1 |
| * | Change LogAcceptCategory to use uint32_t rather than sets of strings. | Gregory Maxwell | 2017-04-01 | 2 | -12/+12 |
| * | [zmq] Call va_end() on va_start()ed args. | Karl-Johan Alm | 2017-03-22 | 1 | -0/+3 |
| * | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | 2016-12-31 | 4 | -4/+4 |
| * | Get rid of mapArgs direct access in ZMQ construction | Matt Corallo | 2016-12-24 | 2 | -5/+5 |
| * | Adapt ZMQ/rest serialization to take rpcserialversion arg | instagibbs | 2016-12-05 | 1 | -2/+3 |
| * | Rename the remaining main.{h,cpp} to validation.{h,cpp} | Matt Corallo | 2016-12-02 | 2 | -2/+2 |
| * | Move network-msg-processing code out of main to its own file | Matt Corallo | 2016-12-02 | 1 | -0/+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 | 2 | -3/+6 |
| * | Merge #8607: [doc] Fix doxygen off-by-one comments, fix typos | Wladimir J. van der Laan | 2016-08-28 | 1 | -1/+1 |
| |\ |
|
| | * | [doc] Fix typos in comments, doxygen: Fix comment syntax | MarcoFalke | 2016-08-22 | 1 | -1/+1 |
| * | | Reduce cs_main locks during ConnectTip/SyncWithWallets | Jonas Schnelli | 2016-08-12 | 2 | -2/+2 |
| |/ |
|
| * | [ZMQ] append a message sequence number to every ZMQ notification | Jonas Schnelli | 2016-04-19 | 2 | -8/+33 |
| * | [ZMQ] refactor message string | Jonas Schnelli | 2016-04-15 | 1 | -4/+9 |
| * | Fixes ZMQ startup with bad arguments. | mrbandrews | 2016-02-29 | 2 | -1/+1 |
| * | Merge #6480: include the chaintip blockindex in the SyncTransaction signal, a... | Wladimir J. van der Laan | 2016-02-04 | 2 | -2/+2 |
| |\ |
|
| | * | include the chaintip *blockIndex in the SyncTransaction signal | Jonas Schnelli | 2015-12-04 | 2 | -2/+2 |
| * | | Bump copyright headers to 2014 | MarcoFalke | 2016-01-05 | 1 | -1/+1 |
| |/ |
|
| * | zmq: prepend zmq to debug messages | Daniel Cousens | 2015-11-19 | 2 | -8/+8 |
| * | Merge pull request #6163 | Wladimir J. van der Laan | 2015-11-10 | 1 | -1/+3 |
| |\ |
|
| | * | Globals: Explicit Consensus::Params arg for main: | Jorge Timón | 2015-10-30 | 1 | -1/+3 |
| * | | Fix ZMQ Notification initialization and shutdown | João Barbosa | 2015-11-04 | 2 | -4/+10 |
| |/ |
|
| * | use CBlockIndex* insted of uint256 for UpdatedBlockTip signal | Jonas Schnelli | 2015-09-16 | 6 | -14/+17 |
| * | Add ZeroMQ support. Notify blocks and transactions via ZeroMQ | Jeff Garzik | 2015-09-16 | 7 | -0/+491 |