aboutsummaryrefslogtreecommitdiff
path: root/src/leveldbwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* leveldbwrapper file rename to dbwrapper.*Jeff Garzik2015-10-221-152/+0
* leveldbwrapper symbol rename: Remove "Level" from class, etc. namesJeff Garzik2015-10-221-19/+19
* leveldbwrapper: Remove unused .Prev(), .SeekToLast() methodsJeff Garzik2015-10-221-11/+9
* Handle obfuscation in CLevelDBIteratorJames O'Beirne2015-10-081-1/+1
* Encapsulate CLevelDB iterators cleanlyPieter Wuille2015-10-081-1/+8
* Add chainstate obfuscation to avoid spurious antivirus detectionJames O'Beirne2015-10-061-1/+59
* Handle leveldb::DestroyDB() errors on wipe failureAdam Weiss2015-08-121-1/+2
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* minor code style cleanup after recent mergesPhilip Kaufmann2014-11-041-1/+2
* Apply clang-format on some infrequently-updated filesPieter Wuille2014-09-191-5/+10
* Enable paranoid corruption checks in LevelDB >= 1.16Pieter Wuille2014-05-121-0/+5
* Wrap create_directory calls in try...catch blocks.Brandon Dahler2014-03-311-1/+1
* Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron2014-02-091-1/+1
* Remove redundant .c_str()sWladimir J. van der Laan2014-01-231-3/+3
* configure: Simplify common AM_CPPFLAGS and AM_LDFLAGS to a Makefile.commonLuke Dashjr2013-11-111-1/+1
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-3/+3
* Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}.Brandon Dahler2013-11-081-0/+77