summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-04-02union: Rewrite to be faster; handle symlink/directory conflicts....Mark H Weaver
2014-04-02guix package: Register non-default profiles as GC roots....Ludovic Courtès
2014-03-31Use 'signature-case' in (guix nar) and 'substitute-binary'....Ludovic Courtès
2014-03-31pki: Add 'signature-case' macro....Ludovic Courtès
2014-03-30tests: Test the error output of 'substitute-binary'....Ludovic Courtès
2014-03-30tests: Add more signed substitute tests....Ludovic Courtès
2014-03-30tests: Simplify 'substitute-binary' tests; reduce use of global variables....Ludovic Courtès
2014-03-30tests: Make sure the daemon reports substitute hash mismatches....Ludovic Courtès
2014-03-30substitute-binary: Defer narinfo authentication and authorization checks....Ludovic Courtès
2014-03-30substitute-binary: Support the Signature field of a narinfo file....Nikita Karetnikov
2014-03-29tests: Make sure 'guix archive --import' succeeds....Ludovic Courtès
2014-03-27daemon: Add tests for substitutes and --no-substitutes....Ludovic Courtès
2014-03-26Merge branch 'core-updates'Ludovic Courtès
2014-03-24utils: Add 'call-with-decompressed-port' and 'call-with-compressed-output-port'....Ludovic Courtès
2014-03-24utils: Add 'filtered-output-port' and 'compressed-output-port'....Ludovic Courtès
2014-03-22tests: Make sure substitutes are usable when we need them....Ludovic Courtès
2014-03-22authenticate: Support reading the hash or key from stdin....Ludovic Courtès
2014-03-22utils: Add 'decompressed-port' and 'compressed-port'....Ludovic Courtès
2014-03-22utils: 'filtered-port' doesn't leave dangling processes behind....Ludovic Courtès
2014-03-22Merge branch 'master' into core-updatesMark H Weaver
2014-03-20pk-crypto: Don't use Ed25519 when libgcrypt is older than 1.6.0....Ludovic Courtès
2014-03-19pk-crypto: Use RFC6979 when signing with an ECC or DSA key....Ludovic Courtès
2014-03-19tests: Test recovery from 'valid-path?' RPCs with an invalid parameter....Ludovic Courtès
2014-03-17build: Fix test failures due to the nix -> guix directory name change....Ludovic Courtès
2014-03-17Merge branch 'master' into core-updatesLudovic Courtès
2014-03-14store: Add 'hash-part->path'....Ludovic Courtès
2014-03-10Merge branch 'master' into core-updatesLudovic Courtès
2014-03-10tests: 'topologically-sorted' test handles different references orders....Ludovic Courtès
2014-03-09store: Add #:timeout build option....Ludovic Courtès
2014-03-08utils: Add a non-blocking option for 'fcntl-flock'....Ludovic Courtès
2014-03-07store: 'export-paths' doesn't export references of the given files....Ludovic Courtès
2014-03-06tests: Rewrite 'fcntl-lock' test....Ludovic Courtès
2014-02-22Merge branch 'master' into core-updates...Ludovic Courtès
2014-02-21nar: Produce archives with files sorted in C collation order....Ludovic Courtès
2014-02-21derivations: Add support for recursive fixed-output derivations....Ludovic Courtès
2014-02-21guix hash: Add '--recursive'....Ludovic Courtès
2014-02-21nar: 'write-file' can write to non-file ports....Ludovic Courtès
2014-02-10store: Change 'export-paths' to always export in topological order....Ludovic Courtès
2014-02-03monads: Add 'text-file*'....Ludovic Courtès
2014-01-25tests: Adjust to recent Binutils change....Ludovic Courtès
2014-01-24store: Add 'topologically-sorted'....Ludovic Courtès
2014-01-24nar: Add 'restore-file-set', for use by build hooks....Ludovic Courtès
2014-01-24hash: Add 'open-sha256-input-port', for Guile > 2.0.9....Ludovic Courtès
2014-01-24utils: Add 'fcntl-flock'....Ludovic Courtès
2014-01-24store: Add 'register-path' procedure....Ludovic Courtès
2014-01-24guix-register: Support registration in the current store, without '--prefix'....Ludovic Courtès
2014-01-06archive: Add '--missing'....Ludovic Courtès
2014-01-04guix package: Gracefully deal with EPIPE on stdout for --list-*....Ludovic Courtès
2013-12-30archive: Add '--authorize'....Ludovic Courtès
2013-12-30pk-crypto: Fix 'canonical-sexp->sexp' for atoms....Ludovic Courtès