| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | 2016-12-31 | 1 | -1/+1 |
| | | | | | | | Edited via: $ contrib/devtools/copyright_header.py update . | ||||
| * | use std::map::erase(const_iterator, const_iterator) to get non-constant iterator | whythat | 2016-08-09 | 1 | -2/+5 |
| | | |||||
| * | Bump copyright headers to 2015 | MarcoFalke | 2015-12-13 | 1 | -1/+1 |
| | | |||||
| * | Disallow unlimited limited maps | Casey Rodarmor | 2015-08-17 | 1 | -8/+11 |
| | | |||||
| * | Make limited map actually respect max size | Casey Rodarmor | 2015-08-17 | 1 | -1/+1 |
| | | |||||
| * | Added "Core" to copyright headers | sandakersmann | 2014-12-19 | 1 | -1/+1 |
| | | | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | ||||
| * | remove code below asserts in limitedmap.h (fixes a ToDo) | Philip Kaufmann | 2014-09-22 | 1 | -9/+6 |
| | | |||||
| * | Apply clang-format on some infrequently-updated files | Pieter Wuille | 2014-09-19 | 1 | -11/+7 |
| | | |||||
| * | add missing header end comments | Philip Kaufmann | 2014-08-28 | 1 | -1/+1 |
| | | | | | | | - ensures a consistent usage in header files - also add a blank line after the copyright header where missing - also remove orphan new-lines at the end of some files | ||||
| * | Cleanup code using forward declarations. | Brandon Dahler | 2013-11-10 | 1 | -1/+1 |
| | | | | | | | | | | Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files. | ||||
| * | Refactor: CTxMempool class to its own txmempool.{cpp,h} | Gavin Andresen | 2013-11-04 | 1 | -0/+1 |
| | | |||||
| * | Add a limitedmap class similar to mruset | Matt Corallo | 2013-04-01 | 1 | -0/+100 |