Age | Commit message (Expand) | Author | Files | Lines |
2013-05-23 | nix-store --export: Export paths in topologically sorted order | Eelco Dolstra | 1 | -1/+1 |
2012-12-20 | nix-store -q --roots: Respect the gc-keep-outputs/gc-keep-derivations settings | Eelco Dolstra | 1 | -0/+6 |
2012-10-03 | Add a ‘--repair’ flag to nix-instantiate | Eelco Dolstra | 1 | -2/+2 |
2012-10-02 | Add a --repair flag to ‘nix-store -r’ to repair derivation outputs | Eelco Dolstra | 1 | -1/+1 |
2012-08-27 | Merge branch 'master' into no-manifests | Eelco Dolstra | 1 | -6/+1 |
2012-08-01 | Drop the block count in the garbage collector | Eelco Dolstra | 1 | -4/+0 |
2012-08-01 | nix-store --gc: Make ‘--max-freed 0’ do the right thing | Eelco Dolstra | 1 | -2/+1 |
2012-07-26 | Merge branch 'master' into no-manifests | Eelco Dolstra | 1 | -5/+1 |
2012-07-18 | Use "#pragma once" to prevent repeated header file inclusion | Eelco Dolstra | 1 | -5/+1 |
2012-07-18 | Merge branch 'master' into no-manifests | Eelco Dolstra | 1 | -0/+4 |
2012-07-17 | Add function queryPathFromHashPart() | Eelco Dolstra | 1 | -0/+4 |
2012-07-11 | Replace hasSubstitutes() with querySubstitutablePaths() | Eelco Dolstra | 1 | -2/+2 |
2012-07-11 | Add a function queryValidPaths() | Eelco Dolstra | 1 | -0/+3 |
2012-07-11 | Rename queryValidPaths() to queryAllValidPaths() | Eelco Dolstra | 1 | -6/+6 |
2012-07-11 | Implement querySubstitutablePathInfos() in the daemon | Eelco Dolstra | 1 | -5/+3 |
2012-07-06 | download-from-binary-cache: parallelise fetching of NAR info files | Eelco Dolstra | 1 | -0/+5 |
2012-06-27 | nix-store -r: do substitutions in parallel | Eelco Dolstra | 1 | -3/+5 |
2012-05-29 | Reserve some disk space for the garbage collector | Eelco Dolstra | 1 | -1/+1 |
2012-03-26 | Remove the --max-links GC option | Eelco Dolstra | 1 | -4/+0 |
2011-12-30 | * Reject a build if there is a cycle among the outputs. This is | Eelco Dolstra | 1 | -0/+4 |
2011-12-16 | * Sync with the trunk. | Eelco Dolstra | 1 | -6/+10 |
2011-12-16 | * importPath() -> importPaths(). Because of buffering of the input | Eelco Dolstra | 1 | -3/+3 |
2011-12-01 | * When doing "nix-store --add-fixed" without "--recursive" via the Nix | Eelco Dolstra | 1 | -3/+1 |
2011-11-23 | * Add an API function exportPaths() that provides the functionality of | Eelco Dolstra | 1 | -0/+6 |
2011-11-06 | Include all outputs of derivations in the closure of explicitly-passed deriva... | Shea Levy | 1 | -0/+3 |
2011-08-31 | * Eliminate all uses of the global variable ‘store’ from libstore. | Eelco Dolstra | 1 | -3/+3 |
2011-07-20 | * Fix a huuuuge security hole in the Nix daemon. It didn't check that | Eelco Dolstra | 1 | -0/+6 |
2010-11-17 | * Before a build, show the disk space that the downloaded store paths | Eelco Dolstra | 1 | -0/+1 |
2010-11-16 | * Store the size of a store path in the database (to be precise, the | Eelco Dolstra | 1 | -16/+24 |
2010-11-16 | * Sync with the trunk. | Eelco Dolstra | 1 | -3/+3 |
2010-10-04 | * Make sure that config.h is included before the system headers, | Eelco Dolstra | 1 | -3/+3 |
2010-06-21 | * Sync with the trunk. | Eelco Dolstra | 1 | -2/+0 |
2010-06-01 | * Turn build errors during evaluation into EvalErrors. | Eelco Dolstra | 1 | -2/+0 |
2010-05-04 | * Allow unprivileged users to do `nix-store --clear-failed-paths' and | Eelco Dolstra | 1 | -0/+7 |
2010-03-04 | * Remove some unused functions. | Eelco Dolstra | 1 | -18/+0 |
2010-02-22 | * Get derivation outputs from the database instead of the .drv file, | Eelco Dolstra | 1 | -0/+3 |
2010-02-22 | * Revert r19650 (implement gc-keep-outputs by looking for derivations | Eelco Dolstra | 1 | -6/+0 |
2010-02-19 | * Implement registerValidPath(). | Eelco Dolstra | 1 | -0/+1 |
2010-01-25 | * Make the garbage collector do the right thing when `gc-keep-outputs' | Eelco Dolstra | 1 | -0/+6 |
2009-11-23 | * `nix-store --gc --print-roots': also print the path of the actual | Eelco Dolstra | 1 | -5/+0 |
2009-11-20 | * Remove the --use-atime / --max-atime garbage collector flags. Many | Eelco Dolstra | 1 | -16/+0 |
2009-03-26 | * Don't use ULLONG_MAX in maxFreed - use 0 to mean "no limit". | Eelco Dolstra | 1 | -1/+2 |
2008-12-03 | * Pass HashType values instead of strings. | Eelco Dolstra | 1 | -3/+3 |
2008-12-03 | * Unify the treatment of sources copied to the store, and recursive | Eelco Dolstra | 1 | -6/+6 |
2008-09-17 | * GC option `--max-atime' that specifies an upper limit to the last | Eelco Dolstra | 1 | -0/+4 |
2008-09-17 | * Garbage collector: added an option `--use-atime' to delete paths in | Eelco Dolstra | 1 | -0/+30 |
2008-08-02 | * Make nix-env --dry-run print the paths to be substituted correctly | Eelco Dolstra | 1 | -5/+14 |
2008-06-18 | * Garbage collector: option `--max-freed' to stop after at least N | Eelco Dolstra | 1 | -8/+2 |
2008-06-18 | * Some refactoring: put the GC options / results in separate structs. | Eelco Dolstra | 1 | -35/+78 |
2008-06-09 | * Merged the no-bdb branch (-r10900:HEAD | Eelco Dolstra | 1 | -1/+10 |