aboutsummaryrefslogtreecommitdiffstats
path: root/src/cms/cms_algo.cpp
Commit message (Expand)AuthorAgeFilesLines
* s/u32bit/size_t/lloyd2010-10-291-2/+2
* s/BLOCK_SIZE/block_size()/lloyd2010-10-131-1/+1
* Use size_t rather than u32bit in SymmetricAlgorithmlloyd2010-10-131-1/+1
* Use size_t in filterslloyd2010-10-121-1/+1
* Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-151-5/+6
* Rename MemoryRegion::destroy to MemoryRegion::clear to match STLlloyd2010-09-081-1/+1
* Give all Filter objects a method for querying their namelloyd2010-06-281-0/+2
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-16/+18
* Remove last uses of lookup.h in CMS codelloyd2008-11-111-7/+14
* Move engine to libstate/ directory, since there is a mutual dependencylloyd2008-11-091-1/+0
* Revert part of revision b87599ffaee2d8ed2ec7597634413e73e4fb2fd8 thatlloyd2008-10-021-4/+2
* Fixes to not require RC2 for CMS to compilelloyd2008-09-301-5/+17
* Many updates for the CMS code to bring up to date with current APIlloyd2008-09-301-2/+4
* Move CMS code into main src tree, though it currently doesn't compile (needs ...lloyd2008-09-281-0/+144