summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2017-04-22cache: Work around 'time-monotonic' bug in Guile 2.2.2.Ludovic Courtès
2017-04-22download: Work around Guile 2.2 bug with 'time-monotonic' objects.Ludovic Courtès
2017-04-21derivations: Restore UTF-8 encoding of build scripts.Ludovic Courtès
2017-04-21store: Support 'ssh://' URIs in 'GUIX_DAEMON_SOCKET'.Ludovic Courtès
2017-04-21ssh: Decompose 'connect-to-remote-daemon'.Ludovic Courtès
2017-04-21ssh: Move 'open-ssh-session' to (guix ssh).Ludovic Courtès
2017-04-21offload: Avoid using '_' as a 'match' pattern.Ludovic Courtès
2017-04-21store: Add support for remote connections via 'guix://' URIs.Ludovic Courtès
2017-04-21store: Add 'system-error-to-connection-error' macro.Ludovic Courtès
2017-04-21store: 'GUIX_DAEMON_SOCKET' can now be a URI.Ludovic Courtès
2017-04-20derivations: Avoid string-to-bytevector conversions.Ludovic Courtès
2017-04-19publish: Add a handler for / and /index.html.Ludovic Courtès
2017-04-19gexp: 'gexp-modules' accepts plain Scheme objects.Ludovic Courtès
2017-04-18publish: Remove expired cache entries when '--ttl' is used.Ludovic Courtès
2017-04-18Add (guix cache) and use it in (guix scripts substitute).Ludovic Courtès
2017-04-18publish: Add '--cache' and '--workers'.Ludovic Courtès
2017-04-18publish: Use 'sendfile' when possible.Ludovic Courtès
2017-04-18publish: Introduce 'actual-compression'.Ludovic Courtès
2017-04-18Add (guix workers).Ludovic Courtès
2017-04-17serialization: Remove Guile < 2.0.9 workaround.Ludovic Courtès
2017-04-17records: Slight simplification.Ludovic Courtès
2017-04-17download: Add netfilter mirror.Marius Bakke
2017-04-17scripts: system: Rename --no-grub option to --no-bootloader.Mathieu Othacehe
2017-04-16lint: Avoid non-literal format strings.Ludovic Courtès
2017-04-16ui: Gracefully report '&message' conditions.Ludovic Courtès
2017-04-16services: 'service-parameters' becomes 'service-value'.Ludovic Courtès
2017-04-15system: Make grub use <menu-entry> instead of <boot-parameters> again.Danny Milosavljevic
2017-04-15scripts: system: Introduce profile-boot-parameters.Danny Milosavljevic
2017-04-15scripts: system: Rename grub? and install-grub? to bootloader? and install-b...Mathieu Othacehe
2017-04-15system: Rename operating-system-grub.cfg to operating-system-bootcfg.Mathieu Othacehe
2017-04-15scripts: system: Back out operating-system-bootcfg change.Danny Milosavljevic
2017-04-15scripts: system: Move save-load-path-excursion and save-environment-excursion...Danny Milosavljevic
2017-04-15scripts: system: Move save-load-path-excursion and save-environment-excursion...Mathieu Othacehe
2017-04-14build-system/cargo: Remove store reference.Mathieu Othacehe
2017-04-11syscalls: Add load-linux-module.Mathieu Othacehe
2017-04-11syscalls: Use define-as-needed for network-interface syscalls.Mathieu Othacehe
2017-04-11syscalls: Use define-as-needed for mount and umount.Mathieu Othacehe
2017-04-11syscalls: Add reboot.Mathieu Othacehe
2017-04-08monads: Improve mlet, mlet*, and mbegin documentation.Chris Marusich
2017-04-08monads, doc: Improve mwhen and munless documentation.Chris Marusich
2017-04-08monads: Use intent-revealing parameter names.Chris Marusich
2017-04-07syscalls: Allow mount and umount use from static Guile.Mathieu Othacehe
2017-04-07profiles: Slightly improve the instructions in 'etc/profile'.Ludovic Courtès
2017-04-07pack: Add '--expression'.Ludovic Courtès
2017-04-07size: Avoid '_' as a pattern variable in 'match'.Ludovic Courtès
2017-04-06system: Support the --root option in 'guix system'.Chris Marusich
2017-04-06build: Add and export procedure 'register-root*'.Chris Marusich
2017-04-05environment: Deal with single-entry search paths.Ludovic Courtès
2017-04-05profiles: Generate database file for man pages.Maxim Cournoyer
2017-04-05build-system/python: 'package-with-explicit-python' uses 'package-mapping'.Ludovic Courtès