| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | leveldbwrapper file rename to dbwrapper.* | Jeff Garzik | 2015-10-22 | 1 | -280/+0 |
| | | |||||
| * | leveldbwrapper symbol rename: Remove "Level" from class, etc. names | Jeff Garzik | 2015-10-22 | 1 | -24/+24 |
| | | |||||
| * | leveldbwrapper: Remove unused .Prev(), .SeekToLast() methods | Jeff Garzik | 2015-10-22 | 1 | -7/+5 |
| | | | | | Also, trim trailing whitespace. | ||||
| * | Refer to obfuscate_key via pointer in peripheral CLevelDB classes | James O'Beirne | 2015-10-09 | 1 | -10/+10 |
| | | | | | cc @sipa | ||||
| * | Handle obfuscation in CLevelDBIterator | James O'Beirne | 2015-10-08 | 1 | -4/+11 |
| | | |||||
| * | Encapsulate CLevelDB iterators cleanly | Pieter Wuille | 2015-10-08 | 1 | -4/+61 |
| | | | | | | | | Conflicts: src/leveldb.cpp src/leveldb.h src/txdb.cpp | ||||
| * | Add chainstate obfuscation to avoid spurious antivirus detection | James O'Beirne | 2015-10-06 | 1 | -4/+49 |
| | | | | | | | | | 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. | ||||
| * | Added "Core" to copyright headers | sandakersmann | 2014-12-19 | 1 | -1/+1 |
| | | | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | ||||
| * | Convert remaining comments in /src to doxygen format | Michael Ford | 2014-11-21 | 1 | -10/+10 |
| | | | | | | | | | | | - Update comments in checkpoints to be doxygen compatible - Update comments in checkqueue to be doxygen compatible - Update coins to be doxygen compatible - Fix comment typo in crypter.h - Update licenses/copyright dates Closes #5325 #5184 #5183 #5182 | ||||
| * | Separate protocol versioning from clientversion | Cory Fields | 2014-10-29 | 1 | -0/+1 |
| | | |||||
| * | boost: split stream classes out of serialize.h | Cory Fields | 2014-10-22 | 1 | -0/+1 |
| | | | | | serialization now has no dependencies. | ||||
| * | Apply clang-format on some infrequently-updated files | Pieter Wuille | 2014-09-19 | 1 | -16/+31 |
| | | |||||
| * | Merge pull request #4911 | Pieter Wuille | 2014-09-16 | 1 | -0/+1 |
| |\ | | | | | | | 611116d header include cleanup (Philip Kaufmann) | ||||
| | * | header include cleanup | Philip Kaufmann | 2014-09-14 | 1 | -0/+1 |
| | | | | | | | | | - ensures alphabetical ordering for includes etc. in source file headers | ||||
| * | | Fixing compiler warning C4101 | ENikS | 2014-09-15 | 1 | -1/+1 |
| |/ | | | | Github-Pull: #4856 | ||||
| * | Mark LevelDB "Read" and "Exists" functions as const. | Daniel Kraft | 2014-08-26 | 1 | -2/+2 |
| | | | | | | Mark the "Read" and "Exists" functions in CLevelDBWrapper as "const". They do not change anything in the DB, by definition. | ||||
| * | Remove redundant c_str | R E Broadley | 2014-05-22 | 1 | -2/+2 |
| | | |||||
| * | Cleanup code using forward declarations. | Brandon Dahler | 2013-11-10 | 1 | -2/+2 |
| | | | | | | | | | | 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. | ||||
| * | Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}. | Brandon Dahler | 2013-11-08 | 1 | -0/+155 |