summaryrefslogtreecommitdiff
path: root/src/cnode/cnode-algorithm.hpp
AgeCommit message (Collapse)Author
2011-03-17add config path abstraction and high-level cachingAn-Cheng Huang
* part of the config backend cleanup/optimization work. * improves the performance of "load" (w/o commit) by ~55% and "show" by ~15%.
2011-01-20export config output algorithms through shell APIAn-Cheng Huang
2011-01-18have caller handle edit level for context diffAn-Cheng Huang
2011-01-18initial implementation of context diffAn-Cheng Huang
2010-12-02implement load function in new config input/output infrastructure.An-Cheng Huang
* add "commands diff" functionality to config input/output infrastructure. * consolidate similar logic in "commands diff" and "show diff". * add loadFile functionality to cstore using "commands diff". * export loadFile through shell API.
2010-11-09initial rework of config output frameworkAn-Cheng Huang
* separate data from algorithm. * prepare for unified input/output framework.