Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wrap at 80 columns | lloyd | 2008-11-11 | 2 | -4/+10 |
* | Make a change in how providers are requiested in Algorithm_Factory to | lloyd | 2008-11-11 | 1 | -8/+24 |
* | Move most of the remaining libstate code to pk_engine.cpp, move engines | lloyd | 2008-11-11 | 3 | -8/+4 |
* | Use cache in Algorithm_Factory for ciphers | lloyd | 2008-11-11 | 3 | -129/+124 |
* | Fix algo_cache to track aliases, all tests pass | lloyd | 2008-11-11 | 2 | -31/+27 |
* | Add a new cache at the level of Algorithm_Factory. Intent is to replace | lloyd | 2008-11-11 | 4 | -1/+149 |
* | Split asm_engine into three engines (ia32, amd64, sse2). This allows | lloyd | 2008-11-11 | 1 | -1/+1 |
* | Remove a global_state() dependency on Engine without breaking Monotone | lloyd | 2008-11-11 | 2 | -0/+4 |
* | Add a function to query algorithm providers | lloyd | 2008-11-11 | 2 | -0/+27 |
* | Move Algorithm_Factory from libstate (which it did not depend on) to algo_fac... | lloyd | 2008-11-11 | 3 | -0/+332 |