aboutsummaryrefslogtreecommitdiffstats
path: root/modules/alloc_mmap/mmap_mem.cpp
Commit message (Expand)AuthorAgeFilesLines
* This is the first checkin to net.randombit.botan.modularized, whichlloyd2008-09-281-128/+0
* Cleaner flags: define MAP_NOSYNC to zero ifndef, always use itlloyd2008-08-271-5/+5
* If MAP_NOSYNC is defined, pass it as a flag to mmap. Apparently onlloyd2008-07-171-1/+7
* Change the copyrights in all files in the Botan tree to directly reflectlloyd2008-04-101-1/+1
* Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep thelloyd2008-03-101-1/+1
* Mass update of the copyright date. Honestly I don't know why I bother,lloyd2008-02-141-1/+1
* Qualify (some) calls to functions in the global namespace using anlloyd2007-12-241-20/+18
* Avoid some C-style casts in the moduleslloyd2007-07-231-1/+1
* Bump copyright year to 2007lloyd2007-01-201-1/+1
* Use an object to prevent the leak of memory or the file descriptor iflloyd2006-08-091-19/+40
* Add an exception type specific for MemoryMapping_Allocator, simply to cutlloyd2006-08-091-9/+24
* Initial checkin1.5.6lloyd2006-05-181-0/+88