Age | Commit message (Expand) | Author | Files | Lines |
2007-08-15 | * Show errors in nix-prefetch-url. | Eelco Dolstra | 1 | -2/+3 |
2007-08-14 | * Fix the tests. | Eelco Dolstra | 1 | -1/+2 |
2007-08-12 | * Get rid of the substitutes database table (NIX-47). Instead, if we | Eelco Dolstra | 1 | -38/+0 |
2007-08-10 | * nix-pull: support bzipped manifests: when doing a nix-pull on $url, | Eelco Dolstra | 1 | -8/+32 |
2007-08-09 | * nix-pull: using nix-prefetch-url (so that we get caching for free), | Eelco Dolstra | 1 | -8/+9 |
2007-08-09 | * nix-prefetch-url: support caching. If the environment variable | Eelco Dolstra | 1 | -1/+1 |
2007-01-23 | * New kind of manifest object: "localPath", which denotes that a store | Eelco Dolstra | 1 | -12/+26 |
2007-01-23 | * Successors have been gone for ages. | Eelco Dolstra | 1 | -2/+1 |
2006-10-04 | * tmpnam() -> File::Temp::tempdir(). | Eelco Dolstra | 1 | -7/+4 |
2006-09-25 | * In `nix-channel --update', skip manifests that assume a Nix store at | Eelco Dolstra | 1 | -1/+19 |
2006-09-25 | * Clean up calls to system(). | Eelco Dolstra | 1 | -1/+1 |
2006-05-31 | * This may be useful in the future. | Eelco Dolstra | 1 | -1/+1 |
2005-09-21 | * Don't use IPC::Open2, it has a subtle race bug on Mac OS X 10.4. If | Eelco Dolstra | 1 | -8/+2 |
2005-04-08 | * nix-store: `--substitute' -> `--register-substitutes'. | Eelco Dolstra | 1 | -1/+1 |
2005-02-25 | * Add a version number to manifests. | Eelco Dolstra | 1 | -1/+3 |
2005-02-09 | * Propagate the deriver of a path through the substitute mechanism. | Eelco Dolstra | 1 | -0/+1 |
2005-02-08 | * Set umask to prevent permission problems. | Eelco Dolstra | 1 | -0/+4 |
2005-02-08 | * Better error reporting in readmanifest. | Eelco Dolstra | 1 | -1/+1 |
2005-02-01 | * Make check fixes. | Eelco Dolstra | 1 | -3/+3 |
2005-01-25 | * Really fix the substitute mechanism, i.e., ensure the closure | Eelco Dolstra | 1 | -17/+19 |
2004-12-20 | * Place manifests in /nix/var/nix/manifests. | Eelco Dolstra | 1 | -18/+18 |
2004-12-20 | * Sync with changed substitute mechanism. | Eelco Dolstra | 1 | -5/+4 |
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 | 1 | -16/+3 |
2004-12-13 | * Patch deployment. `download.pl' (intended to be used in the | Eelco Dolstra | 1 | -4/+14 |
2004-06-21 | * Adapted nix-pull to use the new substitute mechanism. | Eelco Dolstra | 1 | -49/+33 |
2004-04-06 | * Switched from wget to curl. | Eelco Dolstra | 1 | -3/+3 |
2004-03-15 | * Make perl a dependency of Nix. | Eelco Dolstra | 1 | -1/+1 |
2004-01-14 | * Synchronous `nix-pull' with `nix-push'. | Eelco Dolstra | 1 | -1/+1 |
2003-12-21 | * Missing semicolons. | Eelco Dolstra | 1 | -3/+3 |
2003-12-05 | * Refactoring: put the manifest-reading code in a separate file. | Eelco Dolstra | 1 | -87/+35 |
2003-12-04 | * Fix for too long command lines when calling `nix-store | Martin Bravenboer | 1 | -4/+16 |
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 | 1 | -2/+2 |
2003-11-24 | * One-click installation :-) | Eelco Dolstra | 1 | -70/+82 |
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-10-27 | * Don't cache the manifest. | 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-08-15 | * A script `nix-prefetch-url' to fetch a URL, place it in the Nix | Eelco Dolstra | 1 | -3/+4 |
2003-08-15 | * Don't use a temporary file. | Eelco Dolstra | 1 | -9/+14 |
2003-08-05 | * Made nix-pull much faster by performing all Fix instantiations at | Eelco Dolstra | 1 | -14/+32 |
2003-07-29 | * Bug: Fix does not allow empty names, so don't generate them. | Eelco Dolstra | 1 | -10/+10 |
2003-07-22 | * Substitutes now should produce a path with the same id as they are | Eelco Dolstra | 1 | -4/+13 |
2003-07-21 | * Changed nix-pull to match nix-push. | Eelco Dolstra | 1 | -14/+15 |
2003-07-16 | * Substitute fixes. | Eelco Dolstra | 1 | -1/+1 |
2003-07-13 | * Generate the scripts so that we can substitute the prefix | Eelco Dolstra | 1 | -0/+81 |