index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
leveldbwrapper.cpp
Age
Commit message (
Expand
)
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
2015-10-08
Handle obfuscation in CLevelDBIterator
James O'Beirne
2015-10-08
Encapsulate CLevelDB iterators cleanly
Pieter Wuille
2015-10-06
Add chainstate obfuscation to avoid spurious antivirus detection
James O'Beirne
2015-08-12
Handle leveldb::DestroyDB() errors on wipe failure
Adam Weiss
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-11-04
minor code style cleanup after recent merges
Philip Kaufmann
2014-09-19
Apply clang-format on some infrequently-updated files
Pieter Wuille
2014-05-12
Enable paranoid corruption checks in LevelDB >= 1.16
Pieter Wuille
2014-03-31
Wrap create_directory calls in try...catch blocks.
Brandon Dahler
2014-02-09
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-01-23
Remove redundant .c_str()s
Wladimir J. van der Laan
2013-11-11
configure: Simplify common AM_CPPFLAGS and AM_LDFLAGS to a Makefile.common
Luke Dashjr
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-11-08
Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}.
Brandon Dahler