Age | Commit message (Expand) | Author | Files | Lines |
2018-02-08 | nix-env: Fix parsing of --system | Eelco Dolstra | 1 | -0/+3 |
2018-02-08 | dsa -> ed25519 | Eelco Dolstra | 2 | -8/+8 |
2018-02-07 | builtins.path test: Don't rely on shlevy's XDG_RUNTIME_DIR | Shea Levy | 1 | -1/+0 |
2018-02-07 | Improve filtering of ANSI escape sequences in build logs | Eelco Dolstra | 1 | -1/+1 |
2018-02-07 | Merge pull request #1816 from shlevy/add-path | Eelco Dolstra | 3 | -0/+9 |
2018-02-06 | Add path primop. | Shea Levy | 3 | -0/+9 |
2018-02-06 | realiseContext(): Add derivation outputs to the allowed paths | Eelco Dolstra | 1 | -0/+2 |
2018-02-05 | Fix evaluation | Eelco Dolstra | 1 | -1/+1 |
2018-02-03 | Remove nix-build --hash | Eelco Dolstra | 1 | -3/+10 |
2018-02-01 | Remove obsolete references to manifests | Eelco Dolstra | 1 | -1/+0 |
2018-01-24 | Merge pull request #1797 from dezgeg/userns-tests-fix | Eelco Dolstra | 4 | -16/+33 |
2018-01-22 | Fix test | Eelco Dolstra | 1 | -2/+2 |
2018-01-22 | Don't access tarballs.nixos.org in a test | Eelco Dolstra | 1 | -3/+3 |
2018-01-19 | Rewrite builtin derivation environment | Eelco Dolstra | 2 | -0/+19 |
2018-01-19 | Add a test for --check / --repeat | Eelco Dolstra | 3 | -1/+32 |
2018-01-16 | Add pure evaluation mode | Eelco Dolstra | 7 | -2/+47 |
2018-01-13 | Fix tests using user namespaces on kernels that don't have it | Tuomas Tynkkynen | 4 | -16/+33 |
2018-01-09 | fetchGit.sh: Test we don't "corrupt" cache if invoke w/o git avail | Will Dietz | 1 | -0/+13 |
2018-01-04 | Rename "use-substitutes" to "substitute" | Eelco Dolstra | 1 | -1/+1 |
2018-01-02 | Merge pull request #1770 from dtzWill/fix/run-test-sandbox-ubuntu | Eelco Dolstra | 1 | -2/+2 |
2017-12-30 | run.sh: include lib64 in sandbox-paths to fix on ubuntu 16.XX | Will Dietz | 1 | -2/+2 |
2017-12-30 | use libbrotli directly when available | Will Dietz | 3 | -1/+31 |
2017-12-22 | fetchGit: Fix handling of local repo when not using 'master' branch | Will Dietz | 1 | -0/+26 |
2017-12-22 | release.nix: Use fetchTarball and fetchGit | Eelco Dolstra | 3 | -6/+6 |
2017-12-07 | Fix test | Eelco Dolstra | 1 | -1/+1 |
2017-12-07 | nix ls-{nar,store}: Return offset of files in the NAR if known | Eelco Dolstra | 1 | -2/+2 |
2017-12-05 | Merge branch 'fetchGit-fast-revision-update' | Shea Levy | 2 | -0/+8 |
2017-11-25 | build-remote: Fix missing log output | aszlig | 1 | -1/+4 |
2017-11-24 | nix-shell/nix-build: Support .drv files again | Eelco Dolstra | 3 | -2/+28 |
2017-11-24 | fetchGit: Ignore tarballTtl if rev is set and not in the repo. | Shea Levy | 2 | -0/+8 |
2017-11-21 | tests/run.sh: Fix /build conflict when building in a sandbox | Eelco Dolstra | 1 | -1/+3 |
2017-11-21 | fetchGit/fetchMercurial: Fix directory inclusion check | Eelco Dolstra | 2 | -2/+6 |
2017-11-20 | Add tests for verifying/copying content-addressed paths | Eelco Dolstra | 1 | -1/+14 |
2017-11-20 | Add tests for signature checking when copying between local stores | Eelco Dolstra | 1 | -0/+20 |
2017-11-20 | Add tests for "nix run" | Eelco Dolstra | 3 | -1/+46 |
2017-11-20 | Test: Replace --option with the corresponding flag | Eelco Dolstra | 11 | -45/+45 |
2017-11-20 | signed-binary-caches -> require-sigs | Eelco Dolstra | 2 | -11/+11 |
2017-11-20 | binary-cache-public-keys -> trusted-public-keys | Eelco Dolstra | 2 | -10/+10 |
2017-11-15 | Doh | Eelco Dolstra | 1 | -0/+11 |
2017-11-14 | nix sign-paths: Support binary caches | Eelco Dolstra | 1 | -0/+6 |
2017-11-14 | Add tests for "nix verify", "nix sign-paths" etc. | Eelco Dolstra | 2 | -1/+64 |
2017-11-14 | Revert "Don't parse "x:x" as a URI" | Eelco Dolstra | 2 | -3/+2 |
2017-11-14 | nix ls-{nar,store}: Don't abort on missing files | Eelco Dolstra | 1 | -0/+4 |
2017-11-14 | Add some tests | Eelco Dolstra | 1 | -4/+15 |
2017-11-14 | Rename tests/nar-index -> tests/nar-access | Eelco Dolstra | 3 | -3/+3 |
2017-11-07 | Show when tests are skipped | Eelco Dolstra | 2 | -2/+2 |
2017-11-03 | fetchGit/fetchMercurial: Filter out directories with untracked files | Eelco Dolstra | 2 | -6/+12 |
2017-11-03 | fetchGit: Add a test | Eelco Dolstra | 3 | -1/+85 |
2017-11-01 | fetchMercurial: Don't fetch hashes we already have | Eelco Dolstra | 1 | -5/+13 |
2017-11-01 | Add fetchMercurial primop | Eelco Dolstra | 2 | -1/+75 |