aboutsummaryrefslogtreecommitdiffstats
path: root/src/algo_factory/algo_cache.h
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-131-30/+20
|\
| * ~Algorithm_Cache was missing definitionlloyd2010-08-041-1/+1
| * propagate from branch 'net.randombit.botan' (head 717a9d103aa80e6d66c04e3a23c...lloyd2010-08-041-30/+20
| |\
| | * propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...lloyd2010-06-171-6/+22
| | |\
| | * | Post-merge fixeslloyd2009-12-161-1/+1
| | * | Use auto for long iterator names, etc.lloyd2009-11-161-18/+12
| | * | propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c...lloyd2009-10-131-9/+7
| | |\ \
| | | * | Remove the mutex classes in favor of C++0x's std::mutex and std::lock_guardlloyd2009-04-011-9/+7
* | | | | s/u32bit/size_t/lloyd2010-10-121-3/+3
|/ / / /
* | | / There was an interesting bug affecting dynamically loaded engines.lloyd2010-07-271-4/+9
| |_|/ |/| |
* | | Replace "@return a blah" and "@return the blah" with just "@return blah"lloyd2010-06-161-1/+1
* | | Yet more Doxygen commentslloyd2010-06-161-6/+18
* | | More Doxygen fixeslloyd2010-06-151-0/+4
* | | Make many more headers internal-only.lloyd2009-12-161-2/+2
|/ /
* / Add 'Distributed under...' text to files missing it. Some format cleanupslloyd2009-10-071-1/+4
|/
* Remove support for provider identifiers from SCAN_Name - it turns out thislloyd2008-11-121-23/+68
* Wrap at 80 columnslloyd2008-11-111-3/+8
* Move most of the remaining libstate code to pk_engine.cpp, move engineslloyd2008-11-111-4/+4
* Use cache in Algorithm_Factory for cipherslloyd2008-11-111-10/+54
* Fix algo_cache to track aliases, all tests passlloyd2008-11-111-3/+22
* Add a new cache at the level of Algorithm_Factory. Intent is to replacelloyd2008-11-111-0/+111