Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-09 | commit post-processing performance optimization | An-Cheng Huang | |
* convert subshell invocations to library function calls. * reduce boot time by ~40 seconds for "certain configuration". | |||
2008-10-07 | fix for regression bug 3758. added additional check requiring opening and ↵ | slioch | |
closing quotes before stripping takes place. | |||
2008-10-06 | fix for bug 3666. strip off leading and trailing quote from default text ↵ | slioch | |
values that are deleted. default values are treated differently from hollywood. The main difference a script writer needs to be aware of is that a deleted node will set the value of the node back to the default value rather than deleting the node. This means that a node that has a default value will always be in existence (if the parent exists) and that a user cannot delete this node. | |||
2008-08-27 | strip off whitespace in default value parsed from node.def file--fixes ↵ | slioch | |
problem of deleting time-zone value without value. | |||
2008-07-29 | Optimize delete | Stephen Hemminger | |
Use inline code rather than system() function, and optimize allocation to use stack where possible. | |||
2008-07-01 | fix for bug 3377. | Michael Larson | |
2008-04-22 | create def file to mark configuration nodes that are created by default, ↵ | Michael Larson | |
rather than a node with a default value created by a user. partial fix for bug 1219. Allows system to differentiate between active def nodes versus user created nodes with def values. | |||
2008-04-04 | fix for bug 2549. | Michael Larson | |
2008-04-03 | fix for bug 2507 | Michael Larson | |
2008-03-18 | Bugfix: 2986 | Bob Gilligan | |
Fix typo in arguments to "mount" command. | |||
2007-12-13 | support aufs and unionfs | Tom Grennan | |
2007-11-08 | * output error message if set/delete/commit fails. | An-Cheng Huang | |
* remove compiler warnings. | |||
2007-10-30 | handle config locking | An-Cheng Huang | |
2007-10-29 | general cleanup of CLI output | An-Cheng Huang | |
2007-10-29 | redirect output by default | An-Cheng Huang | |
2007-09-25 | initial import (from eureka /cli) plus new build system.upstream | An-Cheng Huang | |