debian/changelog | 7 perl_dmod/Cstore/Cstore.xs | 145 +-- perl_dmod/Cstore/typemap | 15 src/cli_bin.cpp | 25 src/cli_cstore.h | 2 src/cli_shell_api.cpp | 92 +- src/cnode/cnode-algorithm.cpp | 126 +-- src/cnode/cnode-algorithm.hpp | 16 src/cnode/cnode.cpp | 25 src/cnode/cnode.hpp | 26 src/cparse/cparse.ypp | 25 src/cstore/cpath.hpp | 88 ++ src/cstore/cstore-c.cpp | 33 src/cstore/cstore-varref.cpp | 69 + src/cstore/cstore-varref.hpp | 10 src/cstore/cstore.cpp | 1250 ++++++++++++++++------------------ src/cstore/cstore.hpp | 214 ++--- src/cstore/ctemplate.hpp | 9 src/cstore/svector.hpp | 345 +++++++++ src/cstore/unionfs/cstore-unionfs.cpp | 407 +++++------ src/cstore/unionfs/cstore-unionfs.hpp | 117 +-- src/cstore/unionfs/fspath.hpp | 92 ++ src/exe_action.c | 15 23 files changed, 1851 insertions(+), 1302 deletions(-)
New commits: commit 114f8a12878ae8890a6eddff81923f00e4438ef7 Author: An-Cheng Huang <[email protected]> Date: Thu Mar 17 11:50:03 2011 -0700 0.18.90 commit eb9f5718d412022015bb65eb08c30785c79e79e6 Author: An-Cheng Huang <[email protected]> Date: Thu Mar 17 11:48:54 2011 -0700 add config path abstraction and high-level caching * part of the config backend cleanup/optimization work. * improves the performance of "load" (w/o commit) by ~55% and "show" by ~15%. commit cda3f423c311fd30e8cc24e2de67d99baf352b2a Author: An-Cheng Huang <[email protected]> Date: Fri Mar 11 09:23:27 2011 -0800 remove another copied-and-pasted function http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=114f8a12878ae8890a6eddff81923f00e4438ef7 http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=eb9f5718d412022015bb65eb08c30785c79e79e6 http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=cda3f423c311fd30e8cc24e2de67d99baf352b2a _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
