debian/changelog | 8 +++ debian/vyatta-cfg.lintian-overrides | 1 lib/Vyatta/Config.pm | 9 +++ perl_dmod/Cstore/Cstore.xs | 11 ++++ src/cstore/cstore-c.cpp | 4 - src/cstore/cstore-varref.cpp | 8 +-- src/cstore/cstore.cpp | 87 ++++++++++++++++++++++------------ src/cstore/cstore.hpp | 2 src/cstore/unionfs/cstore-unionfs.cpp | 14 ++--- src/cstore/unionfs/cstore-unionfs.hpp | 2 10 files changed, 103 insertions(+), 43 deletions(-)
New commits: commit 7344a10432d10362fa563fa3dd056dbd6a73174f Author: An-Cheng Huang <[email protected]> Date: Fri Aug 13 11:19:25 2010 -0700 0.17.4 commit 31f5a0c0245604b891aac418b3b787556b9f6b5b Author: An-Cheng Huang <[email protected]> Date: Fri Aug 13 11:18:33 2010 -0700 add API function for retrieving deleted values of a multi node. commit 8e98a22b3b62bab16bcf8dffd6df5ff00c540f59 Author: An-Cheng Huang <[email protected]> Date: Fri Aug 13 11:13:52 2010 -0700 get rid of lintian warning commit 5ed312ef6122c7f652c0c07e4357721b4dda8f4f Author: An-Cheng Huang <[email protected]> Date: Fri Aug 13 10:56:03 2010 -0700 change all vector/string size to size_t just to be safe. * 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. http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=7344a10432d10362fa563fa3dd056dbd6a73174f http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=31f5a0c0245604b891aac418b3b787556b9f6b5b http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=8e98a22b3b62bab16bcf8dffd6df5ff00c540f59 http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=5ed312ef6122c7f652c0c07e4357721b4dda8f4f _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
