| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | main.h->core.h include dependency improvements. | Jeff Garzik | 2013-06-24 | 1 | -1/+1 |
| | | |||||
| * | Short-circuit bloom checking if we will always return true. | Matt Corallo | 2013-02-24 | 1 | -0/+4 |
| | | | | | This allows full nodes to use bloom filters as an optimization. | ||||
| * | Add nFlags to CBloomFilter to make filter updating optional. | Matt Corallo | 2013-01-16 | 1 | -3/+13 |
| | | |||||
| * | Add a nTweak to bloom filters to tweak the seed. | Matt Corallo | 2013-01-16 | 1 | -3/+4 |
| | | |||||
| * | Automatically add any matching outputs to a filter during matching. | Matt Corallo | 2013-01-16 | 1 | -4/+16 |
| | | |||||
| * | Replace RelayMessage with RelayTransaction. | Matt Corallo | 2013-01-16 | 1 | -2/+2 |
| | | |||||
| * | Add a CBloomFilter class for use as a transaction filter. | Matt Corallo | 2013-01-16 | 1 | -0/+133 |