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
*
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
*
Merge GH #1267 Multithreaded signing in XMSS
Jack Lloyd
2017-12-05
1
-1
/
+1
|
\
|
*
Updates documentation, news and copyright notices.
Matthias Gierlings
2017-11-21
1
-1
/
+1
*
|
Remove use of "using namespace std"
Jack Lloyd
2017-12-04
1
-7
/
+7
*
|
Simplify date conversion by avoiding OS utilities
Jack Lloyd
2017-12-04
3
-111
/
+55
*
|
Merge GH #1329 Remove unaligned mem options
Jack Lloyd
2017-12-02
1
-29
/
+22
|
\
\
|
*
|
Remove unaligned mem check
Jack Lloyd
2017-12-02
1
-29
/
+22
*
|
|
Drop support for Cilk+
Jack Lloyd
2017-12-02
1
-32
/
+2
|
/
/
*
|
Fix missing header
Jack Lloyd
2017-11-29
1
-0
/
+1
*
|
PSK Database
Jack Lloyd
2017-11-26
3
-1
/
+15
|
/
*
Add a function for checking if poly_double_n supports a particular size
Jack Lloyd
2017-11-18
1
-0
/
+8
*
Add feature macro for Sqlite3 being enabled in build
Jack Lloyd
2017-11-18
1
-0
/
+3
*
Add a second constructor to Decoding_Error which takes an exception string.
Jack Lloyd
2017-11-14
2
-0
/
+5
*
Remove use of transcode
Jack Lloyd
2017-11-09
2
-42
/
+60
*
Add UCS-2 and UCS-4 to UTF-8 conversion functions
Jack Lloyd
2017-11-09
2
-0
/
+97
*
Add checks that keyed algorithms are actually keyed before use
Jack Lloyd
2017-10-26
2
-0
/
+10
*
Skip ARM32 specific byteswap code, enable MSVC byteswap intrinsics
Jack Lloyd
2017-10-24
2
-34
/
+15
*
Convert http:// links to https:// where possible
Jack Lloyd
2017-10-24
1
-1
/
+1
*
deprecate exceptions
Daniel Neus
2017-10-21
1
-3
/
+3
*
Undeprecate these exceptions
Jack Lloyd
2017-10-19
2
-5
/
+7
*
Another attempt at silencing MSVC warning
Jack Lloyd
2017-10-19
2
-6
/
+2
*
Add a destructor to Policy_Violation
Jack Lloyd
2017-10-19
1
-3
/
+4
*
Use conditional include in demaphore.h
Simon Warta
2017-10-19
1
-1
/
+1
*
Additional final annotations
Jack Lloyd
2017-10-15
2
-3
/
+3
*
De-inline bodies of exception classes
Jack Lloyd
2017-10-15
3
-67
/
+133
*
Use memcpy trick in 3-arg xor_buf also
Jack Lloyd
2017-10-13
1
-23
/
+17
*
Somewhat faster xor_buf
Jack Lloyd
2017-10-12
1
-18
/
+15
*
OCB optimizations
Jack Lloyd
2017-10-12
3
-68
/
+70
*
Merge GH #1247 Improve bit rotation functions
Jack Lloyd
2017-10-12
3
-56
/
+122
|
\
|
*
Ugh, the GCC/Clang trick triggers C4146 under MSVC
Jack Lloyd
2017-10-12
1
-8
/
+25
|
*
Add compile-time rotation functions
Jack Lloyd
2017-10-12
3
-72
/
+99
|
*
Use rol/ror x86 instructions on GCC/Clang
Jack Lloyd
2017-10-11
1
-2
/
+24
*
|
Avoid std::count to skip a signed overflow warning
Jack Lloyd
2017-10-12
2
-3
/
+13
*
|
Merge GH #1245 Restructure Barrier/Semaphore to avoid signed overflow warnings
Jack Lloyd
2017-10-12
2
-11
/
+9
|
\
\
|
|
/
|
/
|
|
*
#1220 - fixed fixes of integer overflow
Hubert Bugaj
2017-10-10
2
-7
/
+3
|
*
#1220 - fixed signed overflow warnings
Hubert Bugaj
2017-10-09
2
-10
/
+12
*
|
Remove SSE2 bswap_4
Jack Lloyd
2017-10-11
1
-24
/
+0
*
|
getenv is in standard C++
Jack Lloyd
2017-10-09
1
-1
/
+1
*
|
Include cstdlib to make os_utils compile with clang.
Alexander Bluhm
2017-10-09
1
-0
/
+2
|
/
*
Address some bool/int conversion warnings from Sonar
Jack Lloyd
2017-10-06
1
-2
/
+5
*
Address various GCC warnings
Jack Lloyd
2017-10-06
3
-8
/
+10
*
Add missing include
Jack Lloyd
2017-10-05
1
-0
/
+1
*
Simplify header includes in socket.cpp
Jack Lloyd
2017-10-03
1
-9
/
+3
*
Merge GH #1232 Only require socket code if http_util is loaded
Jack Lloyd
2017-10-03
7
-305
/
+368
|
\
[next]