Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-11 | Don't leak file descriptors to action | Stephen Hemminger | |
Bug 8204 Make sure we don't handle unnecessary file descriptors to child processes. This is done by marking file descriptors as close on exec, and closing pipe before exec. | |||
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. | |||
2012-03-22 | Bugfix 7267: make inodes allocate dynamically | John Southworth | |
2011-10-24 | Add VarRef translation to the allowed field for config mode | John Southworth | |
2011-07-29 | Fix build on older gcc | Stephen Hemminger | |
Incorrect use of #ifdef. Gcc major version is in __GNUC__ | |||
2011-07-29 | Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg into oxnard | John Southworth | |
2011-07-29 | Bugfix 2823: Configuration mode command interpreter, output adjustments for ↵ | John Southworth | |
consistency | |||
2011-07-29 | Fix build of config backend on Glibc 4.6 | Stephen Hemminger | |
Bug 7188 The problem is that vyatta cfg backend is using internals of c++ templates (in std::tr1) and these will change between versions of glibc. Workaround by adding necessary conditional compilation | |||
2011-07-25 | Bugfix 7362: Make some adjustments to previous patch per An-Cheng's suggestions | John Southworth | |
2011-07-23 | Oops, should have been false by default. | John Southworth | |
2011-07-23 | Bugfix 7362: Make reset_paths reset to root level when resolving varrefs | John Southworth | |
2011-07-15 | Bugfix 7331: better fix for the bug | John Southworth | |
(cherry picked from commit fdac525b7596f1b18c201bdcd5923d3e76453ebd) | |||
2011-07-15 | Don't allow users to set migration comments | John Southworth | |
(cherry picked from commit 9f1ff5427e0f72f2bded287be6e1d4cf442945cb) | |||
2011-06-15 | Bugfix 6767: Move log files from /tmp to /var/log/vyatta. | Bob Gilligan | |
2011-05-20 | update comment, fix typo, etc. | An-Cheng Huang | |
2011-05-18 | correct comment file handling in copy and minor cleanup. | An-Cheng Huang | |
2011-05-17 | add var ref "bug" to maintain backward compatibility. | An-Cheng Huang | |
2011-05-17 | reimplement commit locking | An-Cheng Huang | |
2011-05-17 | minor feature etc. | An-Cheng Huang | |
* add commit notification. * fix relative VAR references that traverse up to root level. | |||
2011-05-16 | tweak directory handling for unionfs | An-Cheng Huang | |
2011-05-13 | provide more info on failures | An-Cheng Huang | |
2011-05-12 | fix for bug 6771 | An-Cheng Huang | |
* reimplement process management to fix breakage caused by commit 792d6aa0dd0ecfd45c9b5ab57c6c0cb71a9b8da6. | |||
2011-05-10 | preliminary implementation of new commit | An-Cheng Huang | |
(cherry picked from commit 1b2a0fd1ae1e6dfc18e4f75f73cd7befb47cf538) | |||
2011-04-08 | fix for bug 6985 | An-Cheng Huang | |
* rename needs to mark the new tag value "changed". | |||
2011-04-06 | minor refactoring | An-Cheng Huang | |
2011-03-31 | add missing initialization | An-Cheng Huang | |
2011-03-31 | fix for bug 6966 | An-Cheng Huang | |
* fix paths issue in edit mode. | |||
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-09 | switch query functions to use lower-level API directly. | An-Cheng Huang | |
2011-03-03 | remove deactivate-handling code from commit | An-Cheng Huang | |
* activate/deactivate is pending redesign, so the old code no longer applies. * conceptually activate/deactivate should be transparent to commit so removing the old code. | |||
2011-03-01 | tweak map iterator usage | An-Cheng Huang | |
2011-03-01 | add caching for parsed config templates | An-Cheng Huang | |
* this improves backend performance by ~15% in, e.g., "load" (w/o commit) and "show". * this is only temporary and eventually caching should be done at higher level for better performance, and that will require config path abstraction. | |||
2011-02-28 | add config template abstraction | An-Cheng Huang | |
2011-02-18 | namespace reorg | An-Cheng Huang | |
2011-01-27 | rework/simplify path handling | An-Cheng Huang | |
2011-01-05 | fix for bug 6641 | An-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-20 | make output-related functions static | An-Cheng Huang | |
2010-12-13 | make the library croak when internal error occurs in perl context. | An-Cheng Huang | |
* extend output/assert mechanism and simplify code. * when handling internal error, automatically detect perl context and croak if the library is used from perl. | |||
2010-12-10 | fix for bug 6026 | An-Cheng Huang | |
* for unionfs cstore implementation, enforce file size limit on both read and write and raise limit to 256 KB. | |||
2010-12-08 | output session assert message to user | 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-22 | fix for bug 6459 | An-Cheng Huang | |
* don't throw away "unsaved" state when doing "discard". | |||
2010-11-19 | fix existence check in "syntax" when builtin expression is used. | An-Cheng Huang | |
2010-11-15 | fix for bug 6427 | An-Cheng Huang | |
* also show non-existing nodes for "edit" completion. | |||
2010-11-10 | switch to new output framework | An-Cheng Huang | |
* change showCfg to use new code. * remove old files. | |||
2010-11-10 | fix typo in comment | An-Cheng Huang | |
2010-11-09 | initial rework of config output framework | An-Cheng Huang | |
* separate data from algorithm. * prepare for unified input/output framework. | |||
2010-11-04 | add session assertion for API functions | An-Cheng Huang | |
* enforce session for API functions requiring it. | |||
2010-10-18 | temporary workaround for bug 5708 | An-Cheng Huang | |
* disallow deactivate on leaf nodes. revisit after "default value"-related issues are resolved. | |||
2010-09-24 | cleanup | An-Cheng Huang | |
* set help string only if available. * use "builtin" explicitly. |