summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2014-01-05guix build: Add '--no-build-hook'....Ludovic Courtès
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-30archive: Add '--generate-key'....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-30authenticate: Consistently use 'leave' for fatal error reporting....Ludovic Courtès
2013-12-29authenticate: Disallow imports signed with unauthorized keys....Ludovic Courtès
2013-12-29Add (guix pki)....Ludovic Courtès
2013-12-29config: Export '%config-directory'....Ludovic Courtès
2013-12-29Move 'with-atomic-file-output' to (guix utils)....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-21guix build: Improve procedural decomposition....Ludovic Courtès
2013-12-21Factorize package search between 'guix package' and 'guix build'....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-16pull: Move build code to (guix build pull)....Ludovic Courtès
2013-12-15gnu: gtk+: enable introspection....Cyril Roelandt
2013-12-14guix package: allow multiple arguments after -i, -r, and -u....Mark H Weaver
2013-12-14pull: Compile guix/ files before gnu/ files....Ludovic Courtès
2013-12-14pull: Compile files in parallel....Ludovic Courtès
2013-12-14pull: Limit memory usage when compiling....Ludovic Courtès
2013-12-11store: Optimize 'store-path-package-name' and 'store-path-hash-part'....Ludovic Courtès
2013-12-10gnu: Add (gnu system)....Ludovic Courtès
2013-12-10monads: Fix 'anym'....Ludovic Courtès
2013-12-09build-system/perl: Honour phases argument in perl build system....Andreas Enge
2013-12-05monads: Remove erroneous comment....Ludovic Courtès
2013-12-04build-system/gnu: Fix reference to Gettext in 'dist-package'....Ludovic Courtès
2013-12-04derivations: Use more keyword parameters for 'build-expression->derivation'....Ludovic Courtès
2013-12-03gnu-maintenance: Ignore "redirect" blurbs....Ludovic Courtès
2013-11-28build-system/cmake: Build out of source tree by default....Ludovic Courtès
2013-11-26substitute-binary: Work around Guile 2.0.5's broken 'n-par-map'....Ludovic Courtès
2013-11-24guix package: Honor the current output when upgrading....Ludovic Courtès
2013-11-20Merge branch 'master' into core-updates...Ludovic Courtès
2013-11-20build-system/python: Add #:test-target parameter....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-14substitute-binary: Adjust timeout handling for Guile > 2.0.9....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