index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
/
serialise.hh
Age
Commit message (
Expand
)
Author
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-08-17
Remove warnLargeDump()
Eelco Dolstra
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-01-18
Get rid of std::shared_ptr<std::string> and ref<std::string>
Eelco Dolstra
2022-01-17
StringSource: Use std::string_view
Eelco Dolstra
2022-01-17
serialise.hh: Use std::string_view
Eelco Dolstra
2021-03-10
Use libarchive for all compression
Yorick van Pelt
2020-12-02
read(): Use char * instead of unsigned char *
Eelco Dolstra
2020-12-02
Sink: Use std::string_view
Eelco Dolstra
2020-10-30
Fix memory corruption caused by GC-invisible coroutine stacks
Robert Hensing
2020-10-07
Serialize exceptions from the sandbox process to the parent
Eelco Dolstra
2020-09-22
Merge branch 'add-ca-to-store' of https://github.com/hercules-ci/nix
Eelco Dolstra
2020-09-22
Silence a compiler warning in serialise.hh
regnat
2020-09-21
Move FramedSink next to FramedSource
Robert Hensing
2020-09-17
Move FramedSource and FramedSink, extract withFramedSink
Robert Hensing
2020-09-17
Add Source.drainInto(Sink)
Robert Hensing
2020-08-28
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-08-27
Typo
Eelco Dolstra
2020-08-27
RemoteStore::addToStore(): Fix race between stderrThread and NAR writer
Eelco Dolstra
2020-08-14
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-08-13
Use `TeeSink` and `TeeSouce` in a few more places
John Ericson
2020-08-07
Squashed get CA derivations building
John Ericson
2020-07-30
unsigned long long -> uint64_t
Eelco Dolstra
2020-07-16
Fix bug in TeeSource
John Ericson
2020-07-15
Revert "LocalStore::addToStoreFromDump copy in chunks"
John Ericson
2020-07-15
Get rid of `LocalStore::addToStoreCommon`
John Ericson
2020-07-14
LocalStore::addToStoreFromDump copy in chunks
John Ericson
2020-07-13
Make 'nix copy' to s3:// binary caches run in constant memory
Eelco Dolstra
2020-07-13
NarAccessor: Run in constant memory
Eelco Dolstra
2020-07-13
Make 'nix copy' to file:// binary caches run in constant memory
Eelco Dolstra
2020-04-29
Remove the `drain` argument from `readFile`
Guillaume Bouchard
2019-11-26
Drop remaining uses of external "tar"
Eelco Dolstra
2019-11-10
Fix extra ; warnings involving MakeError
John Ericson
2019-10-21
Allow content-addressable paths to have references
Eelco Dolstra
2019-08-16
libutil: add SizedSource
zimbatm
2018-09-26
Make NAR header check more robust
Eelco Dolstra
2018-08-21
Improve 'coroutine has finished' error message
Eelco Dolstra
2018-05-21
serialise: fix buffer size used, hide method for internal use only
Will Dietz
2018-05-02
Fix some random -Wconversion warnings
Eelco Dolstra
2018-03-16
Reduce substitution memory consumption
Eelco Dolstra
2018-03-16
decompress(): Use a Source and Sink
Eelco Dolstra
2017-10-23
Pass all settings to build-remote
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-03-01
RemoteStore::addToStore(): Send NAR rather than string containing NAR
Eelco Dolstra
2017-03-01
Handle importing NARs containing files greater than 4 GiB
Eelco Dolstra
2017-02-07
Move SavingSourceAdapter to serialise.hh
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-07-13
FdSink: Restore move constructor/assignment
Shea Levy
2016-07-13
Make Buffered{Source,Sink} move-safe
Shea Levy
[next]