aboutsummaryrefslogtreecommitdiffstats
path: root/src/algo_factory/algo_factory.h
Commit message (Expand)AuthorAgeFilesLines
* We've already predeclared Engine at the start of the header, so nolloyd2010-07-291-4/+4
* Expose Algorithm_Factory::clear_caches which clears out all of thelloyd2010-07-271-0/+5
* More Doxygen commentslloyd2010-06-161-0/+7
* More Doxygen fixeslloyd2010-06-151-2/+3
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
* Allow adding engines dynamicallylloyd2010-03-241-3/+6
* Doxygen commentslloyd2010-01-071-14/+63
* Make many more headers internal-only.lloyd2009-12-161-1/+2
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-0/+2
* Fix misspelled words in algo_factory.{cpp,h}, from Charles Brockman in bug 40lloyd2009-03-021-3/+3
* In Algorithm_Factory, create the Algorithm_Cache<> objects dynamicallylloyd2008-11-121-5/+6
* Remove Library_State::add_engine and Algorithm_Factory::add_engine,lloyd2008-11-121-14/+25
* Remove support for provider identifiers from SCAN_Name - it turns out thislloyd2008-11-121-24/+59
* Move most of the remaining libstate code to pk_engine.cpp, move engineslloyd2008-11-111-2/+0
* Use cache in Algorithm_Factory for cipherslloyd2008-11-111-6/+10
* Add a new cache at the level of Algorithm_Factory. Intent is to replacelloyd2008-11-111-1/+7
* Remove a global_state() dependency on Engine without breaking Monotonelloyd2008-11-111-0/+3
* Add a function to query algorithm providerslloyd2008-11-111-0/+2
* Move Algorithm_Factory from libstate (which it did not depend on) to algo_fac...lloyd2008-11-111-0/+70