summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-25remove sorting from unsorted API callsAn-Cheng Huang
2010-08-25switch to unordered_mapAn-Cheng Huang
2010-08-240.17.10debian/0.17.10An-Cheng Huang
2010-08-24add extensible node sorting mechanismAn-Cheng Huang
* unify node sorting implementation into the backend library. * allow future implementation of per-node, customized sorting policy.
2010-08-230.17.9debian/0.17.9An-Cheng Huang
2010-08-23move "changed" status handling into libraryAn-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-200.17.8debian/0.17.8An-Cheng Huang
2010-08-20don't remove the workaround yetAn-Cheng Huang
* need to move changed status handling into the library.
2010-08-200.17.7debian/0.17.7An-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
* 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-190.17.6debian/0.17.6An-Cheng Huang
2010-08-19adjust deactivate-aware logicAn-Cheng Huang
2010-08-19add API functionAn-Cheng Huang
2010-08-130.17.5debian/0.17.5An-Cheng Huang
2010-08-13allow Vyatta::Config constructor to set levelAn-Cheng Huang
2010-08-13add function to perl APIAn-Cheng Huang
2010-08-130.17.4debian/0.17.4An-Cheng Huang
2010-08-13add API function for retrieving deleted values of a multi node.An-Cheng Huang
2010-08-13get rid of lintian warningAn-Cheng Huang
2010-08-13change 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-120.17.3debian/0.17.3An-Cheng Huang
2010-08-12add more functions to shell APIAn-Cheng Huang
2010-08-120.17.2debian/0.17.2An-Cheng Huang
2010-08-12add required special cases for adsl/pppo* interfaces.An-Cheng Huang
2010-08-120.17.1debian/0.17.1An-Cheng Huang
2010-08-12add util function to Interface.pmAn-Cheng Huang
2010-08-12remove unneeded env variablesAn-Cheng Huang
2010-08-120.17.0debian/0.17.0An-Cheng Huang
2010-08-12add more functions to shell APIAn-Cheng Huang
2010-08-11document equivalent perl API functions for shell API.An-Cheng Huang
2010-08-110.16.113debian/0.16.113An-Cheng Huang
2010-08-11add comments to document shell API usageAn-Cheng Huang
2010-08-11add functions to shell APIAn-Cheng Huang
2010-08-11add symlink for shell API binaryAn-Cheng Huang
2010-08-100.16.112debian/0.16.112An-Cheng Huang
2010-08-10further simplify shell API extension and add more functions.An-Cheng Huang
2010-08-10simplify extension of shell APIAn-Cheng Huang
2010-08-10add functions to shell APIAn-Cheng Huang
2010-08-100.16.111debian/0.16.111An-Cheng Huang
2010-08-10separate libvyatta-cfg1 packageAn-Cheng Huang
2010-08-090.16.110debian/0.16.110An-Cheng Huang
2010-08-09add function to C APIAn-Cheng Huang
2010-08-09provide default edit levelAn-Cheng Huang
2010-08-09commit needs to flush "progress file"An-Cheng Huang
2010-08-03remove "def" and "node.val" usage from high-level operations.An-Cheng Huang
2010-08-030.16.109debian/0.16.109An-Cheng Huang
2010-08-02new API changeAn-Cheng Huang
* return of isActive() was inverted in original API.
2010-08-02eval "allowed:" script in templateAn-Cheng Huang
* this emulates the original behavior that "allowed:" script is "eval"ed rather than "exec"ed.