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
/
algo_factory
/
algo_cache.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...
lloyd
2010-10-13
1
-30
/
+20
|
\
|
*
~Algorithm_Cache was missing definition
lloyd
2010-08-04
1
-1
/
+1
|
*
propagate from branch 'net.randombit.botan' (head 717a9d103aa80e6d66c04e3a23c...
lloyd
2010-08-04
1
-30
/
+20
|
|
\
|
|
*
propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...
lloyd
2010-06-17
1
-6
/
+22
|
|
|
\
|
|
*
|
Post-merge fixes
lloyd
2009-12-16
1
-1
/
+1
|
|
*
|
Use auto for long iterator names, etc.
lloyd
2009-11-16
1
-18
/
+12
|
|
*
|
propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c...
lloyd
2009-10-13
1
-9
/
+7
|
|
|
\
\
|
|
|
*
|
Remove the mutex classes in favor of C++0x's std::mutex and std::lock_guard
lloyd
2009-04-01
1
-9
/
+7
*
|
|
|
|
s/u32bit/size_t/
lloyd
2010-10-12
1
-3
/
+3
|
/
/
/
/
*
|
|
/
There was an interesting bug affecting dynamically loaded engines.
lloyd
2010-07-27
1
-4
/
+9
|
|
_
|
/
|
/
|
|
*
|
|
Replace "@return a blah" and "@return the blah" with just "@return blah"
lloyd
2010-06-16
1
-1
/
+1
*
|
|
Yet more Doxygen comments
lloyd
2010-06-16
1
-6
/
+18
*
|
|
More Doxygen fixes
lloyd
2010-06-15
1
-0
/
+4
*
|
|
Make many more headers internal-only.
lloyd
2009-12-16
1
-2
/
+2
|
/
/
*
/
Add 'Distributed under...' text to files missing it. Some format cleanups
lloyd
2009-10-07
1
-1
/
+4
|
/
*
Remove support for provider identifiers from SCAN_Name - it turns out this
lloyd
2008-11-12
1
-23
/
+68
*
Wrap at 80 columns
lloyd
2008-11-11
1
-3
/
+8
*
Move most of the remaining libstate code to pk_engine.cpp, move engines
lloyd
2008-11-11
1
-4
/
+4
*
Use cache in Algorithm_Factory for ciphers
lloyd
2008-11-11
1
-10
/
+54
*
Fix algo_cache to track aliases, all tests pass
lloyd
2008-11-11
1
-3
/
+22
*
Add a new cache at the level of Algorithm_Factory. Intent is to replace
lloyd
2008-11-11
1
-0
/
+111