22 Commits (80f5f28d38e59b550ab7e7465cfa48defee343a6)

Author SHA1 Message Date
Marko Bencun bb81e17355 scripted-diff: stop using the gArgs wrappers 7 years ago
practicalswift 1bcd44223c Remove the virtual specifier for functions with the override specifier 7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
Pieter Wuille 8842d1a5d4 Add undocumented -forcecompactdb to force LevelDB compactions 7 years ago
practicalswift 6e8c48dc59 Add const to methods that do not modify the object for which it is called 7 years ago
Marko Bencun 1d1ea9f096 Turn TryCreateDirectory() into TryCreateDirectories() 7 years ago
practicalswift 5a9b508279 [trivial] Add end of namespace comments 7 years ago
Wladimir J. van der Laan bac5c9cf64 Replace uses of boost::filesystem with fs 7 years ago
Wladimir J. van der Laan 7d5172d354 Replace includes of boost/filesystem.h with fs.h 7 years ago
Gregory Maxwell 6b3bb3d9ba Change LogAcceptCategory to use uint32_t rather than sets of strings. 7 years ago
NicolasDorier cfce581d11 [LevelDB] Plug leveldb logs to bitcoin logs 7 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Jorge Timón cdd79eb70f C++11: s/boost::scoped_ptr/std::unique_ptr/ 8 years ago
Wladimir J. van der Laan 869cf1234a dbwrapper: Move `HandleError` to `dbwrapper_private` 8 years ago
Wladimir J. van der Laan b69836d6ff dbwrapper: Pass parent CDBWrapper into CDBBatch and CDBIterator 8 years ago
Wladimir J. van der Laan 878bf480a3 dbwrapper: Remove CDBWrapper::GetObfuscateKeyHex 8 years ago
Wladimir J. van der Laan 74f7b1273c dbwrapper: Remove throw keywords in function signatures 8 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
Jeff Garzik 3795e8152b leveldbwrapper file rename to dbwrapper.* 9 years ago
Jeff Garzik 8587b23038 leveldbwrapper symbol rename: Remove "Level" from class, etc. names 9 years ago
Jeff Garzik 6ec4b7eb20 leveldbwrapper: Remove unused .Prev(), .SeekToLast() methods 9 years ago
James O'Beirne 0fdf8c80ee Handle obfuscation in CLevelDBIterator 9 years ago
Pieter Wuille 3499ce1e1a Encapsulate CLevelDB iterators cleanly 9 years ago
James O'Beirne 42cb388167 Add chainstate obfuscation to avoid spurious antivirus detection 9 years ago
Adam Weiss 243b80d292 Handle leveldb::DestroyDB() errors on wipe failure 9 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Philip Kaufmann b4347f6035 minor code style cleanup after recent merges 10 years ago
Pieter Wuille 20e01b1a03 Apply clang-format on some infrequently-updated files 10 years ago
Pieter Wuille cd01a5e185 Enable paranoid corruption checks in LevelDB >= 1.16 10 years ago
Brandon Dahler 2b7709dc84
Wrap create_directory calls in try...catch blocks. 10 years ago
gubatron 57702541a2 Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 11 years ago
Wladimir J. van der Laan 7d9d134bf9 Remove redundant .c_str()s 11 years ago
Luke Dashjr eb12a14da7 configure: Simplify common AM_CPPFLAGS and AM_LDFLAGS to a Makefile.common 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Brandon Dahler b64187d05f Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}. 11 years ago
Gavin Andresen 881a85a22d Replace printf with LogPrintf / LogPrint 11 years ago
Gavin Andresen b35e993200 Use HandleError() consistently to handle leveldb errors 11 years ago
Pieter Wuille 2233fc5318 Reduce number of open LevelDB files to 64 11 years ago
Pieter Wuille 421218d304 Deal with LevelDB errors 12 years ago
Pieter Wuille 7fea484674 Add -reindex, to perform in-place reindexing of block chain files 12 years ago
Pieter Wuille 1c83b0a377 Cache size optimizations 12 years ago
Pieter Wuille e1bfbab802 Add LevelDB MemEnv support 12 years ago
Pieter Wuille 43b7905e98 LevelDB glue 12 years ago