summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2020-05-07syscalls: Add ioctl flags for the Hurd.Jan (janneke) Nieuwenhuizen
2020-05-05syscalls: 'define-c-struct' supports cross-compilation.Ludovic Courtès
2020-05-05image: Add a new API.Mathieu Othacehe
2020-05-05build: store-copy: Export file-size procedure.Mathieu Othacehe
2020-05-04openpgp: Add missing type predicate for '&openpgp-invalid-signature-error'.Ludovic Courtès
2020-05-04openpgp: Raise error conditions instead of calling 'error'.Ludovic Courtès
2020-05-04openpgp: Add 'string->openpgp-packet'.Ludovic Courtès
2020-05-04openpgp: 'lookup-key-by-{id,fingerprint}' return the key first.Ludovic Courtès
2020-05-04openpgp: 'verify-openpgp-signature' looks up by fingerprint when possible.Ludovic Courtès
2020-05-04openpgp: Add 'lookup-key-by-fingerprint'.Ludovic Courtès
2020-05-04openpgp: Store the issuer key id and fingerprint in <openpgp-signature>.Ludovic Courtès
2020-05-04openpgp: Decode the issuer-fingerprint signature subpacket.Ludovic Courtès
2020-05-04Add (guix openpgp).Ludovic Courtès
2020-05-01profiles: Mark manual database as non-substitutable.Ludovic Courtès
2020-04-27guix: edit: Make nano the default editor.Raghav Gururajan
2020-04-27import: crate: Gracefully handle non-existent crates.Ludovic Courtès
2020-04-26channels: Use a declarative profile.Ludovic Courtès
2020-04-26pack: Use a declarative profile.Ludovic Courtès
2020-04-26profiles: Add lowerable <profile> record type.Ludovic Courtès
2020-04-26substitute: Close port at the end of http-multiple-get.Christopher Baines
2020-04-26substitute: Make http-multiple-get batch size configurable.Christopher Baines
2020-04-26substitute: Use the same port for multiple request batches.Christopher Baines
2020-04-24guix package: Export 'search-path-environment-variables'.Marius Bakke
2020-04-24Revert "licenses: Export license record."Mathieu Othacehe
2020-04-23compile: Pre-load the compiler outside 'with-target'.Ludovic Courtès
2020-04-23licenses: Export license record.zimoun
2020-04-23git-version: Raise a condition instead of an error.Jakub Kądziołka
2020-04-23git-version: Handle invalid arguments gracefullyJakub Kądziołka
2020-04-22profiles: Add #:name parameter to 'profile-derivation'.Ludovic Courtès
2020-04-22gexp: Add 'load-path?' field to <scheme-file>.Ludovic Courtès
2020-04-21self: Build and install 'guix-cookbook.info' and its translations.Ludovic Courtès
2020-04-21self: translate-texi-manuals: Add 'available-translations'.Ludovic Courtès
2020-04-21self: translate-texi-manuals: Don't hardcode "guix.texi".Ludovic Courtès
2020-04-21packages: Recommend against the use of 'package-file'.Ludovic Courtès
2020-04-20syscalls: Fix Linux detection in 'readdir*'.Julien Lepiller
2020-04-19tests: Invoke 'git' with a custom '.gitconfig' and ignore the system config.Ludovic Courtès
2020-04-19status: Remove extra space before ellipsis.Ludovic Courtès
2020-04-17gnupg: Accept revoked keys.Tobias Geerinckx-Rice
2020-04-17ui: Fix typos, 80-col & grammar in comments & docstrings.Vincent Legoll
2020-04-17status: Allow double-click select of URLs.TomZ
2020-04-16import/print: Don't factorize URI if there's no version match.Ricardo Wurmus
2020-04-16import/utils: alist->package: Include arguments.Ricardo Wurmus
2020-04-16import/json: json->code: Handle files with more than one definition.Ricardo Wurmus
2020-04-16import/utils: alist->package: Ignore known inputs.Ricardo Wurmus
2020-04-16import/print: package->code: Wrap S-expression in definition.Ricardo Wurmus
2020-04-16import/json: Use json->code.Ricardo Wurmus
2020-04-16scripts/package: Handle JSON files.Ricardo Wurmus
2020-04-16scripts/build: options->things-to-build: Handle .json files.Ricardo Wurmus
2020-04-16import/json: Add json->scheme-file.Ricardo Wurmus
2020-04-16import/print: package->code: Wrap build system value in module reference.Ricardo Wurmus