index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bloom.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Discover some missing includes
jtimon
2014-09-02
1
-0
/
+2
*
CBloomFilter::clear() method
Tom Harding
2014-07-21
1
-0
/
+7
*
Revert "CBloomFilter::clear() method"
Wladimir J. van der Laan
2014-07-21
1
-7
/
+0
*
CBloomFilter::clear() method
Tom Harding
2014-06-27
1
-0
/
+7
*
Code simplifications after CTransaction::GetHash() caching
Pieter Wuille
2014-06-22
1
-1
/
+2
*
Fix bloom filter not to use bit_mask
peryaudo
2014-03-20
1
-4
/
+2
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-2
/
+4
*
Performance optimization for bloom filters.
Gregory Maxwell
2013-08-20
1
-2
/
+24
*
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
*
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