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
/
libstate
/
libstate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use auto for long iterator names, etc.
lloyd
2009-11-16
1
-2
/
+1
*
propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615...
lloyd
2009-11-13
1
-0
/
+8
|
\
|
*
Stub for AES class using Intel's AES-NI instructions and an engine for
lloyd
2009-11-06
1
-0
/
+8
*
|
propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...
lloyd
2009-11-02
1
-69
/
+27
|
\
\
|
|
/
|
/
|
|
*
Fixup post-merge breakage
lloyd
2009-10-13
1
-5
/
+5
|
*
propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c...
lloyd
2009-10-13
1
-64
/
+22
|
|
\
|
|
*
propagate from branch 'net.randombit.botan' (head 32f457161b1ad1afb7a3d0ccebc...
lloyd
2009-09-16
1
-69
/
+27
|
|
|
\
|
|
|
*
Remove dep on mutex module (doesn't exist here). Use initializer list in libs...
lloyd
2009-09-11
1
-11
/
+11
|
|
|
*
Remove the mutex classes in favor of C++0x's std::mutex and std::lock_guard
lloyd
2009-04-01
1
-59
/
+17
*
|
|
|
Rename SSE2 stuff to be generally SIMD since it supports at least SSE2
lloyd
2009-10-29
1
-4
/
+4
|
/
/
/
*
/
/
Run self tests at startup
lloyd
2009-10-07
1
-0
/
+4
|
/
/
*
/
The first argument of Library_State::set_option was accidentally being
lloyd
2009-09-09
1
-1
/
+1
|
/
*
Thomas Moschny passed along a request from the Fedora packagers which came
lloyd
2009-03-30
1
-58
/
+60
*
Remove Library_State::add_engine and Algorithm_Factory::add_engine,
lloyd
2008-11-12
1
-19
/
+12
*
Library_State had two functions that did the same thing,
lloyd
2008-11-12
1
-2
/
+2
*
Split asm_engine into three engines (ia32, amd64, sse2). This allows
lloyd
2008-11-11
1
-7
/
+24
*
Update Library_State for new Algorithm_Factory constructor
lloyd
2008-11-11
1
-1
/
+1
*
Fix destructor
lloyd
2008-11-11
1
-1
/
+1
*
After finding myself typing global_state().algorithm_factory() instead
lloyd
2008-11-11
1
-9
/
+9
*
Change LibraryInitializer back to accepting a std::string for backwards
lloyd
2008-11-11
1
-1
/
+1
*
Add back Library_State::add_engine for Monotone
lloyd
2008-11-10
1
-0
/
+8
*
Move get_bc_pad to def_engine/def_mode.cpp
lloyd
2008-11-10
1
-5
/
+6
*
Drop all options except thread safety. Also remove InitializerOptions, etc
lloyd
2008-11-10
1
-13
/
+5
*
Remove Modules class from the initializer code - it just wasn't that useful
lloyd
2008-11-10
1
-16
/
+66
*
Use Algorithm_Factory instead of lookup in Default_Engine block cipher
lloyd
2008-11-10
1
-1
/
+0
*
Use Algorithm_Factory and SCAN_Name for all hash lookups. Modify engines
lloyd
2008-11-10
1
-1
/
+1
*
Add a class Algorithm_Factory which encapsulates the Engine classes (and
lloyd
2008-11-10
1
-34
/
+16
*
Move libstate and selftest out of core/ dir to toplevel
lloyd
2008-10-26
1
-0
/
+294