aboutsummaryrefslogtreecommitdiff
path: root/src/bloom.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-3/+4
* Performance optimization for bloom filters.Gregory Maxwell2013-08-201-3/+6
* Add nFlags to CBloomFilter to make filter updating optional.Matt Corallo2013-01-161-1/+14
* Add a nTweak to bloom filters to tweak the seed.Matt Corallo2013-01-161-1/+5
* Automatically add any matching outputs to a filter during matching.Matt Corallo2013-01-161-1/+2
* Replace RelayMessage with RelayTransaction.Matt Corallo2013-01-161-1/+1
* Add a CBloomFilter class for use as a transaction filter.Matt Corallo2013-01-161-0/+70