summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2020-09-19utils: Add 'call-with-temporary-output-file'.Ludovic Courtès
2020-09-19Remove (guix build rpath).Ludovic Courtès
2020-09-19gremlin: Add 'set-file-runpath', 'file-runpath', and 'file-needed'.Ludovic Courtès
2020-09-19build-system/gnu: strip with --strip-unneeded [v2]Jakub Kądziołka
2020-09-19build-system/gnu: strip with --strip-unneededJakub Kądziołka
2020-09-14Merge remote-tracking branch 'origin/master' into core-updatesMaxim Cournoyer
2020-09-14ui: 'show-what-to-build' displays download estimate more prominently.Ludovic Courtès
2020-09-14authenticate: Cache the ACL and key pairs.Ludovic Courtès
2020-09-14daemon: Spawn 'guix authenticate' once for all.Ludovic Courtès
2020-09-14guix: Fix download-svn-to-store.Paul Garlick
2020-09-14database: register-items: reduce transaction scope.Christopher Baines
2020-09-14database: document extra registration requirements.Caleb Ristvedt
2020-09-14deduplication: pass store directory to replace-with-link.Caleb Ristvedt
2020-09-14build-system: linux-module: Delete some huge items that we probably don't need.Danny Milosavljevic
2020-09-12ui: Lexicographically sort transaction entries based on their package name.Maxim Cournoyer
2020-09-12ui: Refactor the package-strings helper in show-manifest-transaction.Maxim Cournoyer
2020-09-11daemon: Simplify interface with 'guix authenticate'.Ludovic Courtès
2020-09-11doc: Distinguish the "nar bundle" format from "nar".Ludovic Courtès
2020-09-10scripts: Use 'define-command' and have 'guix help' use that.Ludovic Courtès
2020-09-10ui: '--help' output links to <https://guix.gnu.org/help/>.Ludovic Courtès
2020-09-10utils: 'dump-port' has an optional 'len' parameter.Ludovic Courtès
2020-09-08Remove (guix json) and require Guile-JSON 4.3.0+.Ludovic Courtès
2020-09-08android-repo-download: Remove unnecessary use of Guile-JSON.Ludovic Courtès
2020-09-06git: Export url-cache-directory.Mathieu Othacehe
2020-09-05scripts: system: Expand some help messages.Efraim Flashner
2020-09-03android-repo-download: Use parallel-job-count instead of hard-coding jobDanny Milosavljevic
2020-09-03android-repo-download: Clean up typos; remove unused imports.Danny Milosavljevic
2020-09-02ssh: Fix progress bar crash when there are zero items to send.Ludovic Courtès
2020-09-02ssh: Fix regression in 'send-files'.Ludovic Courtès
2020-09-02ui: Attempt to fall back to "en_US.utf8" rather than "C".Ludovic Courtès
2020-09-02store: 'set-build-options' sends LC_MESSAGES, not LC_ALL.Ludovic Courtès
2020-09-02substitute: Set LC_MESSAGES to the client's locale, not LC_ALL.Ludovic Courtès
2020-09-02Add (guix android-repo-download).Danny Milosavljevic
2020-09-01build: ruby-build-system: Remove an extraneous binding.Maxim Cournoyer
2020-09-01import: launchpad: Recognize more URLs.Arun Isaac
2020-09-01import: launchpad: Recognize the .orig.tar.gz extension.Arun Isaac
2020-09-01import: launchpad: Handle list of source URLs correctly.Arun Isaac
2020-09-01gexp: computed-file: Prevent mistakenly overriding default option values.Maxim Cournoyer
2020-08-31guix: system: Add `--label' option.Julien Lepiller
2020-08-31guix system: Clarify what happens where service upgrade fails.Ludovic Courtès
2020-08-31guix system: reconfigure: Tell users about 'herd status'.Ludovic Courtès
2020-08-31packages: <content-hash> printer gracefully handle #f values.Ludovic Courtès
2020-08-31ssh: 'send-files' displays a progress bar.Ludovic Courtès
2020-08-30environment: Set USER and LOGNAME in containerLars-Dominik Braun
2020-08-29copy, offload: Explicitly close SSH channels and sessions.Ludovic Courtès
2020-08-28derivations: Avoid uses of 'write' in 'write-derivation'.Ludovic Courtès
2020-08-28derivations: Avoid uses of 'display' in 'write-derivation'.Ludovic Courtès
2020-08-28store: 'with-store' returns as many values as its body.Ludovic Courtès
2020-08-28build: ruby-build-system: Adjust replace-git-ls-files.Maxim Cournoyer
2020-08-27pull: Avoid "Migrating profile" message on the first run.Ludovic Courtès