| Commit message (Expand) | Author | Age | Files | Lines |
* | Split up definitions so it is easer to remove functions I want to remove. | lloyd | 2010-09-13 | 1 | -19/+21 |
* | Don't expose init (protected) with a using directive | lloyd | 2010-09-13 | 1 | -8/+6 |
* | Remove constructors of MemoryVector and SecureVector that took two | lloyd | 2010-09-13 | 1 | -18/+0 |
* | More vector->pointer conversion removals. | lloyd | 2010-09-13 | 1 | -0/+7 |
* | Anywhere where we use MemoryRegion::begin to get access to the raw pointer | lloyd | 2010-09-13 | 1 | -26/+27 |
* | Use a true lexicographic ordering in MemoryRegion::operator< | lloyd | 2010-09-09 | 1 | -8/+11 |
* | Rename MemoryRegion::destroy to MemoryRegion::clear to match STL | lloyd | 2010-09-08 | 1 | -1/+1 |
* | Big, invasive but mostly automated change, with a further attempt at | lloyd | 2010-09-07 | 1 | -20/+26 |
* | Realization while thinking about the recently added truncate: in a STL | lloyd | 2010-09-07 | 1 | -40/+10 |
* | Cast the first argument to msync, munmap, mlock, and munlock to char* | lloyd | 2010-09-07 | 1 | -2/+2 |
* | Add a simple function to MemoryRegion to truncate to a specified size. | lloyd | 2010-09-03 | 1 | -0/+10 |
* | Clang fix | lloyd | 2010-08-08 | 1 | -0/+1 |
* | Fix constructor | lloyd | 2010-07-09 | 1 | -1/+1 |
* | Argh: SecureVector's constructor needs to behave differently | lloyd | 2010-07-07 | 1 | -2/+14 |
* | Doxygen | lloyd | 2010-06-21 | 4 | -3/+21 |
* | Doxygen | lloyd | 2010-06-21 | 1 | -3/+31 |
* | Replace "@return a blah" and "@return the blah" with just "@return blah" | lloyd | 2010-06-16 | 1 | -10/+10 |
* | More Doxygen fixes | lloyd | 2010-06-15 | 4 | -8/+11 |
* | Fix a few hundred Doxygen warnings | lloyd | 2010-06-15 | 1 | -2/+2 |
* | Change how alloc_mmap's TemporaryFile class works. Don't expose | lloyd | 2010-06-13 | 1 | -10/+17 |
* | Add a couple of small patches from Thomas Capricelli <[email protected]> | lloyd | 2010-05-21 | 1 | -8/+16 |
* | Rename SecureVector::L param to INITIAL_LEN so as to be somewhat obvious as t... | lloyd | 2010-03-23 | 1 | -2/+3 |
* | Remove SecureBuffer, which is the fixed-size variant of SecureVector. | lloyd | 2010-03-23 | 1 | -38/+2 |
* | Remove reference to no-longer existing function in docs | lloyd | 2010-03-22 | 1 | -6/+2 |
* | Fix Doxygen comment for grow_to | lloyd | 2010-03-22 | 1 | -4/+6 |
* | Guard call to the allocator in deallocate() by checking if the alloc | lloyd | 2010-03-10 | 1 | -1/+1 |
* | Clean up exceptions. Remove some unused ones like Config_Error. Make | lloyd | 2010-01-05 | 2 | -14/+1 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 9 | -15/+39 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 3 | -18/+2 |
* | Move most code that relies heavily on Filters into src/filters. | lloyd | 2009-11-17 | 1 | -6/+0 |
* | Rename/remove some secmem member variables for better matching with STL | lloyd | 2009-11-17 | 1 | -22/+15 |
* | Remove some Doxygen comments | lloyd | 2009-11-17 | 1 | -8/+2 |
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 4 | -8/+0 |
* | Remove all exception specifications. The way these are designed in C++ is | lloyd | 2009-10-22 | 2 | -6/+6 |
* | Split up util.h into 3 files | lloyd | 2009-09-17 | 1 | -1/+1 |
* | Move memory locking function decls to mlock.h | lloyd | 2009-09-17 | 1 | -1/+1 |
* | Add support for Dragonfly BSD (a fork of FreeBSD). | lloyd | 2009-07-25 | 1 | -0/+1 |
* | Move some files around to break up dependencies between directories | lloyd | 2009-07-16 | 2 | -0/+439 |
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 3 | -8/+13 |
* | 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 |