aboutsummaryrefslogtreecommitdiff
path: root/scripts/download-using-manifests.pl.in
AgeCommit message (Expand)Author
2013-07-01Add support for uncompressed NARs in binary cachesEelco Dolstra
2013-06-20Don't keep "disabled" substituters runningEelco Dolstra
2012-10-17nix-push: Only generate and copy a NAR if it doesn't already existEelco Dolstra
2012-10-02Add operation ‘nix-store --repair-path’Eelco Dolstra
2012-09-21Style fixEelco Dolstra
2012-09-19Support xz compression in the download-using-manifests substituterEelco Dolstra
2012-07-30Do some validation of URLsEelco Dolstra
2012-07-27Let build.cc verify the expected hash of a substituter's outputEelco Dolstra
2012-07-27download-using-manifests: Don't use nix-prefetch-urlEelco Dolstra
2012-07-11Update the other substitutersEelco Dolstra
2011-11-29* download-using-manifests: use the Perl bindings.Eelco Dolstra
2011-10-10* Set the executable bit on scripts.Eelco Dolstra
2011-10-10* Install NixManifest.pm, NixConfig.pm and GeneratePatches.pm underEelco Dolstra
2011-07-13* Fix concurrency issues in download-using-manifests' handling of theEelco Dolstra
2011-04-11* configure: detect whether DBD::SQLite is present. If necessary theEelco Dolstra
2011-04-10* Cache the manifests in /nix/var/nix/manifests in a SQLite database.Eelco Dolstra
2011-04-06* Remove the localPaths feature in manifests since it's no longer usedEelco Dolstra
2011-03-16* Print a better error message.Eelco Dolstra
2010-12-22* In Hydra manifests the Size field is missing, so don't rely on it.Eelco Dolstra
2010-12-13* When doing a query (e.g. `nix-store -r --dry-run'), don't make a lotEelco Dolstra
2010-12-05* Use CamelCase for the Perl modules.Eelco Dolstra
2010-11-17* Oops.Eelco Dolstra
2010-11-17* When checking whether a patch is applicable, for efficiency, useEelco Dolstra
2010-11-17* In the download size indication, take binary patches into account.Eelco Dolstra
2010-11-17* Before a build, show the disk space that the downloaded store pathsEelco Dolstra
2010-02-04* "Fix" incorrect help message.Eelco Dolstra
2010-02-02* Don't do a chdir to $tmpDir. It's not necessary, and Windows doesn'tEelco Dolstra
2009-03-19* Future proofing: assume we can read manifests up to version 10Eelco Dolstra
2009-02-27* nix-install-package: don't pollute /nix/var/nix/manifests.Eelco Dolstra
2009-02-26* Handle base-16 hashes in manifests.Eelco Dolstra
2009-02-19* download-using-manifests: don't check the cryptographic hash ofEelco Dolstra
2008-11-20* Urgh.Eelco Dolstra
2008-09-08* Doh.Eelco Dolstra
2008-08-04* Doh.Eelco Dolstra
2008-08-02* Make nix-env --dry-run print the paths to be substituted correctlyEelco Dolstra
2008-07-18* Allow read-only access to the store (e.g., non-root users on NixOSEelco Dolstra
2007-10-22(no commit message)Eelco Dolstra
2007-08-12* Get rid of the substitutes database table (NIX-47). Instead, if weEelco Dolstra
2007-01-23* New kind of manifest object: "localPath", which denotes that a storeEelco Dolstra
2007-01-23* Successors have been gone for ages.Eelco Dolstra
2007-01-13* Removed chroot support.Eelco Dolstra
2006-10-04* tmpnam() -> File::Temp::tempdir().Eelco Dolstra
2006-09-25* Clean up calls to system().Eelco Dolstra
2006-08-05prevent doing recursive chroots, by unsetting NIX_ROOT in the scripts.Armijn Hemel
2006-08-04* Remove the dependency on `date', use strftime instead.Eelco Dolstra
2005-09-16* Set the current directory to something well-defined. Might help inEelco Dolstra
2005-09-15* Use a proper temporary directory.Eelco Dolstra
2005-05-10* Make unpacking of patch sequences much faster by not doing redundantEelco Dolstra
2005-04-12* Argh! The patch downloader was broken due to the renaming of theEelco Dolstra
2005-03-25* Better error checking.Eelco Dolstra