Age | Commit message (Expand) | Author | Files | Lines |
2012-10-03 | When ‘--help’ is given, just run ‘man’ to show the manual page | Eelco Dolstra | 1 | -0/+2 |
2012-09-13 | nix-collect-garbage: Support --dry-run | Eelco Dolstra | 1 | -3/+6 |
2012-01-05 | * Add a -I flag to the Perl bindings to nix-build and some other | Eelco Dolstra | 1 | -1/+1 |
2012-01-03 | * Use Nix::Config. | Eelco Dolstra | 1 | -4/+3 |
2011-10-10 | * Set the executable bit on scripts. | Eelco Dolstra | 1 | -0/+0 |
2008-11-20 | * Urgh. | Eelco Dolstra | 1 | -2/+4 |
2007-03-13 | * Remove old generations in all directories under | Eelco Dolstra | 1 | -6/+15 |
2006-09-25 | * Clean up calls to system(). | Eelco Dolstra | 1 | -1/+1 |
2006-09-06 | * Convenience option `nix-collect-garbage -d' (--delete-old): removes | Eelco Dolstra | 1 | -2/+42 |
2005-02-01 | * Move root finding from `nix-collect-garbage' to `nix-store --gc'. | Eelco Dolstra | 1 | -83/+2 |
2005-01-31 | * Start of concurrent garbage collection. Processes write temporary | Eelco Dolstra | 1 | -1/+5 |
2005-01-27 | * Fix and simplify the garbage collector (it's still not concurrent, | Eelco Dolstra | 1 | -32/+21 |
2004-12-20 | * Place manifests in /nix/var/nix/manifests. | Eelco Dolstra | 1 | -0/+0 |
2004-08-25 | * `--min-age' flag in nix-store and nix-collect-garbage to only delete | Eelco Dolstra | 1 | -4/+12 |
2004-08-25 | * `nix-collect-garbage' now actually performs a garbage collection, it | Eelco Dolstra | 1 | -31/+13 |
2004-04-22 | * Look for GC roots in @localstatedir@/nix/gcroots. | Eelco Dolstra | 1 | -19/+53 |
2004-04-14 | * `*.gcroot' files can now containing multiple roots. | Eelco Dolstra | 1 | -3/+7 |
2004-04-06 | * Switched from wget to curl. | Eelco Dolstra | 1 | -1/+1 |
2004-03-15 | * Make perl a dependency of Nix. | Eelco Dolstra | 1 | -1/+1 |
2004-02-20 | * Use $(storedir) instead of $(prefix)/store. | Eelco Dolstra | 1 | -1/+1 |
2004-02-06 | * Improvements to profiles. Generations are now per-profile, e.g., | Eelco Dolstra | 1 | -2/+2 |
2003-11-22 | * Fix the garbage collector. | Eelco Dolstra | 1 | -3/+18 |
2003-10-09 | * Follow successors by default (use `--no-successors' to override). | Eelco Dolstra | 1 | -2/+2 |
2003-08-25 | * Don't continue when the call to nix fails. | Eelco Dolstra | 1 | -3/+11 |
2003-07-29 | * Typo: if -> elsif. | Eelco Dolstra | 1 | -1/+1 |
2003-07-29 | * Get garbage collection and cache population to work *properly*. | Eelco Dolstra | 1 | -1/+15 |
2003-07-21 | * Changed nix-pull to match nix-push. | Eelco Dolstra | 1 | -1/+1 |
2003-07-14 | * Get the garbage collector to work again. | Eelco Dolstra | 1 | -0/+25 |