aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate/libstate.h
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 32f457161b1ad1afb7a3d0ccebc...lloyd2009-09-161-12/+9
|\
| * Remove the mutex classes in favor of C++0x's std::mutex and std::lock_guardlloyd2009-04-011-12/+9
* | The first argument of Library_State::set_option was accidentally beinglloyd2009-09-091-1/+1
|/
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-10/+12
* Remove Library_State::add_engine and Algorithm_Factory::add_engine,lloyd2008-11-121-2/+0
* Library_State had two functions that did the same thing,lloyd2008-11-121-2/+1
* After finding myself typing global_state().algorithm_factory() insteadlloyd2008-11-111-1/+2
* Add back Library_State::add_engine for Monotonelloyd2008-11-101-0/+2
* Drop all options except thread safety. Also remove InitializerOptions, etclloyd2008-11-101-2/+1
* Remove Modules class from the initializer code - it just wasn't that usefullloyd2008-11-101-3/+1
* Add a class Algorithm_Factory which encapsulates the Engine classes (andlloyd2008-11-101-34/+16
* Split base.h into block_cipher.h and stream_cipher.hlloyd2008-11-081-1/+3
* Move libstate and selftest out of core/ dir to toplevellloyd2008-10-261-0/+142