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