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
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-07-24
1
-1
/
+1
*
replace modulus with FastMod
Martin Ankerl
2018-05-06
1
-2
/
+11
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-8
/
+8
*
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-22
1
-1
/
+0
*
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
1
-1
/
+1
*
Merge #9750: Bloomfilter: parameter variables made constant
Wladimir J. van der Laan
2017-05-18
1
-4
/
+4
|
\
|
*
param variables made const
ロハン ダル
2017-02-13
1
-4
/
+4
*
|
Fix msvc compiler error C4146 (minus operator applied to unsigned type)
kobake
2017-03-07
1
-2
/
+2
|
/
*
Refactor: Remove using namespace <xxx> from src/*.cpp.
Karl-Johan Alm
2017-01-27
1
-15
/
+13
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
trivial: fix bloom filter init to isEmpty = true
Robert McLaughlin
2016-11-01
1
-1
/
+1
*
Do not shadow variables
Pavel Janík
2016-09-27
1
-4
/
+4
*
More efficient bitsliced rolling Bloom filter
Pieter Wuille
2016-04-28
1
-13
/
+27
*
Merge pull request #7205
Wladimir J. van der Laan
2016-01-05
1
-1
/
+1
|
\
|
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
|
Switch to a more efficient rolling Bloom filter
Pieter Wuille
2015-11-28
1
-24
/
+53
|
/
*
Only use randomly created nonces in CRollingBloomFilter.
Pieter Wuille
2015-07-27
1
-7
/
+6
*
Make CRollingBloomFilter set nTweak for you
Peter Todd
2015-07-27
1
-4
/
+15
*
Reuse vector hashing code for uint256
Pieter Wuille
2015-07-27
1
-14
/
+4
*
Add uint256 support to CRollingBloomFilter
Peter Todd
2015-07-27
1
-0
/
+22
*
Rolling bloom filter class
Gavin Andresen
2015-04-30
1
-16
/
+67
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
MOVEONLY: core/ -> primitives/
Luke Dashjr
2014-12-03
1
-1
/
+1
*
Convert remaining comments in /src to doxygen format
Michael Ford
2014-11-21
1
-8
/
+12
*
boost: moveonly: split CPubKey and friends to new files
Cory Fields
2014-10-31
1
-0
/
+1
*
MOVEONLY: Separate CTransaction and dependencies from core
jtimon
2014-10-27
1
-1
/
+1
*
boost: split stream classes out of serialize.h
Cory Fields
2014-10-22
1
-0
/
+1
*
Separate script/standard
jtimon
2014-09-08
1
-1
/
+2
*
Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
jtimon
2014-09-08
1
-1
/
+1
*
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