summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-07-18guix-register: Add '--state-directory' parameter.Ludovic Courtès
2014-07-17records: Report unknown field names in inheriting forms.Ludovic Courtès
2014-07-17records: Add tests for error cases.Ludovic Courtès
2014-07-17gexp: Gracefully handle printing of gexps with spliced references.Ludovic Courtès
2014-07-12gexp: Resolve the default system at '>>=' time.Ludovic Courtès
2014-07-12monads: Fix 'mapm' so that effects happen from left to right.Ludovic Courtès
2014-07-06build: Get the canonical $HOME name when testing 'guix package'.Ludovic Courtès
2014-07-05build: Support running the test suite from a directory with symlinks.Ludovic Courtès
2014-07-05guix package: Do the right thing for '-p ~/.guix-profile'.Ludovic Courtès
2014-06-27guix {system,offload}: Improve reporting of syntax errors.Ludovic Courtès
2014-06-16tests: Use the C locale for 'guix package -s'.Ludovic Courtès
2014-06-14guix build: Allow gexps to be passed to '-e'.Ludovic Courtès
2014-06-04tests: Skip tests that would hit the shebang length limitation.Ludovic Courtès
2014-06-01derivations: Add #:allowed-references 'derivation' parameter.Ludovic Courtès
2014-05-27syscalls: Be more permissive in 'umount' test.Ludovic Courtès
2014-05-19ui: Gracefully deal with zero-output derivations.Ludovic Courtès
2014-05-10Add (guix build syscalls).Ludovic Courtès
2014-05-01gexp: Add support for 'origin?' objects in 'ungexp' forms.Ludovic Courtès
2014-04-28monads: Hide 'derivation-expression' and 'lower-inputs'.Ludovic Courtès
2014-04-28store: (direct-store-path? (%store-prefix)) returns #f.Ludovic Courtès
2014-04-28Add (guix gexp).Ludovic Courtès
2014-04-22authenticate: Allow signatures with binary data to be written to stdout.Ludovic Courtès
2014-04-22pk-crypto: Use ISO-8859-1 for strings passed to 'gcry_sexp_new'.Ludovic Courtès
2014-04-14offload: '{send,receive}-files' wait for completion of the transfer.Ludovic Courtès
2014-04-13derivations: Fix 'fixed-output-derivation?'.Ludovic Courtès
2014-04-12store: Add 'add-permanent-root' and 'remove-permanent-root'.Ludovic Courtès
2014-04-08ui: Add 'size->number'.Ludovic Courtès
2014-04-07tests: Avoid buffering in 'fcntl-flock' tests.Ludovic Courtès
2014-04-02tests: Add 'union-build' test for <http://bugs.gnu.org/17083>.Ludovic Courtès
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