Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the mutex classes in favor of C++0x's std::mutex and std::lock_guard | lloyd | 2009-04-01 | 4 | -11/+7 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 7 | -111/+125 |
* | Check the return value of lseek in the mmap allocator | lloyd | 2009-03-27 | 1 | -1/+3 |
* | Rickard Bondesson reported on botan-devel about some problems building | lloyd | 2008-12-02 | 1 | -8/+0 |
* | In Pooling_Allocator::get_more_core, limit in_bytes to at most 1 MiB to | lloyd | 2008-11-24 | 2 | -3/+4 |
* | Split the last parts of the 'core' module | lloyd | 2008-11-08 | 3 | -0/+31 |
* | Move allocate.h with related code in alloc | lloyd | 2008-11-08 | 1 | -0/+35 |
* | Continue to dismantle the core module (aka ball of mud), moving allocator | lloyd | 2008-11-08 | 4 | -0/+473 |
* | Add BOTAN_DLL macro to public class definitions that were missing it. | lloyd | 2008-10-09 | 1 | -1/+1 |
* | Move allocator base code into core/, alloc_mmap to alloc/ | lloyd | 2008-09-30 | 3 | -0/+181 |