Age | Commit message (Expand) | Author | Files | Lines |
2012-07-27 | Let build.cc verify the expected hash of a substituter's output | Eelco Dolstra | 3 | -20/+9 |
2012-07-27 | download-using-manifests: Don't use nix-prefetch-url | Eelco Dolstra | 2 | -42/+30 |
2012-07-27 | Remove trailing whitespace / tabs | Eelco Dolstra | 1 | -17/+17 |
2012-07-27 | download-from-binary-cache: Only use the default cache for /nix/store | Eelco Dolstra | 1 | -1/+3 |
2012-07-26 | nix-push: Support generating a manifest again | Eelco Dolstra | 1 | -10/+34 |
2012-07-26 | nix-push: Remove the upload feature | Eelco Dolstra | 1 | -51/+24 |
2012-07-26 | download-from-binary-cache: Support file:// | Eelco Dolstra | 1 | -9/+14 |
2012-07-26 | Merge branch 'master' into no-manifests | Eelco Dolstra | 2 | -3/+7 |
2012-07-25 | nix-profile.sh: Don't set NIX_REMOTE on single user installations | Eelco Dolstra | 1 | -1/+1 |
2012-07-25 | Subscribe to the Nixpkgs rather than NixOS channel | Eelco Dolstra | 1 | -2/+2 |
2012-07-23 | nix-build: Support the ‘-’ argument to build an expression from stdin | Eelco Dolstra | 1 | -0/+4 |
2012-07-18 | download-from-binary-cache: Print correct URL | Eelco Dolstra | 1 | -2/+5 |
2012-07-17 | Print some debug output | Eelco Dolstra | 1 | -8/+15 |
2012-07-11 | Update the other substituters | Eelco Dolstra | 2 | -69/+70 |
2012-07-11 | Add some missing --version switches | Eelco Dolstra | 2 | -0/+10 |
2012-07-11 | Set the User-Agent header to "Nix/<version>" | Eelco Dolstra | 1 | -0/+1 |
2012-07-11 | download-from-binary-cache: Use HEAD requests if possible | Eelco Dolstra | 1 | -12/+79 |
2012-07-11 | Cleanup | Eelco Dolstra | 1 | -3/+3 |
2012-07-09 | download-from-binary-cache: add nix.conf options | Eelco Dolstra | 1 | -3/+7 |
2012-07-08 | Cleanup | Eelco Dolstra | 1 | -13/+13 |
2012-07-06 | download-from-binary-cache: parallelise fetching of NAR info files | Eelco Dolstra | 1 | -76/+128 |
2012-07-06 | download-from-binary-cache: use WWW::Curl | Eelco Dolstra | 1 | -11/+68 |
2012-07-03 | download-from-binary-cache: do negative NAR info caching | Eelco Dolstra | 1 | -5/+29 |
2012-07-03 | download-from-binary-cache: in queries, preferred cached info | Eelco Dolstra | 1 | -20/+28 |
2012-07-03 | download-from-binary-cache: strip trailing / from URLs | Eelco Dolstra | 1 | -1/+1 |
2012-07-03 | download-from-binary-cache: cache binary cache info in a SQLite DB | Eelco Dolstra | 1 | -8/+117 |
2012-07-02 | download-from-binary-cache: Verify NAR hashes | Eelco Dolstra | 1 | -6/+15 |
2012-07-02 | nix-push: Always generate base-32 hashes | Eelco Dolstra | 1 | -2/+2 |
2012-07-02 | Binary caches: use a better key | Eelco Dolstra | 2 | -8/+13 |
2012-07-01 | Add an environment variable $NIX_BINARY_CACHES specifying URLs of binary caches | Eelco Dolstra | 1 | -2/+7 |
2012-07-01 | Allow both bzip2 and xz compression | Eelco Dolstra | 2 | -25/+55 |
2012-06-29 | nix-push: Don't pollute the current directory with result symlink | Eelco Dolstra | 1 | -1/+1 |
2012-06-29 | First attempt at the manifest-less substituter | Eelco Dolstra | 2 | -5/+121 |
2012-06-29 | Doh | Eelco Dolstra | 1 | -1/+1 |
2012-06-29 | Use XZ compression in binary caches | Eelco Dolstra | 1 | -13/+13 |
2012-06-28 | nix-push: create a manifest-less binary cache | Eelco Dolstra | 1 | -159/+93 |
2012-05-31 | Update nix profile: - incorporate NixOS's configuration so that nix is usable... | Michel Alexandre Salim | 2 | -8/+47 |
2012-05-22 | Generate binary tarballs for installing Nix | Eelco Dolstra | 1 | -0/+34 |
2012-05-22 | Remove $FONTCONFIG_FILE hack from nix-profile.sh | Eelco Dolstra | 1 | -7/+0 |
2012-05-08 | Remove obsolete files (moved to release tree) | Eelco Dolstra | 4 | -157/+0 |
2012-05-07 | nix-channel --update: allow updating only the specified channels | Eelco Dolstra | 1 | -3/+6 |
2012-05-07 | Now *really* prevent accumulation of old manifests | Eelco Dolstra | 1 | -2/+4 |
2012-05-01 | Use mkpath instead of make_path | Eelco Dolstra | 1 | -2/+2 |
2012-04-30 | Support mandatory system features in the build hook | Eelco Dolstra | 1 | -4/+8 |
2012-04-24 | Fix a warning in the build hook about $progressViewer | Eelco Dolstra | 1 | -1/+1 |
2012-04-18 | Fix URL set by nix-channel | Eelco Dolstra | 1 | -1/+1 |
2012-04-16 | Hack to prevent accumulation of old manifests | Eelco Dolstra | 2 | -1/+3 |
2012-04-14 | If the (redirected) channel URL contains a version number, use it | Eelco Dolstra | 1 | -1/+7 |
2012-04-14 | Follow redirects early to ensure consistency between the manifest and the tar... | Eelco Dolstra | 1 | -0/+8 |
2012-04-14 | Remove unnecessary "system" argument | Eelco Dolstra | 1 | -1/+1 |