summaryrefslogtreecommitdiff
path: root/src/cli_shell_api.cpp
AgeCommit message (Collapse)Author
2011-02-18namespace reorgAn-Cheng Huang
2011-01-20add comments for showConfigAn-Cheng Huang
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
2011-01-05fix for bug 6641An-Cheng Huang
* change shell API to only use "edit level" when needed. * add factory functions for cstore creation to simplify code. (cherry picked from commit 2208bfef1004295d3227492c6a3e9d7b36903db5)
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-24use exit code 1 to ease init script usageAn-Cheng Huang
2010-11-18Add --show-working-only option to showCfg.Stig Thormodsrud
2010-11-10switch to new output frameworkAn-Cheng Huang
* change showCfg to use new code. * remove old files.
2010-08-26new implementation for config outputAn-Cheng Huang
* replace the original ConfigOutput perl module. * simplify logic and fix bugs in original code.
2010-08-12add more functions to shell APIAn-Cheng Huang
2010-08-12add more functions to shell APIAn-Cheng Huang
2010-08-11document equivalent perl API functions for shell API.An-Cheng Huang
2010-08-11add comments to document shell API usageAn-Cheng Huang
2010-08-11add functions to shell APIAn-Cheng Huang
2010-08-10further simplify shell API extension and add more functions.An-Cheng Huang
2010-08-10simplify extension of shell APIAn-Cheng Huang
2010-08-10add functions to shell APIAn-Cheng Huang
2010-07-28add cstore-specific header fileAn-Cheng Huang
2010-07-28add new cstore libraryAn-Cheng Huang