summaryrefslogtreecommitdiff
path: root/src/cnode/cnode-algorithm.cpp
AgeCommit message (Collapse)Author
2011-03-18fix for bug 6927An-Cheng Huang
* handle "default state transition" correctly for "show".
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-03-01tweak map iterator usageAn-Cheng Huang
2011-02-18namespace reorgAn-Cheng Huang
2011-01-20export config output algorithms through shell APIAn-Cheng Huang
2011-01-18show single context for consecutive nodes at the same level.An-Cheng Huang
2011-01-18have caller handle edit level for context diffAn-Cheng Huang
2011-01-18add comments for context diff codeAn-Cheng Huang
2011-01-18initial implementation of context diffAn-Cheng Huang
2010-12-21propagate constnessAn-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-29disable activate/deactivate for mendocino as discussed.An-Cheng Huang
2010-11-19fix for bug 6448An-Cheng Huang
* fix leaf node value diff output.
2010-11-18change error message when showing non-existing paths.An-Cheng Huang
2010-11-17continue work on parser/output frameworkAn-Cheng Huang
* handle empty and leaf typeless nodes from parsed nodes. * fix bug 6436 show level issue.
2010-11-15continue config file parser workAn-Cheng Huang
2010-11-12initial work to parse config file into data structure.An-Cheng Huang
2010-11-10consolidate similar logic and simplify codeAn-Cheng Huang
2010-11-10switch to new output frameworkAn-Cheng Huang
* change showCfg to use new code. * remove old files.
2010-11-09initial rework of config output frameworkAn-Cheng Huang
* separate data from algorithm. * prepare for unified input/output framework.