aboutsummaryrefslogtreecommitdiff
path: root/src/limitedmap.h
Commit message (Collapse)AuthorAgeFilesLines
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
| | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
* use std::map::erase(const_iterator, const_iterator) to get non-constant iteratorwhythat2016-08-091-2/+5
|
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|
* Disallow unlimited limited mapsCasey Rodarmor2015-08-171-8/+11
|
* Make limited map actually respect max sizeCasey Rodarmor2015-08-171-1/+1
|
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
| | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
* remove code below asserts in limitedmap.h (fixes a ToDo)Philip Kaufmann2014-09-221-9/+6
|
* Apply clang-format on some infrequently-updated filesPieter Wuille2014-09-191-11/+7
|
* add missing header end commentsPhilip Kaufmann2014-08-281-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 Dahler2013-11-101-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 Andresen2013-11-041-0/+1
|
* Add a limitedmap class similar to mrusetMatt Corallo2013-04-011-0/+100