summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2014-01-24Add 'guix offload' as a daemon build hook.Ludovic Courtès
2014-01-24store: Add 'topologically-sorted'.Ludovic Courtès
2014-01-24nar: Add 'restore-file-set', for use by build hooks.Ludovic Courtès
2014-01-24store: Add 'with-store' convenience macro.Ludovic Courtès
2014-01-24hash: Add 'open-sha256-input-port', for Guile > 2.0.9.Ludovic Courtès
2014-01-24pki: Factorize signature manipulation procedures.Ludovic Courtès
2014-01-24utils: Add 'fcntl-flock'.Ludovic Courtès
2014-01-24store: Add 'register-path' procedure.Ludovic Courtès
2014-01-24store: Add comments for the %stderr constants.Ludovic Courtès
2014-01-24ui: Filter out internal commands from '--help'.Ludovic Courtès
2014-01-22licenses: Add GNU FDL 1.3+.Ludovic Courtès
2014-01-18Update 'nix-upstream' sub-module; adjust build system, doc, and substituter.Ludovic Courtès
2014-01-18linux-initrd: Make /dev/{null,zero} world-writable.Ludovic Courtès
2014-01-17ui: Update copyright year in '--version' output.Ludovic Courtès
2014-01-13guix package: Gracefully handle EPIPE on '--search'.Ludovic Courtès
2014-01-13ui: Don't use hyphens in 'package->recutils' output.Ludovic Courtès
2014-01-08config: '%store-directory' always honors $NIX_STORE_DIR.Ludovic Courtès
2014-01-08config: '%state-directory' always honors $NIX_STATE_DIR.Ludovic Courtès
2014-01-08store: Fix 'log-file' to support uncompressed logs.Ludovic Courtès
2014-01-06archive: Add '--missing'.Ludovic Courtès
2014-01-05archive: Make sure $sysconfdir/guix exists.Ludovic Courtès
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