| Commit message (Expand) | Author | Age |
* | 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-21 |
* | store: Change 'export-paths' to always export in topological order. | Ludovic Courtès | 2014-02-10 |
* | monads: Add 'text-file*'. | Ludovic Courtès | 2014-02-03 |
* | 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-24 |
* | archive: Add '--missing'. | Ludovic Courtès | 2014-01-06 |
* | guix package: Gracefully deal with EPIPE on stdout for --list-*. | Ludovic Courtès | 2014-01-04 |
* | 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-30 |
* | 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-29 |
* | Add 'guix archive'. | Ludovic Courtès | 2013-12-22 |
* | authenticate: Add test. | Ludovic Courtès | 2013-12-21 |
* | build: Adjust pk-crypto tests to Libgcrypt 1.5.3. | Ludovic Courtès | 2013-12-21 |
* | 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-20 |
* | guix package: allow multiple arguments after -i, -r, and -u. | Mark H Weaver | 2013-12-14 |
* | 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-11 |
* | monads: Fix 'anym'. | Ludovic Courtès | 2013-12-10 |
* | derivations: Use more keyword parameters for 'build-expression->derivation'. | Ludovic Courtès | 2013-12-04 |
* | Merge branch 'master' into core-updates | Ludovic Courtès | 2013-11-20 |
|\ |
|
| * | packages: 'package-field-location' returns a relative file name. | Ludovic Courtès | 2013-11-18 |
| * | guix build: '-e' can be passed a monadic thunk. | Ludovic Courtès | 2013-11-18 |
| * | derivations: Allow 'map-derivations' to replace sources. | Ludovic Courtès | 2013-11-13 |
| * | packages: Suitably cope with indirect store paths as package sources. | Ludovic Courtès | 2013-11-13 |
| * | store: Make 'direct-store-path?' public. | Ludovic Courtès | 2013-11-13 |
| * | derivations: Add 'map-derivation'. | Ludovic Courtès | 2013-11-13 |
| * | utils: Add 'string-replace-substring'. | Ludovic Courtès | 2013-11-13 |
| * | guix build: Add '--log-file'. | Ludovic Courtès | 2013-11-12 |
| * | store: Add 'log-file' procedure. | Ludovic Courtès | 2013-11-12 |
* | | tests: Adjust to bootstrap tarball updates. | Ludovic Courtès | 2013-11-16 |
* | | Merge branch 'master' into core-updates | Ludovic Courtès | 2013-11-08 |
|\| |
|
| * | packages: Add a 'snippet' field to <origin>. | Ludovic Courtès | 2013-11-07 |
| * | tests: Fix max-silent-time test. | Ludovic Courtès | 2013-11-04 |
| * | tests: Add the builder as an input to raw derivations. | Ludovic Courtès | 2013-11-04 |
| * | guix package: Allow removal of a specific package output. | Ludovic Courtès | 2013-11-01 |