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