summaryrefslogtreecommitdiff
path: root/src/common/common.h
AgeCommit message (Collapse)Author
2011-03-02clean up commit dead code etc. etc. etc.An-Cheng Huang
2011-02-23remove compiler warningsAn-Cheng Huang
2009-10-10performance optimization on commit. On successful commits (i.e. no failures) ↵slioch
will improve performance by avoiding the piecewise priority based copy and just copy the complete configuration once. On specific test configuration performance improvement brought commit boot time down from >15 minutes to less than 10 minutes.
2009-04-01orphaned parent supportslioch
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).
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.