| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | use CBlockIndex* insted of uint256 for UpdatedBlockTip signal | Jonas Schnelli | 2015-09-16 | 1 | -1/+1 |
| | | | | | | - 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/+22 |
| 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 | |||||