Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-10-04 | * tmpnam() -> File::Temp::tempdir(). | Eelco Dolstra | 1 | -4/+4 | |
2006-09-25 | * Clean up calls to system(). | Eelco Dolstra | 1 | -11/+11 | |
2006-08-05 | prevent doing recursive chroots, by unsetting NIX_ROOT in the scripts. | Armijn Hemel | 1 | -0/+1 | |
2006-08-04 | * Remove the dependency on `date', use strftime instead. | Eelco Dolstra | 1 | -3/+2 | |
2005-09-16 | * Set the current directory to something well-defined. Might help in | Eelco Dolstra | 1 | -0/+2 | |
setuid installations. | |||||
2005-09-15 | * Use a proper temporary directory. | Eelco Dolstra | 1 | -7/+19 | |
2005-05-10 | * Make unpacking of patch sequences much faster by not doing redundant | Eelco Dolstra | 1 | -16/+32 | |
unpacking and repacking of intermediate paths. | |||||
2005-04-12 | * Argh! The patch downloader was broken due to the renaming of the | Eelco Dolstra | 1 | -1/+1 | |
`--isvalid' flag in nix-store. | |||||
2005-03-25 | * Better error checking. | Eelco Dolstra | 1 | -0/+1 | |
2005-03-14 | * Pass `--base32' unless using MD5. | Eelco Dolstra | 1 | -1/+3 | |
2005-03-14 | * Parse new hash format properly. | Eelco Dolstra | 1 | -6/+15 | |
2005-02-25 | * Add a version number to manifests. | Eelco Dolstra | 1 | -1/+4 | |
2005-02-24 | * Properly specify the hash algorithm in the manifests, and read it | Eelco Dolstra | 1 | -3/+5 | |
too. * Change the default hash for nix-prefetch-url back to md5, since that's what we use in Nixpkgs (for now; a birthday attack is rather unlikely there). | |||||
2005-01-25 | * Really fix the substitute mechanism, i.e., ensure the closure | Eelco Dolstra | 1 | -3/+3 | |
invariant by registering references through the manifest. * Added a test for nix-pull. | |||||
2005-01-14 | * Use absolute paths. | Eelco Dolstra | 1 | -6/+6 | |
2005-01-12 | * Print out less garbage. | Eelco Dolstra | 1 | -8/+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 | |
paths are missing, etc. | |||||
2004-12-30 | * Some logging for evaluation. | Eelco Dolstra | 1 | -0/+14 | |
2004-12-29 | * Propagate patches from the source distribution to the destination | Eelco Dolstra | 1 | -1/+1 | |
distribution insofar they are applicable. | |||||
2004-12-20 | * Place manifests in /nix/var/nix/manifests. | Eelco Dolstra | 1 | -0/+218 | |
* Use the new patch downloader. |