summaryrefslogtreecommitdiff
path: root/src/common/unionfs.c
AgeCommit message (Collapse)Author
2009-03-02fixed preservation of def file when committing configuration. default leafsslioch
configured by system will now be suppressed via show command (same behavior as with old commit).
2009-02-26handle seg violation if an empty line is found in the priority file.slioch
2009-02-25cosmetic changes, and better to not leave interfaces root node under default ↵slioch
priority.
2009-02-25harvesting dead code.slioch
2009-02-25nested priority case under interfaces need mkdir with -p option to setslioch
up parent directories before parent priority is visited.
2009-02-24replace unionfs synchronization code with piecewise copy. this should fix ↵slioch
most of the problems related to nested priorities (but not all). also moved node profiling output from debug file to stdout (when enabled by the -c flag).
2009-02-17added additional debug output and fixed dumping of trans nodes to screen. ↵slioch
added default priorities in priorities file. also fixed bug where interface changes could sweep in portions of failed configuration on error. now fixed.
2009-01-26expose new cli functions in cfg library.slioch
2008-12-15initial checkin of new commit code--building but does not replace original ↵slioch
commit. New commit may be accessed through my_commit2 binary.