Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-26 | fix for bug 5960 | An-Cheng Huang | |
* change "commit" to use syscalls (instead of system("...") calls) for mount/umount. * this is a temporary fix, and such low-level details need to be moved into the backend library. | |||
2010-08-26 | mark the root as "changed" after "comment" operation. | An-Cheng Huang | |
2010-08-26 | don't show extra empty level for typeless leaf nodes. | An-Cheng Huang | |
2010-08-26 | mark changed ancestors up to the root | An-Cheng Huang | |
2010-08-26 | new implementation for config output | An-Cheng Huang | |
* replace the original ConfigOutput perl module. * simplify logic and fix bugs in original code. | |||
2010-08-25 | remove sorting from unsorted API calls | An-Cheng Huang | |
2010-08-25 | switch to unordered_map | An-Cheng Huang | |
2010-08-24 | add extensible node sorting mechanism | An-Cheng Huang | |
* unify node sorting implementation into the backend library. * allow future implementation of per-node, customized sorting policy. | |||
2010-08-23 | move "changed" status handling into library | An-Cheng Huang | |
* remove public status modifier as high-level operations no longer need it. * add more information to clarify changed status handling in library. * mark changed status at appropriate places in library. | |||
2010-08-20 | don't remove the workaround yet | An-Cheng Huang | |
* need to move changed status handling into the library. | |||
2010-08-20 | mark nodes created by "default" as "changed" | An-Cheng Huang | |
2010-08-20 | remove workaround for "changed" status handling | An-Cheng Huang | |
2010-08-20 | handle "changed" status properly | An-Cheng Huang | |
* original backend implementation uses unionfs-specific "changes only" dir to determine "changed" status. this breaks when it involves deactivated nodes. * new library design uses explicit per-node "changed" marker. however, since previously "commit" only handles a root "changed" marker, the new library could not implement this scheme and used a workaround instead. * now add API functions for "commit" to properly clean up "changed" markers. * modify "commit" to use these API functions and remove the workaround from the new library. | |||
2010-08-19 | adjust deactivate-aware logic | An-Cheng Huang | |
2010-08-19 | add API function | An-Cheng Huang | |
2010-08-13 | add API function for retrieving deleted values of a multi node. | An-Cheng Huang | |
2010-08-13 | change all vector/string size to size_t just to be safe. | An-Cheng Huang | |
* would have been a problem if template tree becomes more than 2^32 levels deep or if value strings longer than 2^32 characters are allowed. | |||
2010-08-12 | add more functions to shell API | An-Cheng Huang | |
2010-08-12 | add more functions to shell API | An-Cheng Huang | |
2010-08-11 | document equivalent perl API functions for shell API. | An-Cheng Huang | |
2010-08-11 | add comments to document shell API usage | An-Cheng Huang | |
2010-08-11 | add functions to shell API | An-Cheng Huang | |
2010-08-10 | further simplify shell API extension and add more functions. | An-Cheng Huang | |
2010-08-10 | simplify extension of shell API | An-Cheng Huang | |
2010-08-10 | add functions to shell API | An-Cheng Huang | |
2010-08-09 | add function to C API | An-Cheng Huang | |
2010-08-09 | provide default edit level | An-Cheng Huang | |
2010-08-09 | commit needs to flush "progress file" | An-Cheng Huang | |
2010-08-03 | remove "def" and "node.val" usage from high-level operations. | An-Cheng Huang | |
2010-08-02 | eval "allowed:" script in template | An-Cheng Huang | |
* this emulates the original behavior that "allowed:" script is "eval"ed rather than "exec"ed. | |||
2010-07-31 | make edit do implicit set | An-Cheng Huang | |
* this preserves the behavior of the original implementation and allows edit on nonexistent nodes. | |||
2010-07-31 | handle potential exceptions from filesystem operations. | An-Cheng Huang | |
2010-07-30 | make destructors virtual | An-Cheng Huang | |
2010-07-30 | add default status observers | An-Cheng Huang | |
2010-07-29 | timing syslog entries on commit hooks | Michael Larson | |
2010-07-28 | add cstore-specific header file | An-Cheng Huang | |
2010-07-28 | add new cstore library | An-Cheng Huang | |
2010-07-21 | fix for bug 5882. | Michael Larson | |
2010-07-19 | more cleanup to new help impl. | Michael Larson | |
2010-07-19 | modified handling of status return codes for child process. | Michael Larson | |
2010-07-19 | modified syntax and commit checks now applied during commit. | Michael Larson | |
modification allows for error statement to be placed after location of error node. | |||
2010-07-16 | fix for bug 5789 and bug 5860 | Michael Larson | |
2010-06-28 | return false for invalid value instead of exiting | An-Cheng Huang | |
2010-06-25 | fix for bug 5721 and 5722--actually these were duplicates. | Michael Larson | |
2010-06-24 | fix additional case for vyatta guard restarting under deletion of ↵ | Michael Larson | |
deactivated nodes. | |||
2010-06-23 | partial fix for bug 5729 (comment #1). | Michael Larson | |
2010-06-22 | add val_help mechanism | An-Cheng Huang | |
2010-06-21 | lstat checks should have been covered on last checkin. | Michael Larson | |
additional fix for 5667 | |||
2010-06-18 | fix for bug 5701. | Michael Larson | |
2010-06-10 | add value character restriction | An-Cheng Huang | |
* disallow newline in value strings. * move check into lib. |