Age | Commit message (Expand) | Author |
2018-03-06 | Add DynamicMemoryUsage() to LevelDB | Evan Klitzke |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-12-12 | Merge #10574: Remove includes in .cpp files for things the corresponding .h f... | Wladimir J. van der Laan |
2017-11-30 | Prefix leveldb debug logging | Wladimir J. van der Laan |
2017-11-16 | Remove includes in .cpp files for things the corresponding .h file already in... | practicalswift |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-09-04 | Merge #10701: Remove the virtual specifier for functions with the override sp... | MarcoFalke |
2017-08-16 | Merge #9964: Add const to methods that do not modify the object for which it ... | MarcoFalke |
2017-08-14 | scripted-diff: stop using the gArgs wrappers | Marko Bencun |
2017-08-09 | Remove the virtual specifier for functions with the override specifier | practicalswift |
2017-08-07 | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in... | practicalswift |
2017-08-03 | Add undocumented -forcecompactdb to force LevelDB compactions | Pieter Wuille |
2017-07-25 | Add const to methods that do not modify the object for which it is called | practicalswift |
2017-06-26 | Merge #9544: [trivial] Add end of namespace comments. Improve consistency. | Wladimir J. van der Laan |
2017-06-14 | Turn TryCreateDirectory() into TryCreateDirectories() | Marko Bencun |
2017-05-31 | [trivial] Add end of namespace comments | practicalswift |
2017-04-03 | Replace uses of boost::filesystem with fs | Wladimir J. van der Laan |
2017-04-03 | Replace includes of boost/filesystem.h with fs.h | Wladimir J. van der Laan |
2017-04-01 | Change LogAcceptCategory to use uint32_t rather than sets of strings. | Gregory Maxwell |
2017-03-16 | [LevelDB] Plug leveldb logs to bitcoin logs | NicolasDorier |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-09-01 | C++11: s/boost::scoped_ptr/std::unique_ptr/ | Jorge Timón |
2016-04-23 | dbwrapper: Move `HandleError` to `dbwrapper_private` | Wladimir J. van der Laan |
2016-04-23 | dbwrapper: Pass parent CDBWrapper into CDBBatch and CDBIterator | Wladimir J. van der Laan |
2016-04-23 | dbwrapper: Remove CDBWrapper::GetObfuscateKeyHex | Wladimir J. van der Laan |
2016-04-23 | dbwrapper: Remove throw keywords in function signatures | Wladimir J. van der Laan |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke |
2015-10-22 | leveldbwrapper file rename to dbwrapper.* | Jeff Garzik |