aboutsummaryrefslogtreecommitdiff
path: root/src/limitedmap.h
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-24scripted-diff: Remove trailing whitespacesJoão Barbosa
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-08-09use std::map::erase(const_iterator, const_iterator) to get non-constant iteratorwhythat
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-08-17Disallow unlimited limited mapsCasey Rodarmor
2015-08-17Make limited map actually respect max sizeCasey Rodarmor
2014-12-19Added "Core" to copyright headerssandakersmann
2014-09-22remove code below asserts in limitedmap.h (fixes a ToDo)Philip Kaufmann
2014-09-19Apply clang-format on some infrequently-updated filesPieter Wuille
2014-08-28add missing header end commentsPhilip Kaufmann
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-11-04Refactor: CTxMempool class to its own txmempool.{cpp,h}Gavin Andresen
2013-04-01Add a limitedmap class similar to mrusetMatt Corallo