| Commit message (Expand) | Author | Age | Files | Lines |
* | Expose Algorithm_Factory::clear_caches which clears out all of the | lloyd | 2010-07-27 | 1 | -1/+5 |
* | There was an interesting bug affecting dynamically loaded engines. | lloyd | 2010-07-27 | 1 | -0/+5 |
* | In Algorithm_Factory, delete the Engines after deleting the caches | lloyd | 2010-07-27 | 1 | -2/+2 |
* | Fix a few hundred Doxygen warnings | lloyd | 2010-06-15 | 1 | -18/+18 |
* | Add a couple of small patches from Thomas Capricelli <[email protected]> | lloyd | 2010-05-21 | 1 | -6/+10 |
* | Allow adding engines dynamically | lloyd | 2010-03-24 | 1 | -4/+6 |
* | Minor tweak, save a line and more readable IMO | lloyd | 2010-02-14 | 1 | -2/+1 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 1 | -1/+1 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 1 | -1/+1 |
* | Check for cipher_mode() being set; if it is, not an algo_factory algo | lloyd | 2009-10-13 | 1 | -0/+4 |
* | Add *s before comment lines in file headers | lloyd | 2009-09-08 | 1 | -2/+2 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 1 | -0/+2 |
* | Fix misspelled words in algo_factory.{cpp,h}, from Charles Brockman in bug 40 | lloyd | 2009-03-02 | 1 | -9/+10 |
* | In Algorithm_Factory, create the Algorithm_Cache<> objects dynamically | lloyd | 2008-11-12 | 1 | -25/+34 |
* | Add comment about non-obvious but vital side effect | lloyd | 2008-11-12 | 1 | -0/+5 |
* | Implement the guts of Algorithm_Factory::prototoype_X using a function | lloyd | 2008-11-12 | 1 | -65/+80 |
* | Revert 2707eb68cb91e0633815a6d6c68d22b9f41227a4 - I had forgotten that | lloyd | 2008-11-12 | 1 | -1/+1 |
* | Remove support for provider identifiers from SCAN_Name - it turns out this | lloyd | 2008-11-12 | 1 | -105/+114 |
* | Process engines in order of addition instead of backwards | lloyd | 2008-11-11 | 1 | -3/+5 |
* | Wrap at 80 columns | lloyd | 2008-11-11 | 1 | -1/+2 |
* | 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 | 1 | -2/+0 |
* | Use cache in Algorithm_Factory for ciphers | lloyd | 2008-11-11 | 1 | -113/+60 |
* | Fix algo_cache to track aliases, all tests pass | lloyd | 2008-11-11 | 1 | -28/+5 |
* | Add a new cache at the level of Algorithm_Factory. Intent is to replace | lloyd | 2008-11-11 | 1 | -0/+30 |
* | 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 | 1 | -0/+1 |
* | Add a function to query algorithm providers | lloyd | 2008-11-11 | 1 | -0/+25 |
* | Move Algorithm_Factory from libstate (which it did not depend on) to algo_fac... | lloyd | 2008-11-11 | 1 | -0/+248 |