about summary refs log tree commit diff
path: root/src/libutil/finally.hh
AgeCommit message (Collapse)AuthorFilesLines
2016-11-07 Add missing #includeEelco Dolstra1-0/+2
2016-04-29 Eliminate the substituter mechanismEelco Dolstra1-0/+12
Substitution is now simply a Store -> Store copy operation, most typically from BinaryCacheStore to LocalStore.