index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
alloc
/
locking_allocator
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use uintptr_t in ptr_in_pool instead of size_t as uintptr_t is now
lloyd
2012-07-13
2
-6
/
+4
*
Add deleted copy constructors/assignment operators where appropriate.
lloyd
2012-07-10
1
-0
/
+4
*
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