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
*
Avoid code that triggers problems under GCC 8
Jack Lloyd
2018-03-18
1
-1
/
+1
*
Fix CPUID::has_cpuid_bit
Jack Lloyd
2018-03-17
1
-1
/
+3
*
Avoid creating stringstream unless needed in version check
Jack Lloyd
2018-03-17
1
-3
/
+3
*
Avoid unused arg warning in PowerPC CPUID code
Jack Lloyd
2018-03-17
1
-0
/
+2
*
Avoid a problematic construct for AltiVec byteswap
Jack Lloyd
2018-03-16
1
-3
/
+8
*
Use RtlGenRandom instead of CryptoAPI
Jack Lloyd
2018-03-14
1
-1
/
+1
*
Add a facility for debug-mode assertions
Jack Lloyd
2018-03-14
1
-6
/
+17
*
Split out the memory pool logic
Jack Lloyd
2018-03-09
6
-161
/
+282
*
Add OS::system_page_size
Jack Lloyd
2018-03-09
2
-4
/
+25
*
Small fiddly optimizations in locking_allocator
Jack Lloyd
2018-03-08
1
-5
/
+6
*
Support 1024-bit inputs in poly_double function
Jack Lloyd
2018-03-06
2
-14
/
+36
*
Correctly read the POWER cycle counter
Jack Lloyd
2018-03-06
1
-8
/
+11
*
Ensure exception types are exported from DLL
Jack Lloyd
2018-03-06
1
-1
/
+1
*
Use BOTAN_DEFAULT_BUFFER_SIZE instead of DEFAULT_BUFFERSIZE
Jack Lloyd
2018-03-01
1
-5
/
+0
*
Move declaration of word to types.h
Jack Lloyd
2018-03-01
1
-0
/
+12
*
Fix handling of misaligned loads in AltiVec SIMD wrapper
Jack Lloyd
2018-02-23
1
-22
/
+12
*
Do runtime endian check when CPUID is initialized
Jack Lloyd
2018-02-23
1
-0
/
+1
*
Use GetProcessWorkingSetSize instead of GetProcessWorkingSetSizeEx
Jack Lloyd
2018-02-23
1
-2
/
+1
*
Move allocator initializer RAII class to mem_ops.h
Jack Lloyd
2018-02-19
1
-0
/
+6
*
Of course they are public member variables, not functions ...
Jack Lloyd
2018-02-13
1
-1
/
+1
*
Add BOTAN_DEPRECATED_PUBLIC_MEMBER_FUNCTIONS
Jack Lloyd
2018-02-13
1
-0
/
+1
*
Enable VirtualLock on MinGW builds
Jack Lloyd
2018-02-13
1
-2
/
+2
*
Alternate method of forcing allocator initialization
Jack Lloyd
2018-02-04
2
-0
/
+12
*
Add function to query if filesystem support is enabled.
Jack Lloyd
2018-01-30
2
-0
/
+17
*
Fix documentation of DataSource::end_of_data.
Marcus Brinkmann
2018-01-19
1
-1
/
+1
*
Move thread utils (barrier and semaphore) to a subpackage of util
Jack Lloyd
2018-01-12
6
-25
/
+15
*
Merge GH #1391 X25519 cleanups
Jack Lloyd
2018-01-09
1
-2
/
+7
|
\
|
*
Fix for systems needing 128-bit helper type
Jack Lloyd
2018-01-07
1
-0
/
+5
|
*
Reformat donna.cpp
Jack Lloyd
2018-01-06
1
-2
/
+2
*
|
Merge GH #1393 Add cpuid support for POWER crypto extensions
Jack Lloyd
2018-01-09
3
-1
/
+34
|
\
\
|
*
|
Add support for detecting POWER crypto using getauxval
Jack Lloyd
2018-01-07
3
-1
/
+34
|
|
/
*
|
Merge GH #1378 Use OS feature flags instead of OS name for enabling system sp...
Jack Lloyd
2018-01-09
8
-57
/
+45
|
\
\
|
|
/
|
/
|
|
*
Test OS features by the feature vs the OS name
Jack Lloyd
2017-12-30
8
-57
/
+45
*
|
Avoid warning with old Clang
Jack Lloyd
2018-01-01
1
-1
/
+1
*
|
Enable GCC inline asm under Sun Studio compilers
Jack Lloyd
2017-12-31
1
-1
/
+1
|
/
*
Disable sockets on MinGW
Jack Lloyd
2017-12-30
1
-3
/
+3
*
Avoid prefixing siglongjmp or sigsetjmp with ::
Jack Lloyd
2017-12-28
1
-2
/
+2
*
Fix socket libs for Solaris
Jack Lloyd
2017-12-23
1
-0
/
+1
*
Fix build issue on Haiku
Jack Lloyd
2017-12-23
2
-0
/
+2
*
Fix some shadow and unused parameter warnings
Jack Lloyd
2017-12-20
1
-2
/
+2
*
Avoid tying encoding of CRLs to the current system clock
Jack Lloyd
2017-12-18
1
-1
/
+2
*
Windows has a different return type
Jack Lloyd
2017-12-17
1
-2
/
+4
*
Merge BSD and Winsock variations together
Jack Lloyd
2017-12-17
1
-105
/
+61
*
Missing include
Jack Lloyd
2017-12-17
1
-0
/
+1
*
Add an overall timeout to the HTTP request
Jack Lloyd
2017-12-17
1
-0
/
+8
*
Expose timeouts to the HTTP API
Jack Lloyd
2017-12-17
2
-11
/
+26
*
Handle timeouts in BSD sockets
Jack Lloyd
2017-12-17
1
-5
/
+61
*
Add timeouts to Asio sockets
Jack Lloyd
2017-12-17
6
-39
/
+117
*
Enable using NEON on Clang
Jack Lloyd
2017-12-10
1
-14
/
+15
*
Add a new version function returning just the version without extras
Jack Lloyd
2017-12-06
2
-16
/
+40
[next]