Commit Graph

26 Commits (47a7666dbe385cf138fa3cc0d48bb04507d11af2)

Author SHA1 Message Date
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017
7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky)
7 years ago
practicalswift 64fb0ac016 Declare single-argument (non-converting) constructors "explicit"
7 years ago
MarcoFalke b6a48914c5
Merge #9964: Add const to methods that do not modify the object for which it is called
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 efeb273305 Force on-the-fly compaction during pertxout upgrade
7 years ago
practicalswift 6e8c48dc59 Add const to methods that do not modify the object for which it is called
7 years ago
Pieter Wuille c3aa0c1194 Report on-disk size in gettxoutsetinfo
8 years ago
Pieter Wuille e66dbde6d1 Add SizeEstimate to CDBBatch
8 years ago
Wladimir J. van der Laan bac5c9cf64 Replace uses of boost::filesystem with fs
8 years ago
Wladimir J. van der Laan 7d5172d354 Replace includes of boost/filesystem.h with fs.h
8 years ago
practicalswift 8dc957ae06 Remove unused code
8 years ago
Pieter Wuille 07fd147b9f
Merge #9353: Add data() method to CDataStream (and use it)
8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016
8 years ago
Wladimir J. van der Laan adff950fae dbwrapper: Use new .data() method of CDataStream
8 years ago
Pieter Wuille ed5896976a Batch construct batches
8 years ago
Pieter Wuille d59a518466 Use fixed preallocation instead of costly GetSerializeSize
8 years ago
Pieter Wuille 657e05ab2e Make GetSerializeSize a wrapper on top of CSizeComputer
8 years ago
Pavel Janík 4a35e0f34c Do not shadow members in dbwrapper
8 years ago
Wladimir J. van der Laan 869cf1234a dbwrapper: Move `HandleError` to `dbwrapper_private`
9 years ago
Wladimir J. van der Laan b69836d6ff dbwrapper: Pass parent CDBWrapper into CDBBatch and CDBIterator
9 years ago
Wladimir J. van der Laan 878bf480a3 dbwrapper: Remove CDBWrapper::GetObfuscateKeyHex
9 years ago
Wladimir J. van der Laan 74f7b1273c dbwrapper: Remove throw keywords in function signatures
9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015
9 years ago
Philip Kaufmann ad5aae15b4 constify missing catch cases
9 years ago
Jeff Garzik 3795e8152b leveldbwrapper file rename to dbwrapper.*
9 years ago