index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
/
serialise.cc
Age
Commit message (
Expand
)
Author
2024-10-01
Split ignoreException to avoid suppressing CTRL-C
Robert Hensing
2024-08-28
tree-wide: shuffle headers around for about 30s compile time
Jade Lovelace
2024-08-28
build: remove about 30 cpu-sec of compile time by explicit instantiation
Jade Lovelace
2024-08-26
treewide: fix a bunch of lints
Jade Lovelace
2024-07-16
remove boost coroutine references
eldritch horrors
2024-07-16
remove sourceToSink, sinkToSource, and boehm patch
eldritch horrors
2024-07-03
libutil: begin porting serialization to generators
eldritch horrors
2024-06-23
libutil: remove sinkToSource eof callback
eldritch horrors
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-05-07
libutil: throw EndOfFile at sourceToSink end
eldritch horrors
2024-04-05
Revert "libutil: drop Fs{Source,Sink}::good"
eldritch horrors
2024-03-31
libutil: drop Fs{Source,Sink}::good
eldritch horrors
2024-03-11
util.hh: split out signals stuff
Jade Lovelace
2024-03-09
Merge pull request #9925 from 9999years/fmt-cleanup
eldritch horrors
2024-03-04
Merge pull request #9798 from edolstra/remote-store-eof
eldritch horrors
2024-03-04
Merge pull request #9673 from pennae/drv-parse-opts
eldritch horrors
2024-02-22
Fix bad_format_string error when builder stdout contains % (#10063)
github-actions[bot]
2023-04-14
Merge pull request #8176 from tweag/rename-confusing-write-method
Eelco Dolstra
2023-04-07
Always disable GC in a coroutine unless the patch is applied
Yorick van Pelt
2023-04-07
DisableGC: replace by CoroutineContext, std::shared_ptr<void>
Yorick van Pelt
2023-04-07
Disable GC inside coroutines on mac OS
Yorick van Pelt
2023-04-07
Rename and protect `BufferedSink::write`
Théophane Hufschmitt
2023-03-08
Revert "Disable GC during coroutine execution + test"
Théophane Hufschmitt
2023-03-08
Merge pull request #7725 from yorickvP/check-coro-gc
Théophane Hufschmitt
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2023-03-01
Always disable GC in a coroutine unless the patch is applied
Yorick van Pelt
2023-03-01
DisableGC: replace by CoroutineContext, std::shared_ptr<void>
Yorick van Pelt
2023-03-01
Disable GC inside coroutines on mac OS
Yorick van Pelt
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-08-17
Remove warnLargeDump()
Eelco Dolstra
2022-04-08
Remove unused Error.name field
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
serialise.hh: Use std::string_view
Eelco Dolstra
2021-09-14
Fix clang warning
Eelco Dolstra
2021-03-10
Use libarchive for all compression
Yorick van Pelt
2021-01-21
Improve error formatting
Eelco Dolstra
2020-12-02
read(): Use char * instead of unsigned char *
Eelco Dolstra
2020-12-02
Sink: Use std::string_view
Eelco Dolstra
2020-11-10
Fix stack overflow introduced in #4206
Ricardo M. Correia
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-17
Add Source.drainInto(Sink)
Robert Hensing
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-06-15
Get rid of explicit ErrorInfo constructors
Eelco Dolstra
2020-05-11
switch from printError warnings to logWarnings
Ben Burdette
2019-03-14
experimental/optional -> optional
Eelco Dolstra
2018-09-26
sinkToSource(): Start the coroutine lazily
Eelco Dolstra
[next]