Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/u32bit/size_t/ in utils | lloyd | 2010-10-13 | 1 | -2/+2 |
| | |||||
* | At startup, test if lock_mem() at least seems to work. If it doesn't, | lloyd | 2010-03-13 | 1 | -0/+5 |
| | | | | | immediately fall back the the plain malloc-based allocator, which is typically quite a bit faster. | ||||
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | Fixes for the amalgamation generator for internal headers. Remove BOTAN_DLL exporting macros from all internal-only headers; the classes/functions there don't need to be exported, and avoiding the PIC/GOT indirection can be a big win. Add missing BOTAN_DLLs where necessary, mostly gfpmath and cvc For GCC, use -fvisibility=hidden and set BOTAN_DLL to the visibility __attribute__ to export those classes/functions. | ||||
* | Move memory locking function decls to mlock.h | lloyd | 2009-09-17 | 1 | -0/+32 |
Inline round_up and round_down |