summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* derivations: Add #:allowed-references 'derivation' parameter....Ludovic Courtès2014-06-011-0/+37
* syscalls: Be more permissive in 'umount' test....Ludovic Courtès2014-05-271-3/+4
* ui: Gracefully deal with zero-output derivations....Ludovic Courtès2014-05-191-0/+12
* Add (guix build syscalls)....Ludovic Courtès2014-05-101-0/+47
* gexp: Add support for 'origin?' objects in 'ungexp' forms....Ludovic Courtès2014-05-011-2/+12
* monads: Hide 'derivation-expression' and 'lower-inputs'....Ludovic Courtès2014-04-282-3/+7
* store: (direct-store-path? (%store-prefix)) returns #f....Ludovic Courtès2014-04-281-1/+2
* Add (guix gexp)....Ludovic Courtès2014-04-281-0/+234
* authenticate: Allow signatures with binary data to be written to stdout....Ludovic Courtès2014-04-222-1/+22
* pk-crypto: Use ISO-8859-1 for strings passed to 'gcry_sexp_new'....Ludovic Courtès2014-04-221-0/+24
* offload: '{send,receive}-files' wait for completion of the transfer....Ludovic Courtès2014-04-141-2/+4
* derivations: Fix 'fixed-output-derivation?'....Ludovic Courtès2014-04-131-0/+10
* store: Add 'add-permanent-root' and 'remove-permanent-root'....Ludovic Courtès2014-04-121-0/+12
* ui: Add 'size->number'....Ludovic Courtès2014-04-081-1/+24
* tests: Avoid buffering in 'fcntl-flock' tests....Ludovic Courtès2014-04-071-5/+5
* tests: Add 'union-build' test for <http://bugs.gnu.org/17083>....Ludovic Courtès2014-04-021-1/+47
* union: Rewrite to be faster; handle symlink/directory conflicts....Mark H Weaver2014-04-021-41/+0
* guix package: Register non-default profiles as GC roots....Ludovic Courtès2014-04-021-0/+7
* Use 'signature-case' in (guix nar) and 'substitute-binary'....Ludovic Courtès2014-03-311-41/+0
* pki: Add 'signature-case' macro....Ludovic Courtès2014-03-311-3/+76
* tests: Test the error output of 'substitute-binary'....Ludovic Courtès2014-03-301-14/+26
* tests: Add more signed substitute tests....Ludovic Courtès2014-03-301-3/+48
* tests: Simplify 'substitute-binary' tests; reduce use of global variables....Ludovic Courtès2014-03-301-70/+62
* tests: Make sure the daemon reports substitute hash mismatches....Ludovic Courtès2014-03-301-0/+58
* substitute-binary: Defer narinfo authentication and authorization checks....Ludovic Courtès2014-03-301-58/+134
* substitute-binary: Support the Signature field of a narinfo file....Nikita Karetnikov2014-03-302-0/+256
* tests: Make sure 'guix archive --import' succeeds....Ludovic Courtès2014-03-291-0/+2
* daemon: Add tests for substitutes and --no-substitutes....Ludovic Courtès2014-03-271-4/+52
* Merge branch 'core-updates'Ludovic Courtès2014-03-261-1/+1
|\
| * Merge branch 'master' into core-updatesMark H Weaver2014-03-223-5/+75
| |\
| * \ Merge branch 'master' into core-updatesLudovic Courtès2014-03-171-1/+6
| |\ \
| * \ \ Merge branch 'master' into core-updatesLudovic Courtès2014-03-103-20/+103
| |\ \ \
| * \ \ \ Merge branch 'master' into core-updates...Ludovic Courtès2014-02-225-5/+166
| |\ \ \ \
| * | | | | tests: Adjust to recent Binutils change....Ludovic Courtès2014-01-251-1/+1
* | | | | | utils: Add 'call-with-decompressed-port' and 'call-with-compressed-output-port'....Ludovic Courtès2014-03-241-17/+10
* | | | | | utils: Add 'filtered-output-port' and 'compressed-output-port'....Ludovic Courtès2014-03-241-0/+19
* | | | | | tests: Make sure substitutes are usable when we need them....Ludovic Courtès2014-03-221-0/+3
* | | | | | authenticate: Support reading the hash or key from stdin....Ludovic Courtès2014-03-221-1/+12
* | | | | | utils: Add 'decompressed-port' and 'compressed-port'....Ludovic Courtès2014-03-221-0/+11
* | | | | | utils: 'filtered-port' doesn't leave dangling processes behind....Ludovic Courtès2014-03-221-0/+8
| |_|_|_|/ |/| | | |
* | | | | pk-crypto: Don't use Ed25519 when libgcrypt is older than 1.6.0....Ludovic Courtès2014-03-201-0/+2
* | | | | pk-crypto: Use RFC6979 when signing with an ECC or DSA key....Ludovic Courtès2014-03-191-2/+38
* | | | | tests: Test recovery from 'valid-path?' RPCs with an invalid parameter....Ludovic Courtès2014-03-191-1/+33
* | | | | build: Fix test failures due to the nix -> guix directory name change....Ludovic Courtès2014-03-171-2/+2
| |_|_|/ |/| | |
* | | | store: Add 'hash-part->path'....Ludovic Courtès2014-03-141-1/+6
| |_|/ |/| |
* | | tests: 'topologically-sorted' test handles different references orders....Ludovic Courtès2014-03-101-3/+12
* | | store: Add #:timeout build option....Ludovic Courtès2014-03-091-0/+14
* | | utils: Add a non-blocking option for 'fcntl-flock'....Ludovic Courtès2014-03-081-1/+43
* | | store: 'export-paths' doesn't export references of the given files....Ludovic Courtès2014-03-071-2/+5
* | | tests: Rewrite 'fcntl-lock' test....Ludovic Courtès2014-03-061-14/+29
| |/ |/|