Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-01-16 | * Doh! Edited `readmanifest.pm' instead of `readmanifest.pm.in'. | Eelco Dolstra | 2 | -11/+11 |
2004-01-14 | * Synchronous `nix-pull' with `nix-push'. | Eelco Dolstra | 2 | -2/+2 |
2004-01-14 | * Improved `nix-push': it now uses HTTP PUT (instead of rsync) to copy | Eelco Dolstra | 2 | -50/+85 |
2004-01-05 | * Implemented Eelco V.'s `-p' command to switch profiles. It switches | Eelco Dolstra | 1 | -18/+9 |
2003-12-30 | * RPM spec file. | Eelco Dolstra | 1 | -6/+6 |
2003-12-21 | * Missing semicolons. | Eelco Dolstra | 2 | -4/+4 |
2003-12-05 | * Refactoring: put the manifest-reading code in a separate file. | Eelco Dolstra | 3 | -89/+113 |
2003-12-04 | * Fix for too long command lines when calling `nix-store | Martin Bravenboer | 1 | -4/+16 |
2003-12-01 | * Bug fix in nix-push. | Eelco Dolstra | 1 | -19/+19 |
2003-12-01 | * Help text for all (non-script) programs, so no more: | Eelco Dolstra | 1 | -1/+1 |
2003-12-01 | * Use a system name that does not include the OS manufacturer (i.e., | Eelco Dolstra | 3 | -4/+4 |
2003-11-24 | * One-click installation :-) | Eelco Dolstra | 3 | -73/+123 |
2003-11-24 | * Fix nix-pull. | Eelco Dolstra | 1 | -21/+15 |
2003-11-24 | * Get rid of tab characters. | Eelco Dolstra | 1 | -62/+62 |
2003-11-22 | * Fix nix-push. | Eelco Dolstra | 1 | -36/+32 |
2003-11-22 | * Maintain integrity of the substitute and successor mappings when | Eelco Dolstra | 3 | -100/+16 |
2003-11-22 | * Fix the garbage collector. | Eelco Dolstra | 1 | -3/+18 |
2003-10-27 | * Don't cache the manifest. | Eelco Dolstra | 1 | -1/+1 |
2003-10-20 | * NarPath -> NarName. | Eelco Dolstra | 1 | -1/+1 |
2003-10-16 | * Remove some debug output. | Eelco Dolstra | 1 | -4/+1 |
2003-10-16 | * Substitutes and nix-pull now work again. | Eelco Dolstra | 1 | -60/+91 |
2003-10-16 | * Get nix-push to work again. | Eelco Dolstra | 1 | -32/+78 |
2003-10-15 | * Keep sources (derivation expression) by default, `--no-source' to | Eelco Dolstra | 1 | -2/+2 |
2003-10-09 | * Follow successors by default (use `--no-successors' to override). | Eelco Dolstra | 1 | -2/+2 |
2003-10-09 | * Fixed nix-switch. | Eelco Dolstra | 1 | -2/+2 |
2003-10-07 | * Synchronise terminology with the ICSE paper (e.g., slice -> closure, | Eelco Dolstra | 1 | -2/+2 |
2003-10-02 | * Use passive FTP in wget. | Eelco Dolstra | 1 | -1/+1 |