Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
This reverts commit 8fbf03995df9a2003be603be1a930bc3373d56e0. | |||
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 | |
- Add license headers to source files (years based on commit dates) in `src/test` as well as `qa` - Add `README.md` to `src/test/data` specifying MIT license Fixes #3848 | |||
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler | |
Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files. | |||
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 | |