summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2013-12-30pk-crypto: Work around Libgcrypt bug <https://bugs.g10code.com/gnupg/issue1594>....Ludovic Courtès
2013-12-29Add (guix pki)....Ludovic Courtès
2013-12-29pk-crypto: Add canonical-sexp to sexp conversion procedures....Ludovic Courtès
2013-12-29pk-crypto: Add 'canonical-sexp-length' and related procedures....Ludovic Courtès
2013-12-29pk-crypto: 'canonical-sexp-nth-data' returns a symbol for "tokens"....Ludovic Courtès
2013-12-29authenticate: Store the public key as part of the signature....Ludovic Courtès
2013-12-29pk-crypto: Rename 'gcry-sexp' to 'canonical-sexp'....Ludovic Courtès
2013-12-22Add 'guix archive'....Ludovic Courtès
2013-12-21authenticate: Add test....Ludovic Courtès
2013-12-21build: Adjust pk-crypto tests to Libgcrypt 1.5.3....Ludovic Courtès
2013-12-20daemon: Implement signed archive import/export....Ludovic Courtès
2013-12-20pk-crypto: Add a few sexp utility procedures....Ludovic Courtès
2013-12-20Add (guix pk-crypto)....Ludovic Courtès
2013-12-14guix package: allow multiple arguments after -i, -r, and -u....Mark H Weaver
2013-12-11build: Skip one 'package-source-derivation' test when networking is missing....Ludovic Courtès
2013-12-11store: Add tests for 'store-path-package-name'....Ludovic Courtès
2013-12-10monads: Fix 'anym'....Ludovic Courtès
2013-12-04derivations: Use more keyword parameters for 'build-expression->derivation'....Ludovic Courtès
2013-11-20Merge branch 'master' into core-updates...Ludovic Courtès
2013-11-18packages: 'package-field-location' returns a relative file name....Ludovic Courtès
2013-11-18guix build: '-e' can be passed a monadic thunk....Ludovic Courtès
2013-11-16tests: Adjust to bootstrap tarball updates....Ludovic Courtès
2013-11-13derivations: Allow 'map-derivations' to replace sources....Ludovic Courtès
2013-11-13packages: Suitably cope with indirect store paths as package sources....Ludovic Courtès
2013-11-13store: Make 'direct-store-path?' public....Ludovic Courtès
2013-11-13derivations: Add 'map-derivation'....Ludovic Courtès
2013-11-13utils: Add 'string-replace-substring'....Ludovic Courtès
2013-11-12guix build: Add '--log-file'....Ludovic Courtès
2013-11-12store: Add 'log-file' procedure....Ludovic Courtès
2013-11-08Merge branch 'master' into core-updates...Ludovic Courtès
2013-11-07packages: Add a 'snippet' field to <origin>....Ludovic Courtès
2013-11-04tests: Fix max-silent-time test....Ludovic Courtès
2013-11-04tests: Add the builder as an input to raw derivations....Ludovic Courtès
2013-11-01guix package: Allow removal of a specific package output....Ludovic Courtès
2013-11-01ui: Factorize package specification parsing....Ludovic Courtès
2013-10-30derivations: 'derivation-path->output-path' honors the 'output' parameter....Ludovic Courtès
2013-10-15records: define-record-type*: Field bindings are bound with 'let*'....Ludovic Courtès
2013-10-03monads: Allow resolution of a monad's bind/return at expansion time....Ludovic Courtès
2013-10-03Add (guix monads)....Ludovic Courtès
2013-09-27guix package: '--delete-generations' deletes generations older than specified....Ludovic Courtès
2013-09-27tests: Fix typo....Ludovic Courtès
2013-09-27build-system/trivial: Take the 'source' field into account....Ludovic Courtès
2013-09-26guix package: Add '--delete-generations'....Nikita Karetnikov
2013-09-25guix package: Show which generation is the current one....Nikita Karetnikov
2013-09-25tests: Use 'test -z' to check that a string equals zero.Nikita Karetnikov
2013-09-25guix package: Do not list the zeroth generation....Nikita Karetnikov
2013-09-25guix package: Exit with 1 when a generation cannot be listed....Nikita Karetnikov