about summary refs log tree commit diff
path: root/src/libstore/export-import.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-4/+4
2017-07-04 Support base-64 hashesEelco Dolstra1-1/+1
2017-07-03 Replace a few bool flags with enumsEelco Dolstra1-2/+2
2017-05-16 Improve progress indicatorEelco Dolstra1-4/+4
2017-03-01 TeeSink: Pre-reserve string spaceEelco Dolstra1-6/+5
2017-03-01 RemoteStore::addToStore(): Send NAR rather than string containing NAREelco Dolstra1-22/+1
2017-03-01 Handle importing NARs containing files greater than 4 GiBEelco Dolstra1-1/+1
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-4/+4
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-4/+4
2016-10-21 Remove addPathToAccessorEelco Dolstra1-4/+1
2016-10-21 BinaryCacheStore: Optionally write a NAR listingEelco Dolstra1-1/+1
2016-10-07 importPaths(): Fix accessor support for HydraEelco Dolstra1-7/+2
2016-06-01 Make the store directory a member variable of StoreEelco Dolstra1-2/+2
2016-05-31 nix-copy-closure / build-remote.pl: Disable signature checkingEelco Dolstra1-2/+2
2016-05-04 Add a Store::addToStore() variant that accepts a NAREelco Dolstra1-0/+136