summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | nar: Produce archives with files sorted in C collation order....Ludovic Courtès2014-02-211-1/+26
* | derivations: Add support for recursive fixed-output derivations....Ludovic Courtès2014-02-211-2/+68
* | guix hash: Add '--recursive'....Ludovic Courtès2014-02-211-1/+21
* | nar: 'write-file' can write to non-file ports....Ludovic Courtès2014-02-211-0/+7
* | store: Change 'export-paths' to always export in topological order....Ludovic Courtès2014-02-101-0/+19
* | monads: Add 'text-file*'....Ludovic Courtès2014-02-031-1/+25
|/
* store: Add 'topologically-sorted'....Ludovic Courtès2014-01-241-0/+32
* nar: Add 'restore-file-set', for use by build hooks....Ludovic Courtès2014-01-241-1/+102
* hash: Add 'open-sha256-input-port', for Guile > 2.0.9....Ludovic Courtès2014-01-241-1/+58
* utils: Add 'fcntl-flock'....Ludovic Courtès2014-01-241-1/+31
* store: Add 'register-path' procedure....Ludovic Courtès2014-01-241-1/+21
* guix-register: Support registration in the current store, without '--prefix'....Ludovic Courtès2014-01-241-1/+28
* archive: Add '--missing'....Ludovic Courtès2014-01-061-1/+19
* guix package: Gracefully deal with EPIPE on stdout for --list-*....Ludovic Courtès2014-01-041-1/+8
* archive: Add '--authorize'....Ludovic Courtès2013-12-301-0/+3
* pk-crypto: Fix 'canonical-sexp->sexp' for atoms....Ludovic Courtès2013-12-301-1/+4
* pk-crypto: Work around Libgcrypt bug <https://bugs.g10code.com/gnupg/issue1594>....Ludovic Courtès2013-12-301-0/+12
* Add (guix pki)....Ludovic Courtès2013-12-291-0/+51
* pk-crypto: Add canonical-sexp to sexp conversion procedures....Ludovic Courtès2013-12-291-0/+46
* pk-crypto: Add 'canonical-sexp-length' and related procedures....Ludovic Courtès2013-12-291-0/+12
* pk-crypto: 'canonical-sexp-nth-data' returns a symbol for "tokens"....Ludovic Courtès2013-12-291-2/+3
* authenticate: Store the public key as part of the signature....Ludovic Courtès2013-12-291-2/+2
* pk-crypto: Rename 'gcry-sexp' to 'canonical-sexp'....Ludovic Courtès2013-12-291-23/+23
* Add 'guix archive'....Ludovic Courtès2013-12-221-0/+45
* authenticate: Add test....Ludovic Courtès2013-12-211-0/+63
* build: Adjust pk-crypto tests to Libgcrypt 1.5.3....Ludovic Courtès2013-12-211-3/+11
* daemon: Implement signed archive import/export....Ludovic Courtès2013-12-203-0/+57
* pk-crypto: Add a few sexp utility procedures....Ludovic Courtès2013-12-201-0/+42
* Add (guix pk-crypto)....Ludovic Courtès2013-12-201-0/+106
* guix package: allow multiple arguments after -i, -r, and -u....Mark H Weaver2013-12-141-0/+3
* build: Skip one 'package-source-derivation' test when networking is missing....Ludovic Courtès2013-12-111-0/+2
* store: Add tests for 'store-path-package-name'....Ludovic Courtès2013-12-111-0/+11
* monads: Fix 'anym'....Ludovic Courtès2013-12-101-0/+12
* derivations: Use more keyword parameters for 'build-expression->derivation'....Ludovic Courtès2013-12-045-62/+32
* Merge branch 'master' into core-updates...Ludovic Courtès2013-11-205-0/+132
|\
| * packages: 'package-field-location' returns a relative file name....Ludovic Courtès2013-11-181-0/+6
| * guix build: '-e' can be passed a monadic thunk....Ludovic Courtès2013-11-181-0/+8
| * derivations: Allow 'map-derivations' to replace sources....Ludovic Courtès2013-11-131-0/+22
| * packages: Suitably cope with indirect store paths as package sources....Ludovic Courtès2013-11-131-0/+11
| * store: Make 'direct-store-path?' public....Ludovic Courtès2013-11-131-0/+9
| * derivations: Add 'map-derivation'....Ludovic Courtès2013-11-131-0/+30
| * utils: Add 'string-replace-substring'....Ludovic Courtès2013-11-131-0/+8
| * guix build: Add '--log-file'....Ludovic Courtès2013-11-121-0/+11
| * store: Add 'log-file' procedure....Ludovic Courtès2013-11-121-0/+27
* | tests: Adjust to bootstrap tarball updates....Ludovic Courtès2013-11-162-4/+4
* | Merge branch 'master' into core-updates...Ludovic Courtès2013-11-084-11/+188
|\|
| * packages: Add a 'snippet' field to <origin>....Ludovic Courtès2013-11-071-0/+61
| * tests: Fix max-silent-time test....Ludovic Courtès2013-11-041-3/+4
| * tests: Add the builder as an input to raw derivations....Ludovic Courtès2013-11-041-8/+10
| * guix package: Allow removal of a specific package output....Ludovic Courtès2013-11-011-0/+97