aboutsummaryrefslogtreecommitdiff
path: root/src/bloom.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Remove using namespace <xxx> from src/*.cpp.Karl-Johan Alm2017-01-271-15/+13
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* trivial: fix bloom filter init to isEmpty = trueRobert McLaughlin2016-11-011-1/+1
* Do not shadow variablesPavel Janík2016-09-271-4/+4
* More efficient bitsliced rolling Bloom filterPieter Wuille2016-04-281-13/+27
* 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-24/+53
|/
* Only use randomly created nonces in CRollingBloomFilter.Pieter Wuille2015-07-271-7/+6
* Make CRollingBloomFilter set nTweak for youPeter Todd2015-07-271-4/+15
* Reuse vector hashing code for uint256Pieter Wuille2015-07-271-14/+4
* Add uint256 support to CRollingBloomFilterPeter Todd2015-07-271-0/+22
* Rolling bloom filter classGavin Andresen2015-04-301-16/+67
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-031-1/+1
* Convert remaining comments in /src to doxygen formatMichael Ford2014-11-211-8/+12
* boost: moveonly: split CPubKey and friends to new filesCory Fields2014-10-311-0/+1
* MOVEONLY: Separate CTransaction and dependencies from corejtimon2014-10-271-1/+1
* boost: split stream classes out of serialize.hCory Fields2014-10-221-0/+1
* Separate script/standardjtimon2014-09-081-1/+2
* Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon2014-09-081-1/+1
* Discover some missing includesjtimon2014-09-021-0/+2
* CBloomFilter::clear() methodTom Harding2014-07-211-0/+7
* Revert "CBloomFilter::clear() method"Wladimir J. van der Laan2014-07-211-7/+0
* CBloomFilter::clear() methodTom Harding2014-06-271-0/+7
* Code simplifications after CTransaction::GetHash() cachingPieter Wuille2014-06-221-1/+2
* Fix bloom filter not to use bit_maskperyaudo2014-03-201-4/+2
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-2/+4
* Performance optimization for bloom filters.Gregory Maxwell2013-08-201-2/+24
* main.h->core.h include dependency improvements.Jeff Garzik2013-06-241-1/+1
* Short-circuit bloom checking if we will always return true.Matt Corallo2013-02-241-0/+4
* Add nFlags to CBloomFilter to make filter updating optional.Matt Corallo2013-01-161-3/+13
* Add a nTweak to bloom filters to tweak the seed.Matt Corallo2013-01-161-3/+4
* Automatically add any matching outputs to a filter during matching.Matt Corallo2013-01-161-4/+16
* Replace RelayMessage with RelayTransaction.Matt Corallo2013-01-161-2/+2
* Add a CBloomFilter class for use as a transaction filter.Matt Corallo2013-01-161-0/+133