summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2015-10-06utils: Remove Nixpkgs helpers.Ludovic Courtès
2015-10-05import: pypi: Remove unused procedure.Ludovic Courtès
2015-10-01download: Check whether HORIZONTAL ELLIPSIS can be encoded.Ludovic Courtès
2015-09-28guix gc: Add '--list-failures' and '--clear-failures'.Ludovic Courtès
2015-09-28store: Add 'query-failed-paths' and 'clear-failed-paths' RPCs.Ludovic Courtès
2015-09-28tests: 'open-connection-for-tests' takes an optional parameter.Ludovic Courtès
2015-09-28lint: Fix 'check-texinfo-markup'.Mathieu Lirzin
2015-09-26Merge branch 'core-updates'Ludovic Courtès
2015-09-26lint: Improve 'check-texinfo-markup'.Mathieu Lirzin
2015-09-26http-client: Backport Guile fix for 'read-chunk-header'.Ludovic Courtès
2015-09-25offload: Use gzip instead of xz for compression on the master.Ludovic Courtès
2015-09-25utils: Add #:options parameter for compression output ports.Ludovic Courtès
2015-09-24lint: Accept '`' character.Mathieu Lirzin
2015-09-24lint: Check non-translated package descriptions.Mathieu Lirzin
2015-09-24Merge branch 'master' into core-updatesLudovic Courtès
2015-09-24profiles: Make profile-specific derivations non-substitutable.Ludovic Courtès
2015-09-24ui: Gracefully handle Unicode description strings.Ludovic Courtès
2015-09-24download: Don't abbreviate things that are not store items.Ludovic Courtès
2015-09-23download: Fix some minor progress-logging regressions.Steve Sprang
2015-09-23emacs-build-system: Fix 'package-name-version->elpa-name-version'.Mark H Weaver
2015-09-22Merge branch 'master' into core-updatesMark H Weaver
2015-09-22scripts: Add 'build-package'.Alex Kost
2015-09-22licenses: Add Zope Public License.Ricardo Wurmus
2015-09-21Update CRAN mirrors.Ricardo Wurmus
2015-09-21import: cran-sxml->sexp: Use cran-uri in package expression.Ricardo Wurmus
2015-09-21build: Add cran-uri procedure.Ricardo Wurmus
2015-09-18lint: Report lonely parentheses.Ludovic Courtès
2015-09-18store: Add 'set-build-options*'.Alex Kost
2015-09-18ui: Add 'show-derivation-outputs'.Alex Kost
2015-09-18Add (guix scripts).Alex Kost
2015-09-17download: Only show hours in the elapsed time if necessary.Steve Sprang
2015-09-16substitute: Improve readability of download progress report.Steve Sprang
2015-09-15lint: Add 'check-texinfo-markup' checker.Mathieu Lirzin
2015-09-14guix: lint: Check for meaningful origin file names.Eric Bavier
2015-09-14guix: packages: Add origin-actual-file-name.Eric Bavier
2015-09-14download: Avoid type errors when formatting download progress output.Steve Sprang
2015-09-15guix system: Gracefully handle incomplete commands.Ludovic Courtès
2015-09-14build: ruby: Add support for tarball and directory sources.David Thompson
2015-09-13Merge branch 'master' into core-updatesLudovic Courtès
2015-09-11build-system/glib-or-gtk: Don't generate 'icon-theme.cache'.宋文武
2015-09-10guix build: '--log-file' can return URLs.Ludovic Courtès
2015-09-10http-client: Backport delimited input port fix from Guile.Ludovic Courtès
2015-09-10http-client: Remove redundant import clause.Ludovic Courtès
2015-09-10guix: packages: Add transitive-input-references.Eric Bavier
2015-09-10pull: Update to the new cgit snapshot URL.Ludovic Courtès
2015-09-08build: Improve information density and appearance of download progress output.Steve Sprang
2015-09-08ui: Add package-description-string.Mathieu Lirzin
2015-09-07build: container: Use the same clone flags as fork(3).David Thompson
2015-09-07build: ruby: Avoid long build directory names.David Thompson
2015-09-06packages: Build tarballs in sorted order even if tar doesn't support it.Mark H Weaver