summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2017-03-27ui: Support Texinfo markup in package synopses.Alex Kost
2017-03-26profiles: Create fonts.dir/scale for all fonts directories.Huang Ying
2017-03-26union: Add create-all-directories? parameter to 'union-build'.Huang Ying
2017-03-22publish: Add '--nar-path'.Ludovic Courtès
2017-03-22publish: Make the nar URL prefix a parameter.Ludovic Courtès
2017-03-22publish: Add '--public-key' and '--private-key'.Ludovic Courtès
2017-03-22publish: The public and private keys are now SRFI-39 parameters.Ludovic Courtès
2017-03-21download: Handle username and password properties for FTP URIs.Roel Janssen
2017-03-21ftp-client: Allow custom username and password for FTP servers.Roel Janssen
2017-03-19download: Remove non-existent kernel mirror.Mark H Weaver
2017-03-18http-client: Avoid name clash with 'open-connection-for-uri' in 2.2.0.Ludovic Courtès
2017-03-18build: Require Guile >= 2.0.9.Ludovic Courtès
2017-03-18pack: Add '--target'.Ludovic Courtès
2017-03-17profiles: Packages in a profile can be cross-compiled.Ludovic Courtès
2017-03-17pack: Move absolute file name to <compressor>.Ludovic Courtès
2017-03-17build/cargo-build-system: Make cargo-build-system install working packages.Danny Milosavljevic
2017-03-17build-system/cargo (cargo-build): Add cargo-build-flags, remove configure-flags.Danny Milosavljevic
2017-03-17gnu: r: Rename to r-minimal.Ricardo Wurmus
2017-03-17gnu: r: Do not build recommended packages.Ricardo Wurmus
2017-03-16pack: Allow for "-S /opt/foo=".Ludovic Courtès
2017-03-16pack: Honor symlinks in the Docker back-end.Ludovic Courtès
2017-03-16docker: Build images in a reproducible fashion.Ludovic Courtès
2017-03-16pack: Use a fixed timestamp in Docker images.Ludovic Courtès
2017-03-16pack: Add '--format' option and Docker output support.Ludovic Courtès
2017-03-16pack: Honor command-line options related to the store.Ludovic Courtès
2017-03-16memoization: Micro-optimize code produced by 'define-cache-procedure'.Ludovic Courtès
2017-03-16gexp: Add '=>' syntax to import computed modules.Ludovic Courtès
2017-03-16utils: Move base16 procedures to (guix base16).Ludovic Courtès
2017-03-15syscalls: Adjust 'clone' to Guile 2.2.Ludovic Courtès
2017-03-15zlib: Don't rely on EBADF being ignored by 'fport_close'.Ludovic Courtès
2017-03-14pack: Add unit test.Ludovic Courtès
2017-03-14pack: Use maximum compression; use '-n' for gzip.Ludovic Courtès
2017-03-14pack: Add '--symlink'.Ludovic Courtès
2017-03-14pack: Add '--localstatedir' option.Ludovic Courtès
2017-03-14upstream: Avoid '_' as a pattern variable in 'match'.Ludovic Courtès
2017-03-13download: Export '%x509-certificate-directory'.Ludovic Courtès
2017-03-12pull: Default to HTTPS.Marius Bakke
2017-03-12syscalls: Adjust 'define-bits' to macro literal semantics of 2.2.Ludovic Courtès
2017-03-12Add 'guix pack'.Ludovic Courtès
2017-03-09gexp: Expose functions to allow creating derivation builders.Roel Janssen
2017-03-09utils: Use an idiom compatible with both 2.0 and 2.2.Ludovic Courtès
2017-03-08utils: Make sure to use the right 'bytevector->string'.Ludovic Courtès
2017-03-08ui: Don't use '%default-port-encoding' to set the encoding of string ports.Ludovic Courtès
2017-03-08ui: Avoid '_' as a pattern variable in 'match'.Ludovic Courtès
2017-03-08download: Update the Savannah mirror list.Ludovic Courtès
2017-03-08guix archive: Allow compilation with Guile 2.2.Ludovic Courtès
2017-03-07gnu: bash: Use the bootstrap Guile in 'url-fetch/reset-patch-level'.Ludovic Courtès
2017-03-03Merge branch 'python-tests'Marius Bakke
2017-03-03build-system/cargo: Export %cargo-build-system-modules.Danny Milosavljevic
2017-02-27Merge branch 'master' into python-testsMarius Bakke