aboutsummaryrefslogtreecommitdiff
path: root/src/bloom.cpp
AgeCommit message (Expand)Author
2013-02-24Short-circuit bloom checking if we will always return true.Matt Corallo
2013-01-16Add nFlags to CBloomFilter to make filter updating optional.Matt Corallo
2013-01-16Add a nTweak to bloom filters to tweak the seed.Matt Corallo
2013-01-16Automatically add any matching outputs to a filter during matching.Matt Corallo
2013-01-16Replace RelayMessage with RelayTransaction.Matt Corallo
2013-01-16Add a CBloomFilter class for use as a transaction filter.Matt Corallo