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
/
lib
/
alloc
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/alloc: Convert &vec[0] to vec.data()
Daniel Seither
2015-06-20
1
-4
/
+4
*
Include correct header for getenv. GH #99
joerg
2015-05-24
1
-0
/
+1
*
Avoid putting very small values in mlock memory
lloyd
2015-03-23
1
-1
/
+3
*
Add BOTAN_NOEXCEPT macro to work around missing noexcept in VS 2013.
rcdailey
2015-03-08
1
-5
/
+5
*
Add typedefs for function signatures/types used in TLS for easier reading
lloyd
2015-01-27
1
-0
/
+2
*
Allow reducing the size of the allocated mlock pool via env variable
lloyd
2015-01-24
1
-9
/
+27
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
3
-3
/
+3
*
Various small fixes and cleanups, new is_prime util
lloyd
2014-11-03
1
-0
/
+6
*
Have clear_mem just be a plain memset and only call the (slow)
lloyd
2014-08-09
1
-1
/
+1
*
Use MADV_DONTDUMP on Linux, equiv to MAP_NOCORE on BSD
lloyd
2014-04-14
1
-1
/
+5
*
NetBSD portability fix and some performance tweaks in locking allocator
lloyd
2014-04-05
1
-1
/
+11
*
Missing include for std::to_string, noticed with Clang 3.4 w/ libc++
lloyd
2014-02-16
1
-0
/
+2
*
Move lib into src
lloyd
2014-01-10
5
-0
/
+503