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
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
4
-35
/
+34
*
Add final_stdvec
Jack Lloyd
2016-11-23
1
-0
/
+7
*
Fix bogus code
Jack Lloyd
2016-11-03
1
-2
/
+2
*
Simplify some code by using T::create_or_throw
Jack Lloyd
2016-11-03
1
-20
/
+8
*
Rename zero_mem to secure_scrub_memory
Jack Lloyd
2016-11-03
1
-1
/
+1
*
Deprecate LibraryInitializer
Jack Lloyd
2016-11-03
2
-28
/
+4
*
Remove lock and alias map from SCAN_Name
Jack Lloyd
2016-11-02
1
-4
/
+0
*
Remove HMAC_RNG, X9.31-RNG, BeOS stats, EGD reader, Unix process runner
Jack Lloyd
2016-10-28
1
-1
/
+1
*
Remove unused functions from SCAN_Name
Jack Lloyd
2016-10-21
2
-39
/
+0
*
Remove alias logic from SCAN_Name
Jack Lloyd
2016-10-21
2
-63
/
+2
*
Remove Algo_Registry
Jack Lloyd
2016-10-21
3
-304
/
+18
*
Fix doxygen warnings [ci skip]
René Korthaus
2016-10-19
1
-0
/
+4
*
Improve hash doxygen [ci skip]
René Korthaus
2016-10-19
1
-1
/
+1
*
Merge GH #665 Add IncludeOS target, make filesystem/threads optional
Jack Lloyd
2016-10-17
3
-13
/
+13
|
\
|
*
Abstract out mutex type. Make threads optional.
Jack Lloyd
2016-10-12
3
-13
/
+13
*
|
Merge GH #646 Fix MSVC debug configurations. Add debug builds to AppVeyor
Jack Lloyd
2016-10-13
1
-0
/
+9
|
\
\
|
*
|
Diable static_assert in secure_allocator in MSVC debug
Simon Warta
2016-10-13
1
-0
/
+9
|
|
/
*
|
Improve base doxygen [ci skip]
René Korthaus
2016-10-11
3
-1
/
+22
*
|
Add doxygen mainpage
René Korthaus
2016-10-10
1
-0
/
+57
|
/
*
Prevent use of secure_vector with non-integer types
Jack Lloyd
2016-09-09
1
-0
/
+3
*
prevent massive amount of MSVC C4100 warnings
Daniel Neus
2016-07-05
1
-0
/
+5
*
Remove Transform base class
Jack Lloyd
2016-04-21
4
-209
/
+0
*
Remaining cppcheck fixes that are not covered by GH #444
Daniel Neus
2016-03-05
2
-4
/
+2
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
5
-6
/
+7
*
Avoid some Wshadows in GCC 4.8
Jack Lloyd
2016-02-20
1
-2
/
+2
*
Merge GH #407 Add m_ prefix to more member variables
Jack Lloyd
2016-01-12
1
-16
/
+16
|
\
|
*
Prefix more member vars with m_ prefix
René Korthaus
2016-01-11
1
-16
/
+16
*
|
Get rid of "extra ';'" warnings and force semicolon after macros
Simon Warta
2016-01-11
1
-4
/
+1
|
/
*
Mass-prefix member vars with m_
René Korthaus
2016-01-08
2
-17
/
+17
*
String comparision fixes
Daniel Neus
2016-01-04
1
-1
/
+1
*
Throw Lookup_Error instead of bare Exception when creating an obj fails
Jack Lloyd
2015-12-20
1
-24
/
+24
*
Deprecate lookup.h functions GH #366
Jack Lloyd
2015-12-19
1
-1
/
+19
*
Remove all remaining uses of throwing a std:: exception directly
Jack Lloyd
2015-12-19
1
-1
/
+1
*
Missing adds
Jack Lloyd
2015-12-11
2
-2
/
+1
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
1
-3
/
+3
*
Minor sanity updates for OctetString
Simon Warta
2015-12-09
2
-23
/
+24
*
Added myself to credits/copyright.
Matej Kenda
2015-11-20
1
-0
/
+1
*
Merged two sections of Botan namespace as suggested by randombit. Preprocessi...
Matej Kenda
2015-11-19
1
-5
/
+4
*
Fixed default ctor for WinCS_Mutex
Matej Kenda
2015-11-04
1
-1
/
+1
*
#321: changed implementation of CriticalSection locking in algo registry.
Matej Kenda
2015-11-04
1
-34
/
+38
*
Algo_Registry: Use CRITICAL_SECTION instead of std::mutex to prevent hang in ...
Matej Kenda
2015-11-03
1
-5
/
+49
*
Avoid concatination of chars
Simon Warta
2015-09-22
1
-5
/
+5
*
Internal header cleanups
Jack Lloyd
2015-09-19
2
-2
/
+1
*
Handle dependencies re static linking. GH #279
Jack Lloyd
2015-09-17
5
-146
/
+94
*
Fix static lib registration for block, hash, mac, stream, kdf
Jack Lloyd
2015-09-10
1
-3
/
+5
*
Remove alloc module; move secmem.h to base and locking_allocator to utils
Jack Lloyd
2015-08-29
2
-1
/
+206
*
Reverse the algorithm priority ordering
Jack Lloyd
2015-08-29
1
-7
/
+10
*
Fix typos
Simon Warta
2015-07-24
2
-2
/
+2
*
Force semicolons at the end of BOTAN_REGISTER_* macro invocations
Daniel Seither
2015-07-15
1
-2
/
+8
*
lib/base: Convert &vec[0] to vec.data()
Simon Warta
2015-06-27
5
-16
/
+16
[next]