aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc
Commit message (Expand)AuthorAgeFilesLines
* Add support for Dragonfly BSD (a fork of FreeBSD).lloyd2009-07-251-0/+1
* Move some files around to break up dependencies between directorieslloyd2009-07-162-0/+439
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-153-8/+13
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-307-111/+125
* 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
* In Pooling_Allocator::get_more_core, limit in_bytes to at most 1 MiB tolloyd2008-11-242-3/+4
* Split the last parts of the 'core' modulelloyd2008-11-083-0/+31
* Move allocate.h with related code in alloclloyd2008-11-081-0/+35
* Continue to dismantle the core module (aka ball of mud), moving allocatorlloyd2008-11-084-0/+473
* Add BOTAN_DLL macro to public class definitions that were missing it.lloyd2008-10-091-1/+1
* Move allocator base code into core/, alloc_mmap to alloc/lloyd2008-09-303-0/+181