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
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
2018-09-26
Make NAR header check more robust
Eelco Dolstra
2018-08-21
Improve 'coroutine has finished' error message
Eelco Dolstra
2018-07-31
Add a check for broken Boost versions
Eelco Dolstra
2018-05-21
serialise: fix buffer size used, hide method for internal use only
Will Dietz
2018-03-19
serialise.cc: remove pessimising move
Will Dietz
2018-03-16
Reduce substitution memory consumption
Eelco Dolstra
2018-02-13
Fix #1762
Linus Heckemann
2017-03-01
readString(): Read directly into std::string
Eelco Dolstra
2017-03-01
Handle importing NARs containing files greater than 4 GiB
Eelco Dolstra
2017-01-16
AutoDeleteArray -> std::unique_ptr
Eelco Dolstra
2016-09-21
printMsg(lvlError, ...) -> printError(...) etc.
Eelco Dolstra
2016-07-13
Make Buffered{Source,Sink} move-safe
Shea Levy
2016-03-04
Eliminate some large string copying
Eelco Dolstra
2016-02-26
FdSource: track number of bytes read
Eelco Dolstra
2016-02-24
Remove bad daemon connections from the pool
Eelco Dolstra
2015-09-03
Implement buildDerivation() via the daemon
Eelco Dolstra
2015-07-20
More cleanup
Eelco Dolstra
2015-07-17
OCD: foreach -> C++11 ranged for
Eelco Dolstra
2015-07-17
Allow remote builds without sending the derivation closure
Eelco Dolstra
2014-06-10
Print a warning when loading a large path into memory
Eelco Dolstra
2014-03-12
Remove unnecessary null pointer checks
Eelco Dolstra
2013-06-07
Process stderr from substituters while doing have/info queries
Eelco Dolstra
2012-02-09
Use data() instead of c_str() where appropriate
Eelco Dolstra
2011-12-16
* importPath() -> importPaths(). Because of buffering of the input
Eelco Dolstra
2011-12-16
* Avoid expensive conversions from char arrays to STL strings.
Eelco Dolstra
2011-12-16
* Make the import operation through the daemon much more efficient
Eelco Dolstra
2011-12-16
* Clean up exception handling.
Eelco Dolstra
2011-12-15
* Refactoring: move sink/source buffering into separate classes.
Eelco Dolstra
2011-12-15
* Buffer reads in FdSource. Together with write buffering, this
Eelco Dolstra
2011-12-14
* Buffer writes in FdSink. This significantly reduces the number of
Eelco Dolstra
2009-03-22
* NAR archives: handle files larger than 2^32 bytes. Previously it
Eelco Dolstra
2008-06-18
* Some refactoring: put the GC options / results in separate structs.
Eelco Dolstra
2008-05-21
* GCC 4.3.0 (Fedora 9) compatibility fixes. Reported by Gour and
Eelco Dolstra
2006-12-04
* Daemon mode (`nix-worker --daemon'). Clients connect to the server
Eelco Dolstra
[next]