Makefile.am | 6 debian/changelog | 11 debian/vyatta-cfg.postinst.in | 2 etc/bash_completion.d/vyatta-cfg | 4 src/cli_bin.cpp | 35 src/cli_cstore.h | 7 src/cli_new.c | 24 src/cli_objects.h | 5 src/cli_shell_api.cpp | 1 src/cli_val.h | 4 src/cnode/cnode-algorithm.cpp | 64 + src/cnode/cnode-algorithm.hpp | 53 + src/cnode/cnode-util.hpp | 84 ++ src/cnode/cnode.cpp | 40 - src/cnode/cnode.hpp | 56 - src/commit/commit-algorithm.cpp | 1209 ++++++++++++++++++++++++++++++++++ src/commit/commit-algorithm.hpp | 196 +++++ src/cparse/cparse.hpp | 6 src/cparse/cparse.ypp | 2 src/cstore/cstore-varref.cpp | 40 - src/cstore/cstore.cpp | 83 +- src/cstore/cstore.hpp | 26 src/cstore/ctemplate.hpp | 19 src/cstore/unionfs/cstore-unionfs.cpp | 495 ++++++++++--- src/cstore/unionfs/cstore-unionfs.hpp | 62 + src/cstore/unionfs/fspath.hpp | 1 26 files changed, 2249 insertions(+), 286 deletions(-)
New commits: commit 6e90c16cdba80d3f1861e6a68ccd987b9a16090c Author: An-Cheng Huang <[email protected]> Date: Tue May 10 09:25:52 2011 +0800 0.18.98 commit 7d40a9f96cddcaaed6abc83b54101d8d5eeeeb60 Author: An-Cheng Huang <[email protected]> Date: Thu May 5 16:25:48 2011 +0800 clean up when committing no changes (cherry picked from commit 113b5ee593fd3196e2b1c828c3dd82032758e492) commit 491b4c361f3a612835e76604fbd751e6e6905c3d Author: An-Cheng Huang <[email protected]> Date: Sat Apr 30 21:42:12 2011 +0800 preliminary implementation of new commit (cherry picked from commit 1b2a0fd1ae1e6dfc18e4f75f73cd7befb47cf538) http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=6e90c16cdba80d3f1861e6a68ccd987b9a16090c http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=7d40a9f96cddcaaed6abc83b54101d8d5eeeeb60 http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=491b4c361f3a612835e76604fbd751e6e6905c3d _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
