Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 0.17.10debian/0.17.10 | 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 | 0.17.9debian/0.17.9 | An-Cheng Huang | |
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 | 0.17.8debian/0.17.8 | An-Cheng Huang | |
2010-08-20 | don't remove the workaround yet | An-Cheng Huang | |
* need to move changed status handling into the library. | |||
2010-08-20 | 0.17.7debian/0.17.7 | An-Cheng Huang | |
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 | 0.17.6debian/0.17.6 | An-Cheng Huang | |
2010-08-19 | adjust deactivate-aware logic | An-Cheng Huang | |
2010-08-19 | add API function | An-Cheng Huang | |
2010-08-13 | 0.17.5debian/0.17.5 | An-Cheng Huang | |
2010-08-13 | allow Vyatta::Config constructor to set level | An-Cheng Huang | |
2010-08-13 | add function to perl API | An-Cheng Huang | |
2010-08-13 | 0.17.4debian/0.17.4 | An-Cheng Huang | |
2010-08-13 | add API function for retrieving deleted values of a multi node. | An-Cheng Huang | |
2010-08-13 | get rid of lintian warning | 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 | 0.17.3debian/0.17.3 | An-Cheng Huang | |
2010-08-12 | add more functions to shell API | An-Cheng Huang | |
2010-08-12 | 0.17.2debian/0.17.2 | An-Cheng Huang | |
2010-08-12 | add required special cases for adsl/pppo* interfaces. | An-Cheng Huang | |
2010-08-12 | 0.17.1debian/0.17.1 | An-Cheng Huang | |
2010-08-12 | add util function to Interface.pm | An-Cheng Huang | |
2010-08-12 | remove unneeded env variables | An-Cheng Huang | |
2010-08-12 | 0.17.0debian/0.17.0 | 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 | 0.16.113debian/0.16.113 | 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-11 | add symlink for shell API binary | An-Cheng Huang | |
2010-08-10 | 0.16.112debian/0.16.112 | 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-10 | 0.16.111debian/0.16.111 | An-Cheng Huang | |
2010-08-10 | separate libvyatta-cfg1 package | An-Cheng Huang | |
2010-08-09 | 0.16.110debian/0.16.110 | 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-03 | 0.16.109debian/0.16.109 | An-Cheng Huang | |
2010-08-02 | new API change | An-Cheng Huang | |
* return of isActive() was inverted in original API. | |||
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. |