Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | |
Edited via: $ contrib/devtools/copyright_header.py update . | |||
2016-12-24 | Get rid of mapArgs direct access in ZMQ construction | Matt Corallo | |
2016-12-05 | Adapt ZMQ/rest serialization to take rpcserialversion arg | instagibbs | |
2016-12-02 | Rename the remaining main.{h,cpp} to validation.{h,cpp} | Matt Corallo | |
2016-12-02 | Move network-msg-processing code out of main to its own file | Matt Corallo | |
2016-10-04 | Always call UpdatedBlockTip, even if blocks were only disconnected | Matt Corallo | |
2016-10-04 | Make validationinterface.UpdatedBlockTip more verbose | Matt Corallo | |
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. | |||
2016-08-28 | Merge #8607: [doc] Fix doxygen off-by-one comments, fix typos | Wladimir J. van der Laan | |
fafe7b3 contrib: Make fix-copyright-headers.py more portable (MarcoFalke) fa27c0a [doc] Fix typos in comments, doxygen: Fix comment syntax (MarcoFalke) fabfd5d [qa] pull-tester: Don't mute zmq ImportError (MarcoFalke) 67a5502 init: Fix typo in help message for -whitelistforcerelay (Wladimir J. van der Laan) | |||
2016-08-22 | [doc] Fix typos in comments, doxygen: Fix comment syntax | MarcoFalke | |
2016-08-12 | Reduce cs_main locks during ConnectTip/SyncWithWallets | Jonas Schnelli | |
2016-04-19 | [ZMQ] append a message sequence number to every ZMQ notification | Jonas Schnelli | |
2016-04-15 | [ZMQ] refactor message string | Jonas Schnelli | |
2016-02-29 | Fixes ZMQ startup with bad arguments. | mrbandrews | |
2016-02-04 | Merge #6480: include the chaintip blockindex in the SyncTransaction signal, ↵ | Wladimir J. van der Laan | |
add signal UpdateTip() 7d0bf0b include the chaintip *blockIndex in the SyncTransaction signal (Jonas Schnelli) | |||
2016-01-05 | Bump copyright headers to 2014 | MarcoFalke | |
2015-12-04 | include the chaintip *blockIndex in the SyncTransaction signal | Jonas Schnelli | |
- allows reducing of calls to main.cpp for getting the chaintip during transaction syncing - potentially allows reducing of cs_main locks | |||
2015-11-19 | zmq: prepend zmq to debug messages | Daniel Cousens | |
2015-11-10 | Merge pull request #6163 | Wladimir J. van der Laan | |
87cbdb8 Globals: Explicit Consensus::Params arg for main: (Jorge Timón) | |||
2015-11-04 | Fix ZMQ Notification initialization and shutdown | João Barbosa | |
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. | |||
2015-10-30 | Globals: Explicit Consensus::Params arg for main: | Jorge Timón | |
-CheckBlockIndex -DisconnectTip -GetTransaction -InvalidateBlock -ProcessGetData -ReadBlockFromDisk | |||
2015-09-16 | use CBlockIndex* insted of uint256 for UpdatedBlockTip signal | Jonas Schnelli | |
- removes mapBlockIndex find operation - theoretically allows removing the cs_main lock during zqm notification while introducing a new file position lock | |||
2015-09-16 | Add ZeroMQ support. Notify blocks and transactions via ZeroMQ | Jeff Garzik | |
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 |