summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* gexp: Add support for 'origin?' objects in 'ungexp' forms.Ludovic Courtès2014-05-01
* monads: Hide 'derivation-expression' and 'lower-inputs'.Ludovic Courtès2014-04-28
* store: (direct-store-path? (%store-prefix)) returns #f.Ludovic Courtès2014-04-28
* Add (guix gexp).Ludovic Courtès2014-04-28
* authenticate: Allow signatures with binary data to be written to stdout.Ludovic Courtès2014-04-22
* pk-crypto: Use ISO-8859-1 for strings passed to 'gcry_sexp_new'.Ludovic Courtès2014-04-22
* offload: '{send,receive}-files' wait for completion of the transfer.Ludovic Courtès2014-04-14
* derivations: Fix 'fixed-output-derivation?'.Ludovic Courtès2014-04-13
* store: Add 'add-permanent-root' and 'remove-permanent-root'.Ludovic Courtès2014-04-12
* ui: Add 'size->number'.Ludovic Courtès2014-04-08
* tests: Avoid buffering in 'fcntl-flock' tests.Ludovic Courtès2014-04-07
* tests: Add 'union-build' test for <http://bugs.gnu.org/17083>.Ludovic Courtès2014-04-02
* union: Rewrite to be faster; handle symlink/directory conflicts.Mark H Weaver2014-04-02
* guix package: Register non-default profiles as GC roots.Ludovic Courtès2014-04-02
* Use 'signature-case' in (guix nar) and 'substitute-binary'.Ludovic Courtès2014-03-31
* pki: Add 'signature-case' macro.Ludovic Courtès2014-03-31
* tests: Test the error output of 'substitute-binary'.Ludovic Courtès2014-03-30
* tests: Add more signed substitute tests.Ludovic Courtès2014-03-30
* tests: Simplify 'substitute-binary' tests; reduce use of global variables.Ludovic Courtès2014-03-30
* tests: Make sure the daemon reports substitute hash mismatches.Ludovic Courtès2014-03-30
* substitute-binary: Defer narinfo authentication and authorization checks.Ludovic Courtès2014-03-30
* substitute-binary: Support the Signature field of a narinfo file.Nikita Karetnikov2014-03-30
* tests: Make sure 'guix archive --import' succeeds.Ludovic Courtès2014-03-29
* daemon: Add tests for substitutes and --no-substitutes.Ludovic Courtès2014-03-27
* Merge branch 'core-updates'Ludovic Courtès2014-03-26
|\
| * Merge branch 'master' into core-updatesMark H Weaver2014-03-22
| |\
| * \ Merge branch 'master' into core-updatesLudovic Courtès2014-03-17
| |\ \
| * \ \ Merge branch 'master' into core-updatesLudovic Courtès2014-03-10
| |\ \ \
| * \ \ \ Merge branch 'master' into core-updatesLudovic Courtès2014-02-22
| |\ \ \ \
| * | | | | tests: Adjust to recent Binutils change.Ludovic Courtès2014-01-25
* | | | | | utils: Add 'call-with-decompressed-port' and 'call-with-compressed-output-port'.Ludovic Courtès2014-03-24
* | | | | | utils: Add 'filtered-output-port' and 'compressed-output-port'.Ludovic Courtès2014-03-24
* | | | | | tests: Make sure substitutes are usable when we need them.Ludovic Courtès2014-03-22
* | | | | | authenticate: Support reading the hash or key from stdin.Ludovic Courtès2014-03-22
* | | | | | utils: Add 'decompressed-port' and 'compressed-port'.Ludovic Courtès2014-03-22
* | | | | | utils: 'filtered-port' doesn't leave dangling processes behind.Ludovic Courtès2014-03-22
| |_|_|_|/ |/| | | |
* | | | | pk-crypto: Don't use Ed25519 when libgcrypt is older than 1.6.0.Ludovic Courtès2014-03-20
* | | | | pk-crypto: Use RFC6979 when signing with an ECC or DSA key.Ludovic Courtès2014-03-19
* | | | | tests: Test recovery from 'valid-path?' RPCs with an invalid parameter.Ludovic Courtès2014-03-19
* | | | | build: Fix test failures due to the nix -> guix directory name change.Ludovic Courtès2014-03-17
| |_|_|/ |/| | |
* | | | store: Add 'hash-part->path'.Ludovic Courtès2014-03-14
| |_|/ |/| |
* | | tests: 'topologically-sorted' test handles different references orders.Ludovic Courtès2014-03-10
* | | store: Add #:timeout build option.Ludovic Courtès2014-03-09
* | | utils: Add a non-blocking option for 'fcntl-flock'.Ludovic Courtès2014-03-08
* | | store: 'export-paths' doesn't export references of the given files.Ludovic Courtès2014-03-07
* | | tests: Rewrite 'fcntl-lock' test.Ludovic Courtès2014-03-06
| |/ |/|
* | nar: Produce archives with files sorted in C collation order.Ludovic Courtès2014-02-21
* | derivations: Add support for recursive fixed-output derivations.Ludovic Courtès2014-02-21
* | guix hash: Add '--recursive'.Ludovic Courtès2014-02-21
* | nar: 'write-file' can write to non-file ports.Ludovic Courtès2014-02-21