summaryrefslogtreecommitdiff
path: root/src/cnode/cnode.hpp
AgeCommit message (Collapse)Author
2011-05-10preliminary implementation of new commitAn-Cheng Huang
(cherry picked from commit 1b2a0fd1ae1e6dfc18e4f75f73cd7befb47cf538)
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-02-18namespace reorgAn-Cheng Huang
2011-01-07improve load error messageAn-Cheng Huang
(cherry picked from commit 42f2fdb35cff89debd346126eb69cd95d855ff7b)
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-09initial rework of config output frameworkAn-Cheng Huang
* separate data from algorithm. * prepare for unified input/output framework.