Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | engine.h had copies of some declarations from pk_engine.h that had not | lloyd | 2009-05-13 | 1 | -43/+0 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 1 | -10/+12 |
* | Add an Algorithm_Factory& argument to Engine::get_cipher to avoid a | lloyd | 2008-11-23 | 1 | -1/+3 |
* | Remove pk_lookup - half of it (look_pk.{cpp,h}) depended on libstate directly, | lloyd | 2008-11-11 | 1 | -2/+1 |
* | Move most of the remaining libstate code to pk_engine.cpp, move engines | lloyd | 2008-11-11 | 1 | -0/+180 |
* | Move engine to libstate/ directory, since there is a mutual dependency | lloyd | 2008-11-09 | 1 | -225/+0 |
* | Inline no-op Engine virtual functions | lloyd | 2008-11-09 | 1 | -7/+18 |
* | Add virtual hook to remove dep of Default_Engine on Engine itself | lloyd | 2008-11-08 | 1 | -0/+2 |
* | Move most of the Default_Engine code into engine/def_engine, and the | lloyd | 2008-11-08 | 1 | -0/+212 |