Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set poolsize to zero on failure. Set m_pool to null if mmap fails | lloyd | 2012-06-26 | 1 | -0/+6 |
* | Compile fix | lloyd | 2012-06-11 | 1 | -1/+1 |
* | Avoid integer overflows in calls to the mlock allocator, changing the | lloyd | 2012-06-11 | 2 | -18/+42 |
* | Call clear_mem instead of memset directly | lloyd | 2012-05-30 | 1 | -5/+5 |
* | Only build the mlock allocator on Linux, *BSD, or Solaris. | lloyd | 2012-05-26 | 1 | -0/+8 |
* | Two more locking_allocator bugs. In allocate, we did not set | lloyd | 2012-05-25 | 1 | -5/+9 |
* | Fix alignment again and add assert checks so we don't mess up again. | lloyd | 2012-05-25 | 1 | -4/+30 |
* | For block and stream ciphers, don't set the size of the key vectors | lloyd | 2012-05-25 | 1 | -0/+8 |
* | Instead of a map of start->length for recording the free list use a | lloyd | 2012-05-24 | 2 | -33/+44 |
* | Properly align return values of mlock_allocator. Be more careful about | lloyd | 2012-05-22 | 1 | -13/+34 |
* | Remove a debug call in secmem.h. | lloyd | 2012-05-22 | 3 | -0/+206 |