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
*
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
|
\
|
*
Add missing windows.h include in os_utils.cpp
Simon Warta
2017-10-03
1
-0
/
+3
|
*
Add missing include mem_ops.h in socket.cpp
Simon Warta
2017-10-03
1
-0
/
+2
|
*
Move socket implementation into module http_util
Simon Warta
2017-10-03
7
-308
/
+366
*
|
Avoid empty methods, use =default or add a comment
Jack Lloyd
2017-10-03
1
-2
/
+2
|
/
*
Force expand_mask to be on T instead of int
Jack Lloyd
2017-10-03
1
-1
/
+1
*
MSVC wants __declspec(restrict) on both declaration and definition
Jack Lloyd
2017-10-03
1
-1
/
+1
*
Add wrappers for reinterpret_cast between char* and uint8_t*
Jack Lloyd
2017-10-03
5
-15
/
+35
*
sigemptyset is a macro on OS X
Jack Lloyd
2017-10-02
1
-1
/
+1
*
Remove needless block
Jack Lloyd
2017-10-02
1
-11
/
+7
*
Prefix names in global namespace with ::
Jack Lloyd
2017-10-02
3
-7
/
+7
*
Use explicit_bzero on OpenBSD
Jack Lloyd
2017-09-30
1
-2
/
+7
*
Address some MSVC warnings
Jack Lloyd
2017-09-30
2
-20
/
+24
*
Use class instead of struct for objects with member functions
Jack Lloyd
2017-09-30
3
-119
/
+137
*
Add annotation so GCC/Clang/MSVC know it is an allocation function.
Jack Lloyd
2017-09-30
2
-1
/
+12
*
Missing include, noticed by OS X
Jack Lloyd
2017-09-29
1
-0
/
+1
*
In secure_allocator, hide mlock/new usage in a function in mem_ops
Jack Lloyd
2017-09-29
4
-2
/
+52
*
Avoid throwing in pool allocator deallocation path
Jack Lloyd
2017-09-29
1
-8
/
+1
*
Make poly_dbl.h a submodule of utils
Jack Lloyd
2017-09-27
4
-1
/
+7
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
13
-32
/
+32
*
Another missing include
Jack Lloyd
2017-09-21
1
-0
/
+1
*
Move Doxygen mainpage content to types.h
Jack Lloyd
2017-09-21
1
-2
/
+55
*
More include header cleanups
Jack Lloyd
2017-09-21
3
-3
/
+0
*
Header file cleanups
Jack Lloyd
2017-09-21
4
-6
/
+7
*
Clean up header includes
Jack Lloyd
2017-09-21
6
-5
/
+6
*
Improve support for IBM XLC
Jack Lloyd
2017-09-21
2
-2
/
+2
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
35
-70
/
+70
*
Add additional ids for AltiVec enabled POWER processors
Jack Lloyd
2017-09-19
1
-3
/
+5
*
Complete the final annotation changes
Jack Lloyd
2017-09-19
3
-15
/
+19
[next]