depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
/
serialise.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-04
Eliminate some large string copying
Eelco Dolstra
1
-2
/
+2
2016-02-26
FdSource: track number of bytes read
Eelco Dolstra
1
-1
/
+2
2016-02-24
Remove bad daemon connections from the pool
Eelco Dolstra
1
-3
/
+19
2015-09-03
Implement buildDerivation() via the daemon
Eelco Dolstra
1
-0
/
+7
2015-07-20
More cleanup
Eelco Dolstra
1
-56
/
+15
2015-07-17
OCD: foreach -> C++11 ranged for
Eelco Dolstra
1
-2
/
+2
2015-07-17
Allow remote builds without sending the derivation closure
Eelco Dolstra
1
-1
/
+31
2014-06-10
Print a warning when loading a large path into memory
Eelco Dolstra
1
-0
/
+27
2014-03-12
Remove unnecessary null pointer checks
Eelco Dolstra
1
-2
/
+2
2013-06-07
Process stderr from substituters while doing have/info queries
Eelco Dolstra
1
-0
/
+6
2012-02-09
Use data() instead of c_str() where appropriate
Eelco Dolstra
1
-1
/
+1
2011-12-16
* importPath() -> importPaths(). Because of buffering of the input
Eelco Dolstra
1
-5
/
+11
2011-12-16
* Avoid expensive conversions from char arrays to STL strings.
Eelco Dolstra
1
-3
/
+18
2011-12-16
* Make the import operation through the daemon much more efficient
Eelco Dolstra
1
-12
/
+30
2011-12-16
* Clean up exception handling.
Eelco Dolstra
1
-2
/
+9
2011-12-15
* Refactoring: move sink/source buffering into separate classes.
Eelco Dolstra
1
-23
/
+46
2011-12-15
* Buffer reads in FdSource. Together with write buffering, this
Eelco Dolstra
1
-1
/
+23
2011-12-14
* Buffer writes in FdSink. This significantly reduces the number of
Eelco Dolstra
1
-1
/
+24
2009-03-22
* NAR archives: handle files larger than 2^32 bytes. Previously it
Eelco Dolstra
1
-2
/
+2
2008-06-18
* Some refactoring: put the GC options / results in separate structs.
Eelco Dolstra
1
-0
/
+31
2008-05-21
* GCC 4.3.0 (Fedora 9) compatibility fixes. Reported by Gour and
Eelco Dolstra
1
-0
/
+2
2006-12-04
* Daemon mode (`nix-worker --daemon'). Clients connect to the server
Eelco Dolstra
1
-3
/
+4
2006-11-30
* More remote operations.
Eelco Dolstra
1
-0
/
+18
2006-11-30
* Skeleton of the privileged worker program.
Eelco Dolstra
1
-0
/
+87