summaryrefslogtreecommitdiff
path: root/guix/substitutes.scm
AgeCommit message (Expand)Author
2026-01-28substitutes: Handle closing connections to substitute servers.Christopher Baines
2026-01-28substitutes: Add #:keep-alive? keyword argument to download-nar.Christopher Baines
2026-01-28substitutes: Move download-nar from substitutes script to here.Christopher Baines
2025-04-14guix: Avoid ‘fdatasync’ call for caches and regular files.Ludovic Courtès
2025-04-14substitutes: Ignore corrupt cached narinfos.Ludovic Courtès
2025-03-26daemon: Allow running as non-root with unprivileged user namespaces.Ludovic Courtès
2025-03-05substitutes: Tolerate GnuTLS push/pull errors when fetching narinfos.Ludovic Courtès
2024-09-16substitutes: Reduce default negative TTL values.Ludovic Courtès
2023-03-27substitute: Gracefully handle TLS termination while fetching narinfos.Ludovic Courtès
2023-03-13guix: Strip #:use-module lists.Ludovic Courtès
2023-01-07substitutes: Log the failing queries.Mathieu Othacehe
2021-12-12substitutes: Build correct narinfo URLs for cache URLs without trailing slash.Ludovic Courtès
2021-07-16substitutes: Properly construct URLs.Hartmut Goebel
2021-05-16substitutes: Reduce negative TTLs.Ludovic Courtès
2021-03-17substitutes: lookup-narinfos: Return the number of requests made.Christopher Baines
2021-03-09guix: substitutes: Make progress reporting configurable.Christopher Baines
2021-03-05guix: Split (guix substitutes) from (guix scripts substitute).Christopher Baines