index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
limitedmap.h
Age
Commit message (
Expand
)
Author
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-24
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
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
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
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
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