60 Commits (0.16)

Author SHA1 Message Date
Luke Dashjr 18b0c69e2f
Bugfix: Include <memory> for std::unique_ptr 6 years ago
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
Dan Raviv 2a07f878a8 Refactor: Modernize disallowed copy constructors/assignment 7 years ago
MeshCollider 731065b114 Consistent parameter names in txdb.h 7 years ago
practicalswift 64fb0ac016 Declare single-argument (non-converting) constructors "explicit" 7 years ago
Cory Fields 9a1675ee5b optim: mark a few classes final 7 years ago
practicalswift aa95947ded Use the override specifier (C++11) where we expect to be overriding the virtual function of a base class 7 years ago
Pieter Wuille 0580ee08ff Adapt memory usage estimation for flushing 7 years ago
Pieter Wuille 013a56aa1a Non-atomic flushing using the blockchain as replay journal 7 years ago
Pieter Wuille 589827975f scripted-diff: various renames for per-utxo consistency 7 years ago
Pieter Wuille 8b25d2c0ce Upgrade from per-tx database to per-txout 7 years ago
Pieter Wuille b2af357f39 Reduce reserved memory space for flushing 7 years ago
Pieter Wuille 5083079688 Switch CCoinsView and chainstate db from per-txid to per-txout 7 years ago
Pieter Wuille c3aa0c1194 Report on-disk size in gettxoutsetinfo 7 years ago
Jorge Timón b324b28209
Globals: Pass Consensus::Params through CBlockTreeDB::LoadBlockIndexGuts() 7 years ago
practicalswift 1b936f5926 Replace boost::function with std::function (C++11) 7 years ago
Alex Morcos 1b55e07b7a Make threshold for flushing more conservative. 7 years ago
Alex Morcos f33afd3b2b Lower default memory footprint slightly 7 years ago
Alex Morcos 5b95a190e8 Make pcoinsTip memory calculations consistent 7 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Pieter Wuille 528472111b Get rid of nType and nVersion 8 years ago
Jorge Timón cdd79eb70f C++11: s/boost::scoped_ptr/std::unique_ptr/ 8 years ago
Wladimir J. van der Laan 32cab91278 Bump `-dbcache` default to 300MiB 8 years ago
Wladimir J. van der Laan 99e70751f2 Break circular dependency main ↔ txdb 8 years ago
Wladimir J. van der Laan 509cb006d5 txdb: Add Cursor() method to CCoinsView to iterate over UTXO set 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
Pieter Wuille b3ed4236be Cache tweak and logging improvements 9 years ago
Michael Ford 63e4c9cd35 Fix clang compile warnings intriduced in #5681 9 years ago
Jorge Timón 8a893c949b Includes: Do not include main.h from any other header 9 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Pieter Wuille 63d1ae5556 Do all block index writes in a batch 10 years ago
Michael Ford fa94b9d562
Convert remaining comments in /src to doxygen format 10 years ago
Pavel Janík 84738627ce Fix all header defines 10 years ago
Pieter Wuille c9d1a81ce7 Get rid of CCoinsView's SetCoins and SetBestBlock. 10 years ago
Daniel Kraft a3dc587a62 Make appropriate getter-routines "const" in CCoinsView. 10 years ago
Pieter Wuille b0875eb3fe Allow BatchWrite to destroy its input, reducing copying 10 years ago
Wladimir J. van der Laan dd638dd712
typedef std::map<uint256, CCoins> to CCoinsMap 10 years ago
Pieter Wuille df9eb5e14f Move {Get,Set}Compact from bignum to uint256 10 years ago
Wladimir J. van der Laan ad54a9b83f Change new constants in txdb.h to int64_t 11 years ago
Philip Kaufmann 82e96006ae add constants for shared (GUI/core) -dbcache settings 11 years ago
Pieter Wuille 84674082b0 Make CCoinsView use block hashes instead of indices 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
Pieter Wuille 85eb2cef33 Do not use the redundant BestInvalidWork record in the block database. 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
Pieter Wuille 8fdc94cc8f Rename database directories 12 years ago
Pieter Wuille f369d02c51 Various performance tweaks to CCoinsView 12 years ago