aboutsummaryrefslogtreecommitdiff
path: root/src/test/streams_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* net: add CVectorWriter and CNetMsgMakerCory Fields2016-11-251-0/+58
| | | | | | | CVectorWriter is useful for overwriting or appending an existing byte vector. CNetMsgMaker is a shortcut for creating messages on-the-fly which are suitable for pushing to CConnman.
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|
* Add chainstate obfuscation to avoid spurious antivirus detectionJames O'Beirne2015-10-061-0/+67
Adds an `obfuscate` parameter to `CLevelDBWrapper` and makes use of it for all new chainstate stores built via `CCoinsViewDB`. Also adds an `Xor` method to `CDataStream`. Thanks to @sipa @laanwj @pstratem @dexX7 @KyrosKrane @gmaxwell.