Age | Commit message (Expand) | Author |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-10-15 | Remove unused includes | practicalswift |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-04-25 | [db] Create separate database for txindex. | Jim Posen |
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-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-08-16 | Declare single-argument (non-converting) constructors "explicit" | practicalswift |
2017-08-16 | Merge #9964: Add const to methods that do not modify the object for which it ... | MarcoFalke |
2017-08-07 | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in... | practicalswift |
2017-07-27 | Force on-the-fly compaction during pertxout upgrade | Pieter Wuille |
2017-07-25 | Add const to methods that do not modify the object for which it is called | practicalswift |
2017-05-26 | Report on-disk size in gettxoutsetinfo | Pieter Wuille |
2017-05-26 | Add SizeEstimate to CDBBatch | Pieter Wuille |
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-03-17 | Remove unused code | practicalswift |
2017-01-09 | Merge #9353: Add data() method to CDataStream (and use it) | Pieter Wuille |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-12-15 | dbwrapper: Use new .data() method of CDataStream | Wladimir J. van der Laan |
2016-12-14 | Batch construct batches | Pieter Wuille |
2016-11-07 | Use fixed preallocation instead of costly GetSerializeSize | Pieter Wuille |
2016-11-07 | Make GetSerializeSize a wrapper on top of CSizeComputer | Pieter Wuille |
2016-08-05 | Do not shadow members in dbwrapper | Pavel JanÃk |
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-27 | constify missing catch cases | Philip Kaufmann |
2015-10-22 | leveldbwrapper file rename to dbwrapper.* | Jeff Garzik |