Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2010-09-14 | fix for bug 6195 | An-Cheng Huang | |
* fix ".*" filtering. | |||
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-09 | add function to C API | An-Cheng Huang | |
2010-08-09 | provide default edit level | 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-28 | add cstore-specific header file | An-Cheng Huang | |
2010-07-28 | add new cstore library | An-Cheng Huang | |