Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |