| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | CBloomFilter::clear() method | Tom Harding | 2014-07-21 | 1 | -0/+2 |
| * | Revert "CBloomFilter::clear() method" | Wladimir J. van der Laan | 2014-07-21 | 1 | -2/+0 |
| * | CBloomFilter::clear() method | Tom Harding | 2014-06-27 | 1 | -0/+2 |
| * | Code simplifications after CTransaction::GetHash() caching | Pieter Wuille | 2014-06-22 | 1 | -1/+1 |
| * | Cleanup code using forward declarations. | Brandon Dahler | 2013-11-10 | 1 | -3/+4 |
| * | Performance optimization for bloom filters. | Gregory Maxwell | 2013-08-20 | 1 | -3/+6 |
| * | Add nFlags to CBloomFilter to make filter updating optional. | Matt Corallo | 2013-01-16 | 1 | -1/+14 |
| * | Add a nTweak to bloom filters to tweak the seed. | Matt Corallo | 2013-01-16 | 1 | -1/+5 |
| * | Automatically add any matching outputs to a filter during matching. | Matt Corallo | 2013-01-16 | 1 | -1/+2 |
| * | Replace RelayMessage with RelayTransaction. | Matt Corallo | 2013-01-16 | 1 | -1/+1 |
| * | Add a CBloomFilter class for use as a transaction filter. | Matt Corallo | 2013-01-16 | 1 | -0/+70 |