summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-11-29add limit check on stdout capture (8192 characters).Michael Larson
2010-11-29fix for duplicate messages on some system commands.Michael Larson
2010-11-24implementation of err location support for commit process. commit failures wi...Michael Larson
2010-11-24use exit code 1 to ease init script usageAn-Cheng Huang
2010-11-24Remove unused net_setStephen Hemminger
2010-11-22fix for bug 6459An-Cheng Huang
2010-11-19proper exit on failure.Michael
2010-11-19fix for bug 6448An-Cheng Huang
2010-11-19fix existence check in "syntax" when builtin expression is used.An-Cheng Huang
2010-11-19remove parser debug output and move existence check.An-Cheng Huang
2010-11-18Merge branch 'mendocino' of http://git.vyatta.com/vyatta-cfg into mendocinoStig Thormodsrud
2010-11-18Add --show-working-only option to showCfg.Stig Thormodsrud
2010-11-181) Ordered evaluation of these scripts similar to what is found inMichael Larson
2010-11-18change error message when showing non-existing paths.An-Cheng Huang
2010-11-17continue work on parser/output frameworkAn-Cheng Huang
2010-11-16modified output to match spec on error location.Michael Larson
2010-11-16allow error location to be set via environmental variable. update commit chec...Michael Larson
2010-11-15continue config file parser workAn-Cheng Huang
2010-11-15fix for bug 6427An-Cheng Huang
2010-11-12remove extra process layer--required before this command is expanded to handl...Michael Larson
2010-11-12initial work to parse config file into data structure.An-Cheng Huang
2010-11-11continue config parser workAn-Cheng Huang
2010-11-10consolidate similar logic and simplify codeAn-Cheng Huang
2010-11-10switch to new output frameworkAn-Cheng Huang
2010-11-10fix typo in commentAn-Cheng Huang
2010-11-09initial rework of config output frameworkAn-Cheng Huang
2010-11-09make commit aware of error location key and allow for passthrough.Michael Larson
2010-11-09modify formatting options for GUI client on -x option. Set option on GUI invo...Michael Larson
2010-11-08extend initial error location support to begin,delete,create,update,end--curr...Michael Larson
2010-11-04add session assertion for API functionsAn-Cheng Huang
2010-10-29change first, last, firstlast behavior to apply environment setting on each a...Michael Larson
2010-10-26Merge branch 'mendocino' of http://git.vyatta.com/vyatta-cfg into mendocinoMichael Larson
2010-10-26increase resolution of timing messages.Michael Larson
2010-10-25initial lex/yacc config file parserAn-Cheng Huang
2010-10-18temporary workaround for bug 5708An-Cheng Huang
2010-10-11change error location tag from commit processroot
2010-10-01Pass optional commit comment through commit to commit hooks.Stig Thormodsrud
2010-09-24cleanupAn-Cheng Huang
2010-09-24fix for bug 6213.root
2010-09-14fix for bug 6195An-Cheng Huang
2010-08-27fix for bug 5982.Michael Larson
2010-08-27allow commit hook commands to write to stdout.Michael Larson
2010-08-26fix for bug 5960An-Cheng Huang
2010-08-26mark the root as "changed" after "comment" operation.An-Cheng Huang
2010-08-26don't show extra empty level for typeless leaf nodes.An-Cheng Huang
2010-08-26mark changed ancestors up to the rootAn-Cheng Huang
2010-08-26new implementation for config outputAn-Cheng Huang
2010-08-25remove sorting from unsorted API callsAn-Cheng Huang
2010-08-25switch to unordered_mapAn-Cheng Huang
2010-08-24add extensible node sorting mechanismAn-Cheng Huang