| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | 2016-12-31 | 1 | -1/+1 |
| | | | | | | | Edited via: $ contrib/devtools/copyright_header.py update . | ||||
| * | 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 |
| | | | | | | | In anticipation of making all the callbacks out of block processing flow through it. Note that vHashes will always have something in it since pindexFork != pindexNewTip. | ||||
| * | 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 |
| | | | | | | - allows reducing of calls to main.cpp for getting the chaintip during transaction syncing - potentially allows reducing of cs_main locks | ||||
| * | 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 |
| | | | | | | | Moves the call Initialize() from init.cpp to CreateWithArguments() and handles the return value. Moves the call Shutdown() from init.cpp to destructor. Changes Initialize() and Shutdown() to protected members. | ||||
| * | use CBlockIndex* insted of uint256 for UpdatedBlockTip signal | Jonas Schnelli | 2015-09-16 | 1 | -2/+2 |
| | | | | | | - removes mapBlockIndex find operation - theoretically allows removing the cs_main lock during zqm notification while introducing a new file position lock | ||||
| * | Add ZeroMQ support. Notify blocks and transactions via ZeroMQ | Jeff Garzik | 2015-09-16 | 1 | -0/+155 |
| Continues Johnathan Corgan's work. Publishing multipart messages Bugfix: Add missing zmq header includes Bugfix: Adjust build system to link ZeroMQ code for Qt binaries | |||||