aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/alloc/secmem.h
Commit message (Expand)AuthorAgeFilesLines
* Remove alloc module; move secmem.h to base and locking_allocator to utilsJack Lloyd2015-08-291-205/+0
* Make the equality operators standard-compliant.bogdan2015-08-291-4/+4
* Add template constructor to secure_allocatorbogdan2015-08-051-0/+3
* More changes for use with debug STLSimon Warta2015-06-301-5/+20
* lib/alloc: Convert &vec[0] to vec.data()Daniel Seither2015-06-201-4/+4
* Add BOTAN_NOEXCEPT macro to work around missing noexcept in VS 2013.rcdailey2015-03-081-5/+5
* Add typedefs for function signatures/types used in TLS for easier readinglloyd2015-01-271-0/+2
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Have clear_mem just be a plain memset and only call the (slow)lloyd2014-08-091-1/+1
* Move lib into srclloyd2014-01-101-0/+185