summaryrefslogtreecommitdiff
path: root/src/delete.c
AgeCommit message (Collapse)Author
2009-10-09commit post-processing performance optimizationAn-Cheng Huang
* convert subshell invocations to library function calls. * reduce boot time by ~40 seconds for "certain configuration".
2008-10-07fix for regression bug 3758. added additional check requiring opening and ↵slioch
closing quotes before stripping takes place.
2008-10-06fix 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-27strip off whitespace in default value parsed from node.def file--fixes ↵slioch
problem of deleting time-zone value without value.
2008-07-29Optimize deleteStephen Hemminger
Use inline code rather than system() function, and optimize allocation to use stack where possible.
2008-07-01fix for bug 3377.Michael Larson
2008-04-22create 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-04fix for bug 2549.Michael Larson
2008-04-03fix for bug 2507Michael Larson
2008-03-18Bugfix: 2986Bob Gilligan
Fix typo in arguments to "mount" command.
2007-12-13support aufs and unionfsTom Grennan
2007-11-08* output error message if set/delete/commit fails.An-Cheng Huang
* remove compiler warnings.
2007-10-30handle config lockingAn-Cheng Huang
2007-10-29general cleanup of CLI outputAn-Cheng Huang
2007-10-29redirect output by defaultAn-Cheng Huang
2007-09-25initial import (from eureka /cli) plus new build system.upstreamAn-Cheng Huang