summaryrefslogtreecommitdiff
path: root/guix/scripts/substitute.scm
AgeCommit message (Expand)Author
2024-04-03scripts: substitute: Replace some leave calls with raise....Christopher Baines
2024-04-03scripts: substitute: Allow not using with-timeout in download-nar....Christopher Baines
2024-04-03scripts: substitute: Remove side effect warning from network-error?....Christopher Baines
2024-04-03Switch order of the default substitute servers....Christopher Baines
2024-03-30substitute: Retry nar download upon networking error....Ludovic Courtès
2023-12-04substitute: Do not exit when failing to find a nar....Ludovic Courtès
2023-10-17scripts: substitute: Handle EPIPE errors when displaying help....Simon Tournier
2023-06-08substitute: Gracefully retry after failed partial downloads....Ludovic Courtès
2023-06-08substitute: Delete cached narinfos more than two-month old....Ludovic Courtès
2023-05-30substitute: If a server's nar URL is 404, try the next one(s)....Ludovic Courtès
2023-05-22substitute: Rethrow with 'raise-exception', not 'throw'....Ludovic Courtès
2023-04-19substitute: Download nar from another server upon ETIMEDOUT....Ludovic Courtès
2023-03-13guix: Strip #:use-module lists....Ludovic Courtès
2023-01-09substitute: Parse '_NIX_OPTIONS' once....Ludovic Courtès
2022-12-05substitute: Fix typo in 'open-connection-for-uri/cached' docstring....Ludovic Courtès
2022-09-28substitute: Retry downloading when a nar is unavailable....Ludovic Courtès
2022-09-28substitute: Split nar download....Ludovic Courtès
2022-06-26substitute: Use SRFI-71 instead of SRFI-11....Ludovic Courtès
2022-05-27substitute: Check for --help or --version options early....yarl-baudig@mailoo.org
2021-12-29substitute: Document the limited UI....Tobias Geerinckx-Rice
2021-07-16substitute: Fix handling of short option "-h"....Hartmut Goebel
2021-06-25guix substitute: Adjust comment about GnuTLS bug....Ludovic Courtès
2021-06-18Start enabling substitutes from bordeaux.guix.gnu.org....Christopher Baines
2021-06-06scripts: substitute: Cache connection when looking for narinfos....Mathieu Othacehe
2021-06-01publish: Add keep-alive support when sending nar....Mathieu Othacehe
2021-04-24http-client, substitute: Gracefully handle GnuTLS EAGAIN/EINTR....Ludovic Courtès
2021-04-09daemon: 'guix substitute' replies on FD 4....Ludovic Courtès
2021-03-31substitute: Emit a single newline upon completion....Ludovic Courtès
2021-03-29Fix substitutes server discovery....Mathieu Othacehe
2021-03-21substitute: Choose compression method based on past CPU usage....Ludovic Courtès
2021-03-17scripts: substitute: Tweak error reporting in process-substitution....Christopher Baines
2021-03-17scripts: substitute: Add back some error handling....Christopher Baines
2021-03-09guix: substitutes: Make progress reporting configurable....Christopher Baines
2021-03-05guix: Split (guix substitutes) from (guix scripts substitute)....Christopher Baines
2021-02-24substitute: Ensure backtraces go to file descriptor 4....Ludovic Courtès
2021-02-24substitute: Do not unwind stack traces upon uncaught exceptions....Ludovic Courtès
2021-02-22substitute: Rework connection error handling....Christopher Baines
2021-02-22substitute: Remove fetch-narinfos use open-connection-for-uri/maybe....Christopher Baines
2021-02-22substitute: Inline fetch in to process-substitutes....Christopher Baines
2021-02-22substitute: Remove redundant fetch arguments....Christopher Baines
2021-02-22substitute: Remove now redundant connection caching helpers....Christopher Baines
2021-02-22substitute: Change connection cache handling in process-substitution....Christopher Baines
2021-02-22substitute: Stop using call-with-cached-connection in fetch-narinfos....Christopher Baines
2021-02-22substitute: open-connection-for-uri/maybe add #:verify-certificate?....Christopher Baines
2021-02-22guix: Move http-multiple-get to (guix http-client)....Christopher Baines
2021-02-22substitute: Remove redundant let block from fetch....Christopher Baines
2021-02-22substitute: Remove connection handling from fetch....Christopher Baines
2021-02-22substitute: Remove buffer handling from fetch....Christopher Baines
2021-01-21Revert "substitute: Remove extra 'newline' call."...Ludovic Courtès
2021-01-16guix: Move narinfo code from substitute script to module....Christopher Baines