Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-20 | Performance optimization for bloom filters. | Gregory Maxwell | |
This reduces a peer's ability to attack network resources by using a full bloom filter, but without reducing the usability of bloom filters. It sets a default match everything filter for peers and it generalizes a prior optimization to cover more cases. | |||
2013-06-24 | main.h->core.h include dependency improvements. | Jeff Garzik | |
2013-02-24 | Short-circuit bloom checking if we will always return true. | Matt Corallo | |
This allows full nodes to use bloom filters as an optimization. | |||
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 | |