aboutsummaryrefslogtreecommitdiffstats
path: root/src/algo_factory
Commit message (Expand)AuthorAgeFilesLines
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-072-2/+2
* Add a couple of small patches from Thomas Capricelli <[email protected]>lloyd2010-05-211-6/+10
* Allow adding engines dynamicallylloyd2010-03-242-7/+12
* Minor tweak, save a line and more readable IMOlloyd2010-02-141-2/+1
* Doxygen commentslloyd2010-01-071-14/+63
* Recognize aes_isa engine, set as high prioritylloyd2010-01-061-4/+6
* Make many more headers internal-only.lloyd2009-12-163-4/+5
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-163-5/+11
* Rename sse2 engine to simdlloyd2009-10-291-1/+1
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* Check for cipher_mode() being set; if it is, not an algo_factory algolloyd2009-10-131-0/+4
* Add 'Distributed under...' text to files missing it. Some format cleanupslloyd2009-10-071-1/+4
* Add *s before comment lines in file headerslloyd2009-09-081-2/+2
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-4/+9
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-303-0/+6
* Fix misspelled words in algo_factory.{cpp,h}, from Charles Brockman in bug 40lloyd2009-03-022-12/+13
* In Algorithm_Factory, create the Algorithm_Cache<> objects dynamicallylloyd2008-11-122-30/+40
* Add comment about non-obvious but vital side effectlloyd2008-11-121-0/+5
* Implement the guts of Algorithm_Factory::prototoype_X using a functionlloyd2008-11-121-65/+80
* Remove Library_State::add_engine and Algorithm_Factory::add_engine,lloyd2008-11-121-14/+25
* Add missing prov_weight.cpplloyd2008-11-121-0/+31
* Revert 2707eb68cb91e0633815a6d6c68d22b9f41227a4 - I had forgotten thatlloyd2008-11-121-1/+1
* Remove support for provider identifiers from SCAN_Name - it turns out thislloyd2008-11-124-152/+242
* Process engines in order of addition instead of backwardslloyd2008-11-111-3/+5
* Wrap at 80 columnslloyd2008-11-112-4/+10
* Make a change in how providers are requiested in Algorithm_Factory tolloyd2008-11-111-8/+24
* Move most of the remaining libstate code to pk_engine.cpp, move engineslloyd2008-11-113-8/+4
* Use cache in Algorithm_Factory for cipherslloyd2008-11-113-129/+124
* Fix algo_cache to track aliases, all tests passlloyd2008-11-112-31/+27
* Add a new cache at the level of Algorithm_Factory. Intent is to replacelloyd2008-11-114-1/+149
* Split asm_engine into three engines (ia32, amd64, sse2). This allowslloyd2008-11-111-1/+1
* Remove a global_state() dependency on Engine without breaking Monotonelloyd2008-11-112-0/+4
* Add a function to query algorithm providerslloyd2008-11-112-0/+27
* Move Algorithm_Factory from libstate (which it did not depend on) to algo_fac...lloyd2008-11-113-0/+332