aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/engine.h
Commit message (Expand)AuthorAgeFilesLines
* engine.h had copies of some declarations from pk_engine.h that had notlloyd2009-05-131-43/+0
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-10/+12
* Add an Algorithm_Factory& argument to Engine::get_cipher to avoid alloyd2008-11-231-1/+3
* Remove pk_lookup - half of it (look_pk.{cpp,h}) depended on libstate directly,lloyd2008-11-111-2/+1
* Move most of the remaining libstate code to pk_engine.cpp, move engineslloyd2008-11-111-0/+180
* Move engine to libstate/ directory, since there is a mutual dependencylloyd2008-11-091-225/+0
* Inline no-op Engine virtual functionslloyd2008-11-091-7/+18
* Add virtual hook to remove dep of Default_Engine on Engine itselflloyd2008-11-081-0/+2
* Move most of the Default_Engine code into engine/def_engine, and thelloyd2008-11-081-0/+212