aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc/alloc_mmap/mmap_mem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-145/+0
* propagate from branch 'net.randombit.botan.tls-state-machine' (head a4741cd07...lloyd2012-04-251-2/+4
|\
| * Avoid a few maintainer mode flag warnings. Remove -Weffc++ from thelloyd2012-04-201-2/+4
* | Use nullptrlloyd2011-07-121-1/+1
|/
* Write zeros in 4K blockslloyd2011-06-071-7/+9
* s/u32bit/size_t/ in alloclloyd2010-10-121-4/+16
* Use a full write instead of seek+write to create a sparselloyd2010-10-121-9/+7
* Cast the first argument to msync, munmap, mlock, and munlock to char*lloyd2010-09-071-2/+2
* Change how alloc_mmap's TemporaryFile class works. Don't exposelloyd2010-06-131-10/+17
* Make many more headers internal-only.lloyd2009-12-161-2/+2
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-13/+15
* Check the return value of lseek in the mmap allocatorlloyd2009-03-271-1/+3
* Rickard Bondesson reported on botan-devel about some problems buildinglloyd2008-12-021-8/+0
* Move allocator base code into core/, alloc_mmap to alloc/lloyd2008-09-301-0/+128