about summary refs log tree commit diff
path: root/scripts/download-using-manifests.pl.in
AgeCommit message (Collapse)AuthorFilesLines
2005-02-25 * Add a version number to manifests.Eelco Dolstra1-1/+4
2005-02-24 * Properly specify the hash algorithm in the manifests, and read itEelco Dolstra1-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 closureEelco Dolstra1-3/+3
invariant by registering references through the manifest. * Added a test for nix-pull.
2005-01-14 * Use absolute paths.Eelco Dolstra1-6/+6
2005-01-12 * Print out less garbage.Eelco Dolstra1-8/+10
2004-12-30 * More instrumentation (statistics go to /nix/var/log/nix/downloads).Eelco Dolstra1-1/+6
2004-12-30 * Fix handling of chained patches: don't skip patches if intermediateEelco Dolstra1-13/+20
paths are missing, etc.
2004-12-30 * Some logging for evaluation.Eelco Dolstra1-0/+14
2004-12-29 * Propagate patches from the source distribution to the destinationEelco Dolstra1-1/+1
distribution insofar they are applicable.
2004-12-20 * Place manifests in /nix/var/nix/manifests.Eelco Dolstra1-0/+218
* Use the new patch downloader.