index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
bloom_tests.cpp
Age
Commit message (
Expand
)
Author
2017-06-09
Remove unused Boost includes
practicalswift
2017-06-07
scripted-diff: Use new naming style for insecure_rand* functions
Pieter Wuille
2017-06-05
scripted-diff: use insecure_rand256/randrange more
Pieter Wuille
2017-01-05
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources
MarcoFalke
2017-01-02
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-02
Make CTransaction actually immutable
Pieter Wuille
2016-11-26
unification of Bloom filter representation
S. Matthew English
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
2016-04-28
More efficient bitsliced rolling Bloom filter
Pieter Wuille
2016-03-23
Add importprunedfunds rpc call
instagibbs
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-07-27
Only use randomly created nonces in CRollingBloomFilter.
Pieter Wuille
2015-07-27
Make CRollingBloomFilter set nTweak for you
Peter Todd
2015-04-30
Rolling bloom filter class
Gavin Andresen
2015-03-12
tests: add a BasicTestingSetup and apply to all tests
Wladimir J. van der Laan
2015-01-06
Merge pull request #5513
Wladimir J. van der Laan
2015-01-05
String conversions uint256 -> uint256S
Wladimir J. van der Laan
2015-01-02
namespace: drop most boost namespaces and a few header cleanups
Cory Fields
2014-12-16
Remove references to X11 licence
Michael Ford
2014-12-05
Move CMerkleBlock and CPartialMerkleTree to their own file
Matt Corallo
2014-10-29
Separate protocol versioning from clientversion
Cory Fields
2014-10-21
Fixes for missing boost tuple.hpp header include.
randy-waterhouse
2014-07-21
CBloomFilter::clear() method
Tom Harding
2014-07-21
Revert "CBloomFilter::clear() method"
Wladimir J. van der Laan
2014-07-07
test/bloom_tests: Use UL suffix for unsigned long number to ensure compatibility
Luke Dashjr
2014-06-27
CBloomFilter::clear() method
Tom Harding
2014-06-22
Code simplifications after CTransaction::GetHash() caching
Pieter Wuille
2014-03-18
Add licenses for tests and test data
Wladimir J. van der Laan
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-05-30
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2013-01-16
Add nFlags to CBloomFilter to make filter updating optional.
Matt Corallo
2013-01-16
Use CPartialMerkleTree for CMerkleBlock transactions.
Matt Corallo
2013-01-16
Add a nTweak to bloom filters to tweak the seed.
Matt Corallo
2013-01-16
Add test cases for CMerkleBlock and CBloomFilter.
Matt Corallo