Age | Commit message (Expand) | Author |
2014-03-24 | utils: Add 'call-with-decompressed-port' and 'call-with-compressed-output-port'. | Ludovic Courtès |
2014-03-24 | utils: Add 'filtered-output-port' and 'compressed-output-port'. | Ludovic Courtès |
2014-03-22 | tests: Make sure substitutes are usable when we need them. | Ludovic Courtès |
2014-03-22 | authenticate: Support reading the hash or key from stdin. | Ludovic Courtès |
2014-03-22 | utils: Add 'decompressed-port' and 'compressed-port'. | Ludovic Courtès |
2014-03-22 | utils: 'filtered-port' doesn't leave dangling processes behind. | Ludovic Courtès |
2014-03-20 | pk-crypto: Don't use Ed25519 when libgcrypt is older than 1.6.0. | Ludovic Courtès |
2014-03-19 | pk-crypto: Use RFC6979 when signing with an ECC or DSA key. | Ludovic Courtès |
2014-03-19 | tests: Test recovery from 'valid-path?' RPCs with an invalid parameter. | Ludovic Courtès |
2014-03-17 | build: Fix test failures due to the nix -> guix directory name change. | Ludovic Courtès |
2014-03-14 | store: Add 'hash-part->path'. | Ludovic Courtès |
2014-03-10 | tests: 'topologically-sorted' test handles different references orders. | Ludovic Courtès |
2014-03-09 | store: Add #:timeout build option. | Ludovic Courtès |
2014-03-08 | utils: Add a non-blocking option for 'fcntl-flock'. | Ludovic Courtès |
2014-03-07 | store: 'export-paths' doesn't export references of the given files. | Ludovic Courtès |
2014-03-06 | tests: Rewrite 'fcntl-lock' test. | Ludovic Courtès |
2014-02-21 | nar: Produce archives with files sorted in C collation order. | Ludovic Courtès |
2014-02-21 | derivations: Add support for recursive fixed-output derivations. | Ludovic Courtès |
2014-02-21 | guix hash: Add '--recursive'. | Ludovic Courtès |
2014-02-21 | nar: 'write-file' can write to non-file ports. | Ludovic Courtès |
2014-02-10 | store: Change 'export-paths' to always export in topological order. | Ludovic Courtès |
2014-02-03 | monads: Add 'text-file*'. | Ludovic Courtès |
2014-01-24 | store: Add 'topologically-sorted'. | Ludovic Courtès |
2014-01-24 | nar: Add 'restore-file-set', for use by build hooks. | Ludovic Courtès |
2014-01-24 | hash: Add 'open-sha256-input-port', for Guile > 2.0.9. | Ludovic Courtès |
2014-01-24 | utils: Add 'fcntl-flock'. | Ludovic Courtès |
2014-01-24 | store: Add 'register-path' procedure. | Ludovic Courtès |
2014-01-24 | guix-register: Support registration in the current store, without '--prefix'. | Ludovic Courtès |
2014-01-06 | archive: Add '--missing'. | Ludovic Courtès |
2014-01-04 | guix package: Gracefully deal with EPIPE on stdout for --list-*. | Ludovic Courtès |
2013-12-30 | archive: Add '--authorize'. | Ludovic Courtès |
2013-12-30 | pk-crypto: Fix 'canonical-sexp->sexp' for atoms. | Ludovic Courtès |
2013-12-30 | pk-crypto: Work around Libgcrypt bug <https://bugs.g10code.com/gnupg/issue1594>. | Ludovic Courtès |
2013-12-29 | Add (guix pki). | Ludovic Courtès |
2013-12-29 | pk-crypto: Add canonical-sexp to sexp conversion procedures. | Ludovic Courtès |
2013-12-29 | pk-crypto: Add 'canonical-sexp-length' and related procedures. | Ludovic Courtès |
2013-12-29 | pk-crypto: 'canonical-sexp-nth-data' returns a symbol for "tokens". | Ludovic Courtès |
2013-12-29 | authenticate: Store the public key as part of the signature. | Ludovic Courtès |
2013-12-29 | pk-crypto: Rename 'gcry-sexp' to 'canonical-sexp'. | Ludovic Courtès |
2013-12-22 | Add 'guix archive'. | Ludovic Courtès |
2013-12-21 | authenticate: Add test. | Ludovic Courtès |
2013-12-21 | build: Adjust pk-crypto tests to Libgcrypt 1.5.3. | Ludovic Courtès |
2013-12-20 | daemon: Implement signed archive import/export. | Ludovic Courtès |
2013-12-20 | pk-crypto: Add a few sexp utility procedures. | Ludovic Courtès |
2013-12-20 | Add (guix pk-crypto). | Ludovic Courtès |
2013-12-14 | guix package: allow multiple arguments after -i, -r, and -u. | Mark H Weaver |
2013-12-11 | build: Skip one 'package-source-derivation' test when networking is missing. | Ludovic Courtès |
2013-12-11 | store: Add tests for 'store-path-package-name'. | Ludovic Courtès |
2013-12-10 | monads: Fix 'anym'. | Ludovic Courtès |
2013-12-04 | derivations: Use more keyword parameters for 'build-expression->derivation'. | Ludovic Courtès |