aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/serialise.hh
AgeCommit message (Expand)Author
2022-08-17Remove warnLargeDump()Eelco Dolstra
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2022-01-18Get rid of std::shared_ptr<std::string> and ref<std::string>Eelco Dolstra
2022-01-17StringSource: Use std::string_viewEelco Dolstra
2022-01-17serialise.hh: Use std::string_viewEelco Dolstra
2021-03-10Use libarchive for all compressionYorick van Pelt
2020-12-02read(): Use char * instead of unsigned char *Eelco Dolstra
2020-12-02Sink: Use std::string_viewEelco Dolstra
2020-10-30Fix memory corruption caused by GC-invisible coroutine stacksRobert Hensing
2020-10-07Serialize exceptions from the sandbox process to the parentEelco Dolstra
2020-09-22Merge branch 'add-ca-to-store' of https://github.com/hercules-ci/nixEelco Dolstra
2020-09-22Silence a compiler warning in serialise.hhregnat
2020-09-21Move FramedSink next to FramedSourceRobert Hensing
2020-09-17Move FramedSource and FramedSink, extract withFramedSinkRobert Hensing
2020-09-17Add Source.drainInto(Sink)Robert Hensing
2020-08-28Merge remote-tracking branch 'upstream/master' into single-ca-drv-buildJohn Ericson
2020-08-27TypoEelco Dolstra
2020-08-27RemoteStore::addToStore(): Fix race between stderrThread and NAR writerEelco Dolstra
2020-08-14Merge remote-tracking branch 'upstream/master' into single-ca-drv-buildJohn Ericson
2020-08-13Use `TeeSink` and `TeeSouce` in a few more placesJohn Ericson
2020-08-07Squashed get CA derivations buildingJohn Ericson
2020-07-30unsigned long long -> uint64_tEelco Dolstra
2020-07-16Fix bug in TeeSourceJohn Ericson
2020-07-15Revert "LocalStore::addToStoreFromDump copy in chunks"John Ericson
2020-07-15Get rid of `LocalStore::addToStoreCommon`John Ericson
2020-07-14LocalStore::addToStoreFromDump copy in chunksJohn Ericson
2020-07-13Make 'nix copy' to s3:// binary caches run in constant memoryEelco Dolstra
2020-07-13NarAccessor: Run in constant memoryEelco Dolstra
2020-07-13Make 'nix copy' to file:// binary caches run in constant memoryEelco Dolstra
2020-04-29Remove the `drain` argument from `readFile`Guillaume Bouchard
2019-11-26Drop remaining uses of external "tar"Eelco Dolstra
2019-11-10Fix extra ; warnings involving MakeErrorJohn Ericson
2019-10-21Allow content-addressable paths to have referencesEelco Dolstra
2019-08-16libutil: add SizedSourcezimbatm
2018-09-26Make NAR header check more robustEelco Dolstra
2018-08-21Improve 'coroutine has finished' error messageEelco Dolstra
2018-05-21serialise: fix buffer size used, hide method for internal use onlyWill Dietz
2018-05-02Fix some random -Wconversion warningsEelco Dolstra
2018-03-16Reduce substitution memory consumptionEelco Dolstra
2018-03-16decompress(): Use a Source and SinkEelco Dolstra
2017-10-23Pass all settings to build-remoteEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-03-01RemoteStore::addToStore(): Send NAR rather than string containing NAREelco Dolstra
2017-03-01Handle importing NARs containing files greater than 4 GiBEelco Dolstra
2017-02-07Move SavingSourceAdapter to serialise.hhEelco Dolstra
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-07-13FdSink: Restore move constructor/assignmentShea Levy
2016-07-13Make Buffered{Source,Sink} move-safeShea Levy
2016-05-04Do compression in a sinkEelco Dolstra