aboutsummaryrefslogtreecommitdiff
path: root/src/allocators.h
Commit message (Collapse)AuthorAgeFilesLines
* Handle locked pages more robustly (Fixes issue #1462)Wladimir J. van der Laan2012-08-231-15/+150
| | | | | | | Memory locks do not stack, that is, pages which have been locked several times by calls to mlock() will be unlocked by a single call to munlock(). This can result in keying material ending up in swap when those functions are used naively. In this commit a class "LockedPageManager" is added that simulates stacking memory locks by keeping a counter per page.
* Update comment about secure_allocator<>Pieter Wuille2012-06-081-1/+0
|
* Update License in File HeadersFordy2012-05-181-1/+1
| | | | | | I originally created a pull to replace the "COPYING" in crypter.cpp and crypter.h, but it turned out that COPYING was actually the correct file.
* Add missing includes. (Fix bulding under GCC 4.7)Timothy Redaelli2012-04-201-0/+1
|
* Remove headers.hPieter Wuille2012-04-171-0/+3
|
* remove dependency on serialize.h and util.h for SecureStringWladimir J. van der Laan2012-04-041-0/+119