Age | Commit message (Expand) | Author | Files | Lines |
2012-07-11 | Update the other substituters | Eelco Dolstra | 1 | -40/+38 |
2011-11-29 | * download-using-manifests: use the Perl bindings. | Eelco Dolstra | 1 | -37/+29 |
2011-10-10 | * Set the executable bit on scripts. | Eelco Dolstra | 1 | -0/+0 |
2011-10-10 | * Install NixManifest.pm, NixConfig.pm and GeneratePatches.pm under | Eelco Dolstra | 1 | -16/+14 |
2011-07-13 | * Fix concurrency issues in download-using-manifests' handling of the | Eelco Dolstra | 1 | -0/+6 |
2011-04-11 | * configure: detect whether DBD::SQLite is present. If necessary the | Eelco Dolstra | 1 | -1/+1 |
2011-04-10 | * Cache the manifests in /nix/var/nix/manifests in a SQLite database. | Eelco Dolstra | 1 | -26/+26 |
2011-04-06 | * Remove the localPaths feature in manifests since it's no longer used | Eelco Dolstra | 1 | -20/+2 |
2011-03-16 | * Print a better error message. | Eelco Dolstra | 1 | -1/+1 |
2010-12-22 | * In Hydra manifests the Size field is missing, so don't rely on it. | Eelco Dolstra | 1 | -2/+2 |
2010-12-13 | * When doing a query (e.g. `nix-store -r --dry-run'), don't make a lot | Eelco Dolstra | 1 | -4/+12 |
2010-12-05 | * Use CamelCase for the Perl modules. | Eelco Dolstra | 1 | -1/+1 |
2010-11-17 | * Oops. | Eelco Dolstra | 1 | -1/+1 |
2010-11-17 | * When checking whether a patch is applicable, for efficiency, use | Eelco Dolstra | 1 | -3/+7 |
2010-11-17 | * In the download size indication, take binary patches into account. | Eelco Dolstra | 1 | -144/+161 |
2010-11-17 | * Before a build, show the disk space that the downloaded store paths | Eelco Dolstra | 1 | -0/+2 |
2010-02-04 | * "Fix" incorrect help message. | Eelco Dolstra | 1 | -1/+1 |
2010-02-02 | * Don't do a chdir to $tmpDir. It's not necessary, and Windows doesn't | Eelco Dolstra | 1 | -2/+0 |
2009-03-19 | * Future proofing: assume we can read manifests up to version 10 | Eelco Dolstra | 1 | -1/+6 |
2009-02-27 | * nix-install-package: don't pollute /nix/var/nix/manifests. | Eelco Dolstra | 1 | -1/+1 |
2009-02-26 | * Handle base-16 hashes in manifests. | Eelco Dolstra | 1 | -1/+12 |
2009-02-19 | * download-using-manifests: don't check the cryptographic hash of | Eelco Dolstra | 1 | -18/+30 |
2008-11-20 | * Urgh. | Eelco Dolstra | 1 | -7/+9 |
2008-09-08 | * Doh. | Eelco Dolstra | 1 | -1/+1 |
2008-08-04 | * Doh. | Eelco Dolstra | 1 | -0/+2 |
2008-08-02 | * Make nix-env --dry-run print the paths to be substituted correctly | Eelco Dolstra | 1 | -35/+42 |
2008-07-18 | * Allow read-only access to the store (e.g., non-root users on NixOS | Eelco Dolstra | 1 | -1/+2 |
2007-10-22 | (no commit message) | Eelco Dolstra | 1 | -2/+0 |
2007-08-12 | * Get rid of the substitutes database table (NIX-47). Instead, if we | Eelco Dolstra | 1 | -10/+48 |
2007-01-23 | * New kind of manifest object: "localPath", which denotes that a store | Eelco Dolstra | 1 | -1/+15 |
2007-01-23 | * Successors have been gone for ages. | Eelco Dolstra | 1 | -2/+1 |
2007-01-13 | * Removed chroot support. | Eelco Dolstra | 1 | -2/+0 |
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 |
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 |
2005-04-12 | * Argh! The patch downloader was broken due to the renaming of the | Eelco Dolstra | 1 | -1/+1 |
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 |
2005-01-25 | * Really fix the substitute mechanism, i.e., ensure the closure | Eelco Dolstra | 1 | -3/+3 |
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 |