Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-20 | update comment, fix typo, etc. | An-Cheng Huang | |
2011-05-10 | preliminary implementation of new commit | An-Cheng Huang | |
(cherry picked from commit 1b2a0fd1ae1e6dfc18e4f75f73cd7befb47cf538) | |||
2011-04-15 | initial implementation of "config file" shell API | An-Cheng Huang | |
* this API allows shell scripts to "query" the "config" represented by a config file in a way similar to how they query the active/working config. | |||
2011-04-13 | fix for bug 6996 | An-Cheng Huang | |
* add "ignore-edit" option for config output. * ignore "edit level" when saving config file. | |||
2011-04-06 | minor refactoring | An-Cheng Huang | |
2011-03-18 | fix for bug 6927 | An-Cheng Huang | |
* handle "default state transition" correctly for "show". | |||
2011-03-17 | add config path abstraction and high-level caching | An-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-01 | tweak map iterator usage | An-Cheng Huang | |
2011-02-28 | add config template abstraction | An-Cheng Huang | |
2011-02-18 | namespace reorg | An-Cheng Huang | |
2011-01-20 | export config output algorithms through shell API | An-Cheng Huang | |
2011-01-18 | show single context for consecutive nodes at the same level. | An-Cheng Huang | |
2011-01-18 | have caller handle edit level for context diff | An-Cheng Huang | |
2011-01-18 | add comments for context diff code | An-Cheng Huang | |
2011-01-18 | initial implementation of context diff | An-Cheng Huang | |
2011-01-07 | improve load error message | An-Cheng Huang | |
(cherry picked from commit 42f2fdb35cff89debd346126eb69cd95d855ff7b) | |||
2010-12-21 | propagate constness | An-Cheng Huang | |
2010-12-02 | implement 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-29 | disable activate/deactivate for mendocino as discussed. | An-Cheng Huang | |
2010-11-19 | fix for bug 6448 | An-Cheng Huang | |
* fix leaf node value diff output. | |||
2010-11-19 | remove parser debug output and move existence check. | An-Cheng Huang | |
2010-11-18 | change error message when showing non-existing paths. | An-Cheng Huang | |
2010-11-17 | continue work on parser/output framework | An-Cheng Huang | |
* handle empty and leaf typeless nodes from parsed nodes. * fix bug 6436 show level issue. | |||
2010-11-15 | continue config file parser work | An-Cheng Huang | |
2010-11-12 | initial work to parse config file into data structure. | An-Cheng Huang | |
2010-11-10 | consolidate similar logic and simplify code | An-Cheng Huang | |
2010-11-10 | switch to new output framework | An-Cheng Huang | |
* change showCfg to use new code. * remove old files. | |||
2010-11-09 | initial rework of config output framework | An-Cheng Huang | |
* separate data from algorithm. * prepare for unified input/output framework. |