Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-23 | alter return check for dirctory copy on successful completion of node ↵ | slioch | |
processing. | |||
2008-12-15 | removed tmp file that shouldn't have been committed. | slioch | |
2008-12-15 | initial checkin of new commit code--building but does not replace original ↵ | slioch | |
commit. New commit may be accessed through my_commit2 binary. | |||
2008-11-13 | Simplify the debug code | Stephen Hemminger | |
dump_log doesn't need allocate whole buffer, just print in steps. | |||
2008-10-28 | Fix 3505: cli crash on delete of ipv6net static route. | Stig Thormodsrud | |
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-09-04 | Handle special files in aufs | Stephen Hemminger | |
aufs uses .wh.wh.XXX files for internal state. So ignore them in the commit function. | |||
2008-09-04 | Fix build warnings | Stephen Hemminger | |
Get rid of warnings for push_path discards qualifiers from pointer target type. | |||
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-29 | Optimize commit | Stephen Hemminger | |
Use inline (rather than system), and avoid unneeded allocations. | |||
2008-07-29 | Turn my_wrappers into macros | Stephen Hemminger | |
The my_malloc() etc wrappers can be shrunk by using macros. | |||
2008-07-29 | Avoid overhead of system | Stephen Hemminger | |
Use mkdir and file operations rather than overhead of escaping to system() shell. | |||
2008-07-29 | Avoid needless calls to system() | Stephen Hemminger | |
Add a version of touch and mkdir -p commands coded directly without going out to shell. | |||
2008-07-29 | Add missing include | Stephen Hemminger | |
Pickup definition of bye() to avoid warning. | |||
2008-07-29 | Add annotation to cli functions | Stephen Hemminger | |
Use gcc annotations for noreturn and printf like formats | |||
2008-07-29 | type_to_name returns immutable string | Stephen Hemminger | |
Don't want accidental errors | |||
2008-07-29 | Fix 3505: cli crashes on ipv6net type. | Stig Thormodsrud | |
2008-07-07 | fix for bug 3216. added no escape option to push path for environmental path ↵ | Michael Larson | |
variable. note this is appied to all c code access to the edit env variable. | |||
2008-07-01 | Merge branch 'hollywood' of http://git.vyatta.com/vyatta-cfg into hollywood | Michael Larson | |
2008-07-01 | fix for bug 3377. | Michael Larson | |
2008-06-30 | fix for bug 3403: allocate correct amount of memory for multi-valued nodes. | An-Cheng Huang | |
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-16 | modified fix for 2525--fixes problem introduced with last fix (bug 3163) | Michael Larson | |
2008-04-15 | revert fix for 2525 until delete on commit warnings are resolved. | Michael Larson | |
2008-04-15 | reverse sort order on delete | Michael Larson | |
2008-04-14 | modified node ordering code. | Michael Larson | |
2008-04-14 | partial revert of priority support--will reapply after additional changes. | Michael Larson | |
2008-04-13 | temp removal of free--possible corruption. | Michael Larson | |
2008-04-11 | support for node priority. higher value in node.def is higher priority. | Michael Larson | |
2008-04-10 | partial fix for bug 2181: add new template field "priority". | An-Cheng Huang | |
2008-04-10 | alternate fix for 2525--force directory evaluation upstream. | Michael Larson | |
2008-04-10 | Revert "fix for bug 2525" | Michael Larson | |
This reverts commit f352a460fdf15ac927d1deb4672c42b334eb8e67. | |||
2008-04-09 | fix for bug 2525 | Michael Larson | |
2008-04-04 | fix for bug 2549. | Michael Larson | |
2008-04-04 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-04-03 | fix for bug 3097: correctly detect deleted tag | An-Cheng Huang | |
2008-04-03 | fix for bug 2507 | Michael Larson | |
2008-04-03 | code cleanup (remove some evil copy-and-paste instances). | An-Cheng Huang | |
2008-03-31 | fix for bug 2675: correctly detect newly created config nodes. | An-Cheng Huang | |
2008-03-18 | Bugfix: 2986 | Bob Gilligan | |
Fix typo in arguments to "mount" command. | |||
2008-03-17 | Bugfix: 2885 | Bob Gilligan | |
Place the "changes only" directory that is used by the configuration subsystem in its union mount into /tmp. We see kernel panics in unionfs at umount time in some cases when the "changes only" directory is located in a tmpfs filesystem. | |||
2008-03-10 | Convert from VPL 1.0 to GPLv2 | Stephen Hemminger | |
Glendale release is licensed under GPL version 2. | |||
2008-02-26 | fix for bug 2749: add u32 range check | An-Cheng Huang | |
2008-02-26 | fix for bug 2868: return failure for invalid values. | An-Cheng Huang | |
2008-02-19 | add template validation tool, check_tmpl | An-Cheng Huang | |
2008-02-19 | exit after encountering parse error when handling default values. | An-Cheng Huang | |
2008-02-06 | make parse error message more useful | An-Cheng Huang | |
2008-02-05 | allow empty line after "tag:" | An-Cheng Huang | |