summaryrefslogtreecommitdiff
path: root/src/cstore
AgeCommit message (Expand)Author
2011-05-10preliminary implementation of new commitAn-Cheng Huang
2011-04-08fix for bug 6985An-Cheng Huang
2011-04-06minor refactoringAn-Cheng Huang
2011-03-31add missing initializationAn-Cheng Huang
2011-03-31fix for bug 6966An-Cheng Huang
2011-03-17add config path abstraction and high-level cachingAn-Cheng Huang
2011-03-09switch query functions to use lower-level API directly.An-Cheng Huang
2011-03-03remove deactivate-handling code from commitAn-Cheng Huang
2011-03-01tweak map iterator usageAn-Cheng Huang
2011-03-01add caching for parsed config templatesAn-Cheng Huang
2011-02-28add config template abstractionAn-Cheng Huang
2011-02-18namespace reorgAn-Cheng Huang
2011-01-27rework/simplify path handlingAn-Cheng Huang
2011-01-05fix for bug 6641An-Cheng Huang
2010-12-20make output-related functions staticAn-Cheng Huang
2010-12-13make the library croak when internal error occurs in perl context.An-Cheng Huang
2010-12-10fix for bug 6026An-Cheng Huang
2010-12-08output session assert message to userAn-Cheng Huang
2010-12-02implement load function in new config input/output infrastructure.An-Cheng Huang
2010-11-22fix for bug 6459An-Cheng Huang
2010-11-19fix existence check in "syntax" when builtin expression is used.An-Cheng Huang
2010-11-15fix for bug 6427An-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-04add session assertion for API functionsAn-Cheng Huang
2010-10-18temporary workaround for bug 5708An-Cheng Huang
2010-09-24cleanupAn-Cheng Huang
2010-09-14fix for bug 6195An-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
2010-08-23move "changed" status handling into libraryAn-Cheng Huang
2010-08-20don't remove the workaround yetAn-Cheng Huang
2010-08-20mark nodes created by "default" as "changed"An-Cheng Huang
2010-08-20remove workaround for "changed" status handlingAn-Cheng Huang
2010-08-20handle "changed" status properlyAn-Cheng Huang
2010-08-19adjust deactivate-aware logicAn-Cheng Huang
2010-08-19add API functionAn-Cheng Huang
2010-08-13add API function for retrieving deleted values of a multi node.An-Cheng Huang
2010-08-13change all vector/string size to size_t just to be safe.An-Cheng Huang
2010-08-12add more functions to shell APIAn-Cheng Huang
2010-08-09add function to C APIAn-Cheng Huang
2010-08-09provide default edit levelAn-Cheng Huang
2010-08-03remove "def" and "node.val" usage from high-level operations.An-Cheng Huang
2010-08-02eval "allowed:" script in templateAn-Cheng Huang