aboutsummaryrefslogtreecommitdiff
path: root/src/leveldbwrapper.h
Commit message (Collapse)AuthorAgeFilesLines
* leveldbwrapper file rename to dbwrapper.*Jeff Garzik2015-10-221-280/+0
|
* leveldbwrapper symbol rename: Remove "Level" from class, etc. namesJeff Garzik2015-10-221-24/+24
|
* leveldbwrapper: Remove unused .Prev(), .SeekToLast() methodsJeff Garzik2015-10-221-7/+5
| | | | Also, trim trailing whitespace.
* Refer to obfuscate_key via pointer in peripheral CLevelDB classesJames O'Beirne2015-10-091-10/+10
| | | | cc @sipa
* Handle obfuscation in CLevelDBIteratorJames O'Beirne2015-10-081-4/+11
|
* Encapsulate CLevelDB iterators cleanlyPieter Wuille2015-10-081-4/+61
| | | | | | | Conflicts: src/leveldb.cpp src/leveldb.h src/txdb.cpp
* Add chainstate obfuscation to avoid spurious antivirus detectionJames O'Beirne2015-10-061-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 headerssandakersmann2014-12-191-1/+1
| | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
* Convert remaining comments in /src to doxygen formatMichael Ford2014-11-211-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 clientversionCory Fields2014-10-291-0/+1
|
* boost: split stream classes out of serialize.hCory Fields2014-10-221-0/+1
| | | | serialization now has no dependencies.
* Apply clang-format on some infrequently-updated filesPieter Wuille2014-09-191-16/+31
|
* Merge pull request #4911Pieter Wuille2014-09-161-0/+1
|\ | | | | | | 611116d header include cleanup (Philip Kaufmann)
| * header include cleanupPhilip Kaufmann2014-09-141-0/+1
| | | | | | | | - ensures alphabetical ordering for includes etc. in source file headers
* | Fixing compiler warning C4101ENikS2014-09-151-1/+1
|/ | | | Github-Pull: #4856
* Mark LevelDB "Read" and "Exists" functions as const.Daniel Kraft2014-08-261-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_strR E Broadley2014-05-221-2/+2
|
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-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 Dahler2013-11-081-0/+155