Age | Commit message (Expand) | Author | Files | Lines |
2005-01-27 | * Fix and simplify the garbage collector (it's still not concurrent, | Eelco Dolstra | 2 | -33/+22 |
2005-01-25 | * Really fix the substitute mechanism, i.e., ensure the closure | Eelco Dolstra | 5 | -54/+118 |
2005-01-19 | * Set the Perl search path properly (reported by Roy van den Broek). | Eelco Dolstra | 1 | -1/+1 |
2005-01-17 | * Removed the `id' attribute hack. | Eelco Dolstra | 1 | -2/+6 |
2005-01-14 | * Use absolute paths. | Eelco Dolstra | 2 | -8/+8 |
2005-01-12 | * Script to remove patches from manifests. | Eelco Dolstra | 1 | -0/+19 |
2005-01-12 | * Print out less garbage. | Eelco Dolstra | 1 | -8/+10 |
2005-01-05 | * Prototype store optimiser. It searched the Nix store for identical | Eelco Dolstra | 1 | -0/+69 |
2004-12-31 | * If a patch already exists, it must still be included in the manifest. | Eelco Dolstra | 1 | -7/+10 |
2004-12-30 | * More instrumentation (statistics go to /nix/var/log/nix/downloads). | Eelco Dolstra | 1 | -1/+6 |
2004-12-30 | * Fix handling of chained patches: don't skip patches if intermediate | Eelco Dolstra | 1 | -13/+20 |
2004-12-30 | * Some logging for evaluation. | Eelco Dolstra | 2 | -0/+16 |
2004-12-29 | * Propagate patches from the source distribution to the destination | Eelco Dolstra | 3 | -18/+68 |
2004-12-29 | * Reject patches larger than the full archives they produce. | Eelco Dolstra | 1 | -6/+12 |
2004-12-29 | * Atomic file replacement is good. | Eelco Dolstra | 2 | -3/+14 |
2004-12-29 | * A utility to generate patches between releases based on their | Eelco Dolstra | 2 | -25/+249 |
2004-12-28 | * A small utility to add the Size and NarHash fields to old manifests. | Eelco Dolstra | 1 | -0/+53 |
2004-12-28 | * Added a function to write manifests. | Eelco Dolstra | 2 | -41/+86 |
2004-12-20 | * Place manifests in /nix/var/nix/manifests. | Eelco Dolstra | 7 | -23/+250 |
2004-12-20 | * Sync with changed substitute mechanism. | Eelco Dolstra | 3 | -6/+11 |
2004-12-16 | * Fix nix-pull. | Eelco Dolstra | 1 | -11/+14 |
2004-12-16 | * Remove `prebuilts.conf' file, it's not like anybody was using it. | Eelco Dolstra | 2 | -19/+4 |
2004-12-13 | * Include the size of the bzipped archive (necessary for computing the | Eelco Dolstra | 1 | -5/+15 |
2004-12-13 | * Patch deployment. `download.pl' (intended to be used in the | Eelco Dolstra | 2 | -34/+105 |
2004-12-13 | * Allow an optional hash to be provided. This prevents redundant | Eelco Dolstra | 1 | -20/+26 |
2004-11-04 | * Better error messages. | Eelco Dolstra | 1 | -4/+4 |
2004-10-31 | * Fix `File exists' errors if the `result' symlink exists but is | Eelco Dolstra | 1 | -5/+4 |
2004-10-20 | * Register channels as roots of the garbage collector (in | Eelco Dolstra | 1 | -2/+19 |
2004-10-20 | * Fix nix-prefetch-url in setuid Nix installations. | Eelco Dolstra | 1 | -9/+20 |
2004-10-20 | * Show error messages from curl. | Eelco Dolstra | 1 | -1/+1 |
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-08-20 | * Setuid support for sharing a Nix installation between multiple | Eelco Dolstra | 1 | -1/+1 |
2004-08-18 | * Flag `--no-link' suppresses symlinking to the output path. | Eelco Dolstra | 1 | -11/+19 |
2004-07-28 | * Nix-build places a symlink `result' in the current directory to the | Eelco Dolstra | 1 | -1/+10 |
2004-06-22 | * Nix-instantiate can return multiple store expressions. | Eelco Dolstra | 1 | -1/+3 |
2004-06-22 | * A utility script `nix-build' that builds Nix expressions and prints | Eelco Dolstra | 2 | -6/+30 |
2004-06-21 | * Adapted nix-pull to use the new substitute mechanism. | Eelco Dolstra | 3 | -57/+45 |
2004-04-22 | * Look for GC roots in @localstatedir@/nix/gcroots. | Eelco Dolstra | 1 | -19/+53 |
2004-04-21 | * Channels. These allow you to stay current with an evolving set of | Eelco Dolstra | 4 | -47/+146 |
2004-04-15 | * Allow extra parameters to be passed to Curl through the `CURL_FLAGS' | Eelco Dolstra | 1 | -1/+1 |
2004-04-14 | * `*.gcroot' files can now containing multiple roots. | Eelco Dolstra | 1 | -3/+7 |
2004-04-06 | * Distributed the wrong file. | Eelco Dolstra | 1 | -2/+1 |
2004-04-06 | * Switched from wget to curl. | Eelco Dolstra | 6 | -21/+27 |
2004-03-15 | * Make perl a dependency of Nix. | Eelco Dolstra | 5 | -5/+5 |
2004-02-20 | * Use $(storedir) instead of $(prefix)/store. | Eelco Dolstra | 2 | -3/+3 |
2004-02-13 | * Only include predecessors that are themselves being pushed. | Eelco Dolstra | 1 | -1/+6 |
2004-02-10 | * Lots of manual stuff. Reference pages for most Nix commands. | Eelco Dolstra | 3 | -3/+3 |
2004-02-06 | * Improvements to profiles. Generations are now per-profile, e.g., | Eelco Dolstra | 2 | -4/+4 |
2004-01-16 | * Test whether the symlink, not its target, exists. | Eelco Dolstra | 1 | -1/+1 |