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
/
test
/
bloom_tests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace test data with Dogecoin values
Ross Nicoll
2019-04-03
1
-1
/
+1
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
test: Fix sign for expected values
Karl-Johan Alm
2018-04-11
1
-1
/
+1
*
Split key_io (address/key encodings) off from base58
Pieter Wuille
2018-02-19
1
-1
/
+1
*
Replace CBitcoinSecret with {Encode,Decode}Secret
Pieter Wuille
2018-02-19
1
-4
/
+1
*
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
-14
/
+14
*
Add tests for CMerkleBlock usage with txids specified
James O'Beirne
2017-09-20
1
-8
/
+4
*
Changing &vec[0] to vec.data(), what 9804 missed
MeshCollider
2017-09-08
1
-2
/
+2
*
Remove unused Boost includes
practicalswift
2017-06-09
1
-1
/
+0
*
scripted-diff: Use new naming style for insecure_rand* functions
Pieter Wuille
2017-06-07
1
-1
/
+1
*
scripted-diff: use insecure_rand256/randrange more
Pieter Wuille
2017-06-05
1
-1
/
+1
*
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources
MarcoFalke
2017-01-05
1
-29
/
+27
|
\
|
*
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2017-01-02
1
-29
/
+27
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
|
/
*
Make CTransaction actually immutable
Pieter Wuille
2016-12-02
1
-4
/
+2
*
unification of Bloom filter representation
S. Matthew English
2016-11-26
1
-10
/
+10
*
Get rid of nType and nVersion
Pieter Wuille
2016-11-07
1
-3
/
+3
*
More efficient bitsliced rolling Bloom filter
Pieter Wuille
2016-04-28
1
-1
/
+4
*
Add importprunedfunds rpc call
instagibbs
2016-03-23
1
-9
/
+14
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
Only use randomly created nonces in CRollingBloomFilter.
Pieter Wuille
2015-07-27
1
-3
/
+3
*
Make CRollingBloomFilter set nTweak for you
Peter Todd
2015-07-27
1
-3
/
+3
*
Rolling bloom filter class
Gavin Andresen
2015-04-30
1
-0
/
+78
*
tests: add a BasicTestingSetup and apply to all tests
Wladimir J. van der Laan
2015-03-12
1
-1
/
+2
*
Merge pull request #5513
Wladimir J. van der Laan
2015-01-06
1
-1
/
+0
|
\
|
*
namespace: drop most boost namespaces and a few header cleanups
Cory Fields
2015-01-02
1
-1
/
+0
*
|
String conversions uint256 -> uint256S
Wladimir J. van der Laan
2015-01-05
1
-29
/
+29
|
/
*
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
*
Move CMerkleBlock and CPartialMerkleTree to their own file
Matt Corallo
2014-12-05
1
-1
/
+3
*
Separate protocol versioning from clientversion
Cory Fields
2014-10-29
1
-0
/
+1
*
Fixes for missing boost tuple.hpp header include.
randy-waterhouse
2014-10-21
1
-0
/
+1
*
CBloomFilter::clear() method
Tom Harding
2014-07-21
1
-0
/
+4
*
Revert "CBloomFilter::clear() method"
Wladimir J. van der Laan
2014-07-21
1
-4
/
+0
*
test/bloom_tests: Use UL suffix for unsigned long number to ensure compatibility
Luke Dashjr
2014-07-07
1
-1
/
+1
*
CBloomFilter::clear() method
Tom Harding
2014-06-27
1
-0
/
+4
*
Code simplifications after CTransaction::GetHash() caching
Pieter Wuille
2014-06-22
1
-13
/
+13
*
Add licenses for tests and test data
Wladimir J. van der Laan
2014-03-18
1
-0
/
+4
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-5
/
+9
*
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2013-05-30
1
-6
/
+5
*
Add nFlags to CBloomFilter to make filter updating optional.
Matt Corallo
2013-01-16
1
-22
/
+118
*
Use CPartialMerkleTree for CMerkleBlock transactions.
Matt Corallo
2013-01-16
1
-57
/
+78
*
Add a nTweak to bloom filters to tweak the seed.
Matt Corallo
2013-01-16
1
-20
/
+48
*
Add test cases for CMerkleBlock and CBloomFilter.
Matt Corallo
2013-01-16
1
-0
/
+302