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
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge GH #1864 Use thread pool for XMSS signatures
Jack Lloyd
2019-03-28
1
-0
/
+2
|
\
|
*
Use the global thread pool for XMSS signatures
Jack Lloyd
2019-03-26
1
-0
/
+2
*
|
Rename 'darwin' target to 'macos'
Jack Lloyd
2019-03-27
4
-9
/
+9
|
/
*
Avoid a warning when building in single file amalgamation mode
Jack Lloyd
2019-03-13
1
-1
/
+1
*
Fix Coverity warnings
Jack Lloyd
2019-03-07
2
-20
/
+38
*
Prevent a warning with old GCC
Jack Lloyd
2019-02-27
1
-4
/
+5
*
Add additional annotations for malloc functions
Jack Lloyd
2019-02-17
1
-1
/
+1
*
Build fixes for GNU/Hurd
Jack Lloyd
2019-02-04
1
-0
/
+1
*
Merge GH #1819 Add Thread_Pool and use it for running tests
Jack Lloyd
2019-01-31
5
-14
/
+212
|
\
|
*
Add a thread pool
Jack Lloyd
2019-01-31
5
-14
/
+212
*
|
Have set_mem only work for bytes
Jack Lloyd
2019-01-31
1
-4
/
+3
|
/
*
Refactor CPUID to make it thread safe
Jack Lloyd
2019-01-30
6
-48
/
+76
*
Compile fix
Jack Lloyd
2019-01-30
2
-2
/
+2
*
Use std::mutex instead of mutex_type here
Jack Lloyd
2019-01-30
4
-8
/
+8
*
Make the Memory_Pool MMU operations a compile time option
Jack Lloyd
2019-01-22
1
-4
/
+16
*
Rename Integrity_Failure to Invalid_Authentication_Tag
Jack Lloyd
2019-01-18
2
-5
/
+22
*
Remove use of std::filesystem / boost::filesystem
Jack Lloyd
2019-01-17
2
-69
/
+8
*
Define BOTAN_IF_CONSTEXPR
Jack Lloyd
2019-01-17
4
-8
/
+25
*
Merge GH #1808 Add sandbox feature to CLI
Jack Lloyd
2019-01-14
1
-0
/
+1
|
\
|
*
Sandboxing feature from CLI pov.
David Carlier
2019-01-14
2
-24
/
+0
|
*
Proposal of sandboxing feature.
David Carlier
2019-01-06
2
-0
/
+25
*
|
Remove unused fields
Jack Lloyd
2019-01-13
1
-3
/
+0
*
|
Remove trailing whitespace
Jack Lloyd
2019-01-13
1
-1
/
+1
|
/
*
Revert #1798
Jack Lloyd
2019-01-05
1
-4
/
+14
*
Add a fast range check and inline some things
Jack Lloyd
2019-01-05
2
-78
/
+89
*
Split up allocations into pages
Jack Lloyd
2019-01-05
6
-169
/
+188
*
New Memory_Pool implementation
Jack Lloyd
2019-01-04
3
-131
/
+335
*
Add VC 2019 preview build
Jack Lloyd
2019-01-02
2
-2
/
+1
*
Merge GH #1803 XLC fixes
Jack Lloyd
2019-01-01
4
-10
/
+18
|
\
|
*
Clean up define for inline asm
Jack Lloyd
2018-12-31
2
-3
/
+7
|
*
Use __builtin_bswapN builtins on XLC
Jack Lloyd
2018-12-31
1
-4
/
+4
|
*
Fixes for XLC
Jack Lloyd
2018-12-31
1
-1
/
+1
|
*
Fix generic 32-bit bswap
Jack Lloyd
2018-12-31
1
-2
/
+6
*
|
Fix MSVC warnings
Jack Lloyd
2018-12-31
1
-1
/
+1
|
/
*
Add a fuzzer for Memory_Pool
Jack Lloyd
2018-12-29
1
-1
/
+1
*
Improve PBKDF self-tuning
Jack Lloyd
2018-12-29
1
-2
/
+6
*
Add OS::read_env_variable
Jack Lloyd
2018-12-29
2
-8
/
+21
*
Use posix_memalign instead of mmap for creating the locking pool
Jack Lloyd
2018-12-28
1
-17
/
+9
*
Make bigint_sub_abs const time
Jack Lloyd
2018-12-27
1
-0
/
+23
*
Another try at silencing Coverity on this
Jack Lloyd
2018-12-23
1
-1
/
+1
*
Initialize System_Error::m_error_code
Jack Lloyd
2018-12-23
1
-1
/
+2
*
Avoid double return of unique_ptr
Jack Lloyd
2018-12-23
1
-1
/
+3
*
Rename OS::get_processor_timestamp to OS::get_cpu_cycle_counter
Jack Lloyd
2018-12-23
3
-6
/
+7
*
Now Timer does not need to include an internal header
Jack Lloyd
2018-12-23
1
-1
/
+0
*
De-inline more of Timer
Jack Lloyd
2018-12-23
2
-41
/
+37
*
Make significant_words const time also
Jack Lloyd
2018-12-23
1
-36
/
+21
*
In Timer, grab CPU clock first
Jack Lloyd
2018-12-23
1
-9
/
+9
*
Remove now incorrect comment
Jack Lloyd
2018-12-22
1
-5
/
+0
*
Make high_bit and ctz actually const time
Jack Lloyd
2018-12-22
1
-3
/
+3
*
Promote ct_is_zero and expand_top_bit to bit_ops.h
Jack Lloyd
2018-12-22
2
-10
/
+21
[next]