Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-13 | add API function for retrieving deleted values of a multi node. | 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 | add more functions to shell API | 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 | add comments to document shell API usage | An-Cheng Huang | |
2010-08-11 | add functions to shell API | 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-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-02 | eval "allowed:" script in template | An-Cheng Huang | |
* this emulates the original behavior that "allowed:" script is "eval"ed rather than "exec"ed. | |||
2010-07-31 | make edit do implicit set | An-Cheng Huang | |
* this preserves the behavior of the original implementation and allows edit on nonexistent nodes. | |||
2010-07-31 | handle potential exceptions from filesystem operations. | An-Cheng Huang | |
2010-07-30 | make destructors virtual | An-Cheng Huang | |
2010-07-30 | add default status observers | An-Cheng Huang | |
2010-07-29 | timing syslog entries on commit hooks | Michael Larson | |
2010-07-28 | add cstore-specific header file | An-Cheng Huang | |
2010-07-28 | add new cstore library | An-Cheng Huang | |
2010-07-21 | fix for bug 5882. | Michael Larson | |
2010-07-19 | more cleanup to new help impl. | Michael Larson | |
2010-07-19 | modified handling of status return codes for child process. | Michael Larson | |
2010-07-19 | modified syntax and commit checks now applied during commit. | Michael Larson | |
modification allows for error statement to be placed after location of error node. | |||
2010-07-16 | fix for bug 5789 and bug 5860 | Michael Larson | |
2010-06-28 | return false for invalid value instead of exiting | An-Cheng Huang | |
2010-06-25 | fix for bug 5721 and 5722--actually these were duplicates. | Michael Larson | |
2010-06-24 | fix additional case for vyatta guard restarting under deletion of ↵ | Michael Larson | |
deactivated nodes. | |||
2010-06-23 | partial fix for bug 5729 (comment #1). | Michael Larson | |
2010-06-22 | add val_help mechanism | An-Cheng Huang | |
2010-06-21 | lstat checks should have been covered on last checkin. | Michael Larson | |
additional fix for 5667 | |||
2010-06-18 | fix for bug 5701. | Michael Larson | |
2010-06-10 | add value character restriction | An-Cheng Huang | |
* disallow newline in value strings. * move check into lib. | |||
2010-06-10 | fix for bug 5679. | Michael Larson | |
2010-06-09 | cleanup and fix cases to handle activated deleted multinodes correctly. ↵ | Michael Larson | |
simplified deactivated nodes logic in commit. | |||
2010-06-08 | fix for bug 5667. Moved the location of the deactivate check. | Michael Larson | |
2010-06-08 | fix for bug 5213 | An-Cheng Huang | |
* handle absolute variable references correctly. | |||
2010-06-05 | add commit hook directory. | Michael Larson | |
The entitlement bug can be fixed https://bugzilla.vyatta.com/show_bug.cgi?id=5354 by adding a hook into this directory. | |||
2010-06-04 | fix for deactivated root node that is deleted and then committed. | Michael Larson | |
Bug found my Mohit. | |||
2010-06-03 | fixed break in regression on action failures. will revisit compilier warning ↵ | Michael Larson | |
for this conditional statement in subsequent checkin. | |||
2010-06-02 | simplify output init | An-Cheng Huang | |
2010-06-02 | Additional fix to cli_new.c on arg. | Michael Larson | |
2010-06-02 | more fixes for compilier warnings. | Michael Larson | |
2010-06-02 | fix for compilier warnings in commit2.c | Michael Larson | |
2010-06-01 | Remove unnecessary return statements | Stephen Hemminger | |
Get rid of: return; } | |||
2010-06-01 | bug fix for 5646. Suppress variable replacement if deactivated for disabled ↵ | Michael Larson | |
nodes (where variables reside). | |||
2010-05-31 | fix for bug 5649. Need to initialize val_types for value comparison to ↵ | Michael Larson | |
ERROR_TYPE | |||
2010-05-31 | add constness to parse_def | An-Cheng Huang | |