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
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
2016-05-04
Do compression in a sink
Eelco Dolstra
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
Allow remote builds without sending the derivation closure
Eelco Dolstra
2014-06-12
Don't use member initialisers
Eelco Dolstra
2014-06-12
Fix bogus warnings about dumping large paths
Eelco Dolstra
2014-06-10
Print a warning when loading a large path into memory
Eelco Dolstra
2013-08-26
Fix typos, especially those that end up in the Nix manual
Ivan Kozik
2013-06-07
Process stderr from substituters while doing have/info queries
Eelco Dolstra
2012-07-18
Use "#pragma once" to prevent repeated header file inclusion
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-12-11
* Open the connection to the daemon lazily (on demand) so that
Eelco Dolstra
2008-12-03
* A simple API for parsing NAR archives.
Eelco Dolstra
2008-06-18
* Some refactoring: put the GC options / results in separate structs.
Eelco Dolstra
2006-12-12
* New primop builtins.filterSource, which can be used to filter files
Eelco Dolstra
2006-11-30
* More remote operations.
Eelco Dolstra
2006-11-30
* When NIX_REMOTE is set to "slave", fork off nix-worker in slave
Eelco Dolstra
2006-11-30
* Skeleton of the privileged worker program.
Eelco Dolstra