aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc
Commit message (Expand)AuthorAgeFilesLines
* Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-052-14/+1
* Make many more headers internal-only.lloyd2009-12-169-15/+39
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-163-18/+2
* Move most code that relies heavily on Filters into src/filters.lloyd2009-11-171-6/+0
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-22/+15
* Remove some Doxygen commentslloyd2009-11-171-8/+2
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-294-8/+0
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-222-6/+6
* Split up util.h into 3 fileslloyd2009-09-171-1/+1
* Move memory locking function decls to mlock.hlloyd2009-09-171-1/+1
* 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