Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-05 | Fix memory problem on bad config file | John Southworth | |
2012-06-03 | Fix more load/commit memory leaks | John Southworth | |
This fixes some more of the memory leaks in load and commit. Some still exist in the legacy cli_new/cli_parse code. Since that code is supposed to be rewritten such that it interfaces with the rewritten commit code in a clean way, these will not be fixed right now. | |||
2011-05-10 | preliminary implementation of new commit | An-Cheng Huang | |
(cherry picked from commit 1b2a0fd1ae1e6dfc18e4f75f73cd7befb47cf538) | |||
2011-04-06 | minor refactoring | An-Cheng Huang | |
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-18 | namespace reorg | An-Cheng Huang | |
2011-02-09 | fix for bug 6791 | An-Cheng Huang | |
* work around comment syntax ambiguity by ignoring comments not associated with any nodes. | |||
2011-01-20 | export config output algorithms through shell API | An-Cheng Huang | |
2011-01-11 | reset initial parser state | An-Cheng Huang | |
(cherry picked from commit f780a3fe2703874219e70e7cf443846fd85e9a67) | |||
2011-01-11 | tweak parser for top-level comment | An-Cheng Huang | |
(cherry picked from commit 7f436bd240d19bace94f102ce2f035399e48d612) | |||
2011-01-07 | improve load error message | An-Cheng Huang | |
(cherry picked from commit 42f2fdb35cff89debd346126eb69cd95d855ff7b) | |||
2010-11-19 | remove parser debug output and move existence check. | An-Cheng Huang | |
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-11 | continue config parser work | An-Cheng Huang | |
* add parser to package build. * add prefix, error handling, etc. * fix handling of empty and 1-char values in lex. * add API function. | |||
2010-10-25 | initial lex/yacc config file parser | An-Cheng Huang | |