aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 0ac5a29496b4e50775827d9655c...lloyd2009-11-175-18/+10
|\
| * propagate from branch 'net.randombit.botan' (head cfb19182987fc95b2a8885584a3...lloyd2009-11-171-30/+17
| |\
| * | Use auto for long iterator names, etc.lloyd2009-11-161-3/+3
| * | propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-025-15/+7
| |\ \
| | * \ propagate from branch 'net.randombit.botan' (head 92e05ab242e4b6998d685961c53...lloyd2009-09-172-2/+2
| | |\ \
| | * | | Remove dep on mutex module (doesn't exist here). Use initializer list in libs...lloyd2009-09-111-4/+0
| | * | | propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573...lloyd2009-09-084-11/+7
| | |\ \ \
| | | * \ \ propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388...lloyd2009-07-215-8/+452
| | | |\ \ \
| | | * | | | Remove the mutex classes in favor of C++0x's std::mutex and std::lock_guardlloyd2009-04-014-11/+7
* | | | | | | 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