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
/
algo_registry.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Abstract out mutex type. Make threads optional.
Jack Lloyd
2016-10-12
1
-8
/
+8
*
Remove Transform base class
Jack Lloyd
2016-04-21
1
-4
/
+0
*
Remaining cppcheck fixes that are not covered by GH #444
Daniel Neus
2016-03-05
1
-1
/
+1
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
1
-1
/
+2
*
Get rid of "extra ';'" warnings and force semicolon after macros
Simon Warta
2016-01-11
1
-4
/
+1
*
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
*
Missing adds
Jack Lloyd
2015-12-11
1
-1
/
+1
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
1
-3
/
+3
*
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
*
Handle dependencies re static linking. GH #279
Jack Lloyd
2015-09-17
1
-1
/
+1
*
Fix static lib registration for block, hash, mac, stream, kdf
Jack Lloyd
2015-09-10
1
-3
/
+5
*
Reverse the algorithm priority ordering
Jack Lloyd
2015-08-29
1
-7
/
+10
*
Force semicolons at the end of BOTAN_REGISTER_* macro invocations
Daniel Seither
2015-07-15
1
-2
/
+8
*
In Algo_Registry if a maker func fails, try the next most preferred one
lloyd
2015-03-05
1
-31
/
+52
*
Hide Algorithm_Factory and use the functions in lookup.h internally.
lloyd
2015-03-04
1
-1
/
+1
*
Add missing include
lloyd
2015-03-02
1
-0
/
+1
*
Enable OpenSSL for providing ciphers and hashes again.
lloyd
2015-02-05
1
-13
/
+22
*
Remove algo factory, engines, global RNG, global state, etc.
lloyd
2015-02-04
1
-0
/
+215