aboutsummaryrefslogtreecommitdiff
path: root/tests/binary-cache.sh
AgeCommit message (Expand)Author
2022-01-18Add a test for 'nix store copy-log' and 'nix log'Eelco Dolstra
2021-07-27Allow running all the tests with the daemonregnat
2021-02-09Revert "narinfo: Change NAR URLs to be addressed on the NAR hash instead of t...Graham Christensen
2021-02-09Merge pull request #4464 from tweag/nar-narhash-addressedEelco Dolstra
2021-01-21narinfo: Change NAR URLs to be addressed on the NAR hash instead of the compr...adisbladis
2021-01-15Merge remote-tracking branch 'upstream/master' into non-local-store-buildJohn Ericson
2021-01-06Make sodium a required dependencyEelco Dolstra
2021-01-06Add commands for generating secret/public keysEelco Dolstra
2020-12-23Test nix-instantiate with binary cache storeJohn Ericson
2020-12-03Move most store-related commands to 'nix store'Eelco Dolstra
2020-12-03Move NAR-related commands to 'nix nar'Eelco Dolstra
2020-11-17Remove stray debug statementEelco Dolstra
2020-10-26Fix testEelco Dolstra
2020-10-18Tests for #3964Robert Hensing
2020-08-07Fix .ls file names in binary cachesEelco Dolstra
2020-08-04Make JSON equality tests agnostic to orderingJohn Ericson
2020-07-13Add a test for local NAR cachingEelco Dolstra
2020-07-13Fix 'nix verify --all' on a binary cache and add a testEelco Dolstra
2020-07-13Add a test for DWARF debug info index generationEelco Dolstra
2020-07-13Add a test for NAR listing generationEelco Dolstra
2020-05-12tests/binary-cache.sh: Improve incomplete closure testEelco Dolstra
2020-03-24Misc changes from the flakes branchEelco Dolstra
2018-06-05Don't require --fallback to recover from disappeared binary cache NARsEelco Dolstra
2018-06-05Improve binary cache fallback testEelco Dolstra
2018-06-05Remove non-existent NIX_DEBUG_SUBSTEelco Dolstra
2017-11-20Test: Replace --option with the corresponding flagEelco Dolstra
2017-11-20signed-binary-caches -> require-sigsEelco Dolstra
2017-11-20binary-cache-public-keys -> trusted-public-keysEelco Dolstra
2017-10-24More progress indicator improvementsEelco Dolstra
2017-10-02Fix testsDan Peebles
2017-03-21Fix tests to reflect the signed-binary-caches default changeEelco Dolstra
2016-08-10Nuke nix-push.Shea Levy
2016-06-01HttpBinaryCacheStore: Fix caching of WantMassQueryEelco Dolstra
2016-05-30Test trying the next substitute after a bad signatureEelco Dolstra
2016-05-30Test the NAR info cacheEelco Dolstra
2016-05-30Re-implement binary cache signature checkingEelco Dolstra
2016-05-30LocalStore::addToStore: Verify hash of the imported pathEelco Dolstra
2016-04-11Remove manifest supportEelco Dolstra
2015-02-18nix-store --generate-binary-cache-key: Write key to diskEelco Dolstra
2015-02-10Make libsodium an optional dependencyEelco Dolstra
2015-02-04Use libsodium instead of OpenSSL for binary cache signingEelco Dolstra
2014-02-26Test executables in NARsEelco Dolstra
2014-02-17Add a test for repairing pathsEelco Dolstra
2014-01-08Fix signed-binary-caches testEelco Dolstra
2014-01-08Test whether Nix correctly checks the hash of downloaded NARsEelco Dolstra
2014-01-08Support cryptographically signed binary cachesEelco Dolstra
2013-07-01Add support for uncompressed NARs in binary cachesEelco Dolstra
2013-04-23Test whether --fallback works if NARS have disappeared from the binary cacheEelco Dolstra
2013-04-23Test NAR info cachingEelco Dolstra
2013-01-02If a substitute closure is incomplete, build dependencies, then retry the sub...Eelco Dolstra