Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-05 | remove old source commit head. likely no longer works well given ↵ | Michael Larson | |
corresponding changes made to node.defs | |||
2009-10-02 | Update function prototypes | Stephen Hemminger | |
Use (void) rather than old K&R style. Make some functions local. | |||
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-07-29 | Optimize commit | Stephen Hemminger | |
Use inline (rather than system), and avoid unneeded allocations. | |||
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-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-03 | fix for bug 3097: correctly detect deleted tag | An-Cheng Huang | |
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-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. | |||
2007-12-17 | Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfg | alex | |
2007-12-17 | Fixed commit after partial deletion of the multivalue. | alex | |
2007-12-13 | Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfg | Tom Grennan | |
2007-12-13 | support aufs and unionfs | Tom Grennan | |
2007-12-11 | Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfg | alex | |
2007-12-11 | Bug #2509 | alex | |
Multivalue nodes are diffed with previous value for validation before commit. | |||
2007-12-06 | fix for bug 2522: don't show/return error if there's nothing to commit. | An-Cheng Huang | |
2007-11-08 | * output error message if set/delete/commit fails. | An-Cheng Huang | |
* remove compiler warnings. | |||
2007-11-08 | fix for bug 2467: cli backend now performs delete actions recursively | An-Cheng Huang | |
in the proper order. | |||
2007-10-30 | add configuration change notification. | An-Cheng Huang | |
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 | |