aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc/secmem.h
Commit message (Expand)AuthorAgeFilesLines
* Realization while thinking about the recently added truncate: in a STLlloyd2010-09-071-40/+10
* Add a simple function to MemoryRegion to truncate to a specified size.lloyd2010-09-031-0/+10
* Clang fixlloyd2010-08-081-0/+1
* Fix constructorlloyd2010-07-091-1/+1
* Argh: SecureVector's constructor needs to behave differentlylloyd2010-07-071-2/+14
* Doxygenlloyd2010-06-211-0/+9
* Replace "@return a blah" and "@return the blah" with just "@return blah"lloyd2010-06-161-10/+10
* Fix a few hundred Doxygen warningslloyd2010-06-151-2/+2
* Add a couple of small patches from Thomas Capricelli <[email protected]>lloyd2010-05-211-8/+16
* Rename SecureVector::L param to INITIAL_LEN so as to be somewhat obvious as t...lloyd2010-03-231-2/+3
* Remove SecureBuffer, which is the fixed-size variant of SecureVector.lloyd2010-03-231-38/+2
* Remove reference to no-longer existing function in docslloyd2010-03-221-6/+2
* Fix Doxygen comment for grow_tolloyd2010-03-221-4/+6
* Guard call to the allocator in deallocate() by checking if the alloclloyd2010-03-101-1/+1
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-22/+15
* Remove some Doxygen commentslloyd2009-11-171-8/+2
* Move some files around to break up dependencies between directorieslloyd2009-07-161-0/+438