| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make appropriate getter-routines "const" in CCoinsView. | Daniel Kraft | 2014-08-26 | 1 | -17/+27 |
| | | | | | Mark the "Get"/"Have" routines in CCoinsView and subclasses as "const". | ||||
| * | Allow BatchWrite to destroy its input, reducing copying | Pieter Wuille | 2014-08-24 | 1 | -7/+9 |
| | | |||||
| * | Merge pull request #4505 | Wladimir J. van der Laan | 2014-07-15 | 1 | -1/+6 |
| |\ | | | | | | | d4d3fbd Do not flush the cache after every block outside of IBD (Pieter Wuille) | ||||
| | * | Do not flush the cache after every block outside of IBD | Pieter Wuille | 2014-07-11 | 1 | -1/+6 |
| | | | |||||
| * | | Use unordered_map for CCoinsViewCache with salted hash | Pieter Wuille | 2014-07-14 | 1 | -2/+6 |
| |/ | |||||
| * | typedef std::map<uint256, CCoins> to CCoinsMap | Wladimir J. van der Laan | 2014-07-01 | 1 | -8/+8 |
| | | | | | | | | This makes it possible to switch to a more efficient map type without changing all occurences manually. Merges half of #4413. | ||||
| * | Add verbose boolean to getrawmempool | Gavin Andresen | 2013-11-30 | 1 | -0/+16 |
| | | | | | | Also changes mempool to store CTxMemPoolEntries to keep track of when they enter/exit the pool. | ||||
| * | Move CCoins-related logic to coins.{cpp.h} | Pieter Wuille | 2013-11-10 | 1 | -0/+180 |