aboutsummaryrefslogtreecommitdiff
path: root/src/bloom.h
Commit message (Expand)AuthorAgeFilesLines
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Get rid of nType and nVersionPieter Wuille2016-11-071-1/+1
* More efficient bitsliced rolling Bloom filterPieter Wuille2016-04-281-12/+1
* Merge pull request #7205Wladimir J. van der Laan2016-01-051-1/+1
|\
| * Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* | Switch to a more efficient rolling Bloom filterPieter Wuille2015-11-281-5/+21
|/
* Only use randomly created nonces in CRollingBloomFilter.Pieter Wuille2015-07-271-3/+5
* Make CRollingBloomFilter set nTweak for youPeter Todd2015-07-271-3/+9
* Add uint256 support to CRollingBloomFilterPeter Todd2015-07-271-0/+2
* Merge pull request #6085Wladimir J. van der Laan2015-05-041-4/+4
|\
| * Bugfix: Grammar fixesCorinne Dashjr2015-05-011-4/+4
* | Rolling bloom filter classGavin Andresen2015-04-301-0/+28
|/
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Convert remaining comments in /src to doxygen formatMichael Ford2014-11-211-16/+20
* Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODSPieter Wuille2014-09-021-1/+1
* Merge pull request #4737Pieter Wuille2014-09-011-3/+5
|\
| * Use CSizeComputer to avoid counting sizes in SerializationOpPieter Wuille2014-08-311-3/+1
| * rework overhauled serialization methods to non-staticKamil Domanski2014-08-311-7/+7
| * overhaul serialization codeKamil Domanski2014-08-311-6/+10
* | Merge pull request #4779Wladimir J. van der Laan2014-09-011-1/+1
|\ \ | |/ |/|
| * add missing header end commentsPhilip Kaufmann2014-08-281-1/+1
* | Fix a few "Uninitialized scalar field" warningsWladimir J. van der Laan2014-08-281-1/+1
|/
* CBloomFilter::clear() methodTom Harding2014-07-211-0/+2
* Revert "CBloomFilter::clear() method"Wladimir J. van der Laan2014-07-211-2/+0
* CBloomFilter::clear() methodTom Harding2014-06-271-0/+2
* Code simplifications after CTransaction::GetHash() cachingPieter Wuille2014-06-221-1/+1
* 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