Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | |
Edited via: $ contrib/devtools/copyright_header.py update . | |||
2016-08-09 | use std::map::erase(const_iterator, const_iterator) to get non-constant iterator | whythat | |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-08-17 | Disallow unlimited limited maps | Casey Rodarmor | |
2015-08-17 | Make limited map actually respect max size | Casey Rodarmor | |
2014-12-19 | Added "Core" to copyright headers | sandakersmann | |
Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | |||
2014-09-22 | remove code below asserts in limitedmap.h (fixes a ToDo) | Philip Kaufmann | |
2014-09-19 | Apply clang-format on some infrequently-updated files | Pieter Wuille | |
2014-08-28 | add missing header end comments | Philip Kaufmann | |
- 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 | |||
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler | |
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. | |||
2013-11-04 | Refactor: CTxMempool class to its own txmempool.{cpp,h} | Gavin Andresen | |
2013-04-01 | Add a limitedmap class similar to mruset | Matt Corallo | |