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