Age | Commit message (Expand) | Author |
2016-01-05 | Bump copyright headers to 2015 | MarcoFalke |
2015-07-27 | Only use randomly created nonces in CRollingBloomFilter. | Pieter Wuille |
2015-07-27 | Make CRollingBloomFilter set nTweak for you | Peter Todd |
2015-07-27 | Add uint256 support to CRollingBloomFilter | Peter Todd |
2015-05-04 | Merge pull request #6085 | Wladimir J. van der Laan |
2015-05-01 | Bugfix: Grammar fixes | Corinne Dashjr |
2015-04-30 | Rolling bloom filter class | Gavin Andresen |
2014-12-19 | Added "Core" to copyright headers | sandakersmann |
2014-11-21 | Convert remaining comments in /src to doxygen format | Michael Ford |
2014-09-02 | Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS | Pieter Wuille |
2014-09-01 | Merge pull request #4737 | Pieter Wuille |
2014-09-01 | Merge pull request #4779 | Wladimir J. van der Laan |
2014-08-31 | Use CSizeComputer to avoid counting sizes in SerializationOp | Pieter Wuille |
2014-08-31 | rework overhauled serialization methods to non-static | Kamil Domanski |
2014-08-31 | overhaul serialization code | Kamil Domanski |
2014-08-28 | add missing header end comments | Philip Kaufmann |
2014-08-28 | Fix a few "Uninitialized scalar field" warnings | Wladimir J. van der Laan |
2014-07-21 | CBloomFilter::clear() method | Tom Harding |
2014-07-21 | Revert "CBloomFilter::clear() method" | Wladimir J. van der Laan |
2014-06-27 | CBloomFilter::clear() method | Tom Harding |
2014-06-22 | Code simplifications after CTransaction::GetHash() caching | Pieter Wuille |
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler |
2013-08-20 | Performance optimization for bloom filters. | Gregory Maxwell |
2013-01-16 | Add nFlags to CBloomFilter to make filter updating optional. | Matt Corallo |
2013-01-16 | Add a nTweak to bloom filters to tweak the seed. | Matt Corallo |
2013-01-16 | Automatically add any matching outputs to a filter during matching. | Matt Corallo |
2013-01-16 | Replace RelayMessage with RelayTransaction. | Matt Corallo |
2013-01-16 | Add a CBloomFilter class for use as a transaction filter. | Matt Corallo |