Age | Commit message (Expand) | Author | Files | Lines |
2014-06-12 | Don't use member initialisers | Eelco Dolstra | 1 | -4/+4 |
2014-06-12 | Fix bogus warnings about dumping large paths | Eelco Dolstra | 1 | -2/+2 |
2014-06-10 | Print a warning when loading a large path into memory | Eelco Dolstra | 1 | -4/+3 |
2013-08-26 | Fix typos, especially those that end up in the Nix manual | Ivan Kozik | 1 | -1/+1 |
2013-06-07 | Process stderr from substituters while doing have/info queries | Eelco Dolstra | 1 | -0/+2 |
2012-07-18 | Use "#pragma once" to prevent repeated header file inclusion | Eelco Dolstra | 1 | -5/+1 |
2011-12-16 | * importPath() -> importPaths(). Because of buffering of the input | Eelco Dolstra | 1 | -2/+2 |
2011-12-16 | * Avoid expensive conversions from char arrays to STL strings. | Eelco Dolstra | 1 | -0/+2 |
2011-12-16 | * Make the import operation through the daemon much more efficient | Eelco Dolstra | 1 | -17/+14 |
2011-12-16 | * Clean up exception handling. | Eelco Dolstra | 1 | -1/+1 |
2011-12-15 | * Refactoring: move sink/source buffering into separate classes. | Eelco Dolstra | 1 | -41/+55 |
2011-12-15 | * Buffer reads in FdSource. Together with write buffering, this | Eelco Dolstra | 1 | -9/+9 |
2011-12-14 | * Buffer writes in FdSink. This significantly reduces the number of | Eelco Dolstra | 1 | -6/+13 |
2009-03-22 | * NAR archives: handle files larger than 2^32 bytes. Previously it | Eelco Dolstra | 1 | -0/+3 |
2008-12-11 | * Open the connection to the daemon lazily (on demand) so that | Eelco Dolstra | 1 | -2/+2 |
2008-12-03 | * A simple API for parsing NAR archives. | Eelco Dolstra | 1 | -2/+2 |
2008-06-18 | * Some refactoring: put the GC options / results in separate structs. | Eelco Dolstra | 1 | -0/+2 |
2006-12-12 | * New primop builtins.filterSource, which can be used to filter files | Eelco Dolstra | 1 | -0/+27 |
2006-11-30 | * More remote operations. | Eelco Dolstra | 1 | -1/+3 |
2006-11-30 | * When NIX_REMOTE is set to "slave", fork off nix-worker in slave | Eelco Dolstra | 1 | -0/+10 |
2006-11-30 | * Skeleton of the privileged worker program. | Eelco Dolstra | 1 | -0/+71 |