summaryrefslogtreecommitdiff
path: root/guix/scripts/substitute.scm
AgeCommit message (Expand)Author
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
2021-01-16substitute: Untangle skipping authentication from valid-narinfo?.Christopher Baines
2021-01-13substitute: Add zstd support.Ludovic Courtès
2021-01-13substitute: Remove extra 'newline' call.Ludovic Courtès
2021-01-04substitute: Handle "invalid session" GnuTLS errors on reused connections.Ludovic Courtès
2020-12-23substitute: Reuse connections for '--query'.Ludovic Courtès
2020-12-19daemon: Delegate deduplication to 'guix substitute'.Ludovic Courtès
2020-12-19daemon: Let 'guix substitute' perform hash checks.Ludovic Courtès
2020-12-08substitute: Cache and reuse connections while substituting.Ludovic Courtès
2020-12-08daemon: Run 'guix substitute --substitute' as an agent.Ludovic Courtès
2020-12-08daemon: Use 'Agent' to spawn 'guix substitute --query'.Ludovic Courtès
2020-12-04scripts: substitute: Fix discover option.Mathieu Othacehe
2020-11-29Make "guile-avahi" dependency optional.Mathieu Othacehe
2020-11-29Use substitute servers on the local network.Mathieu Othacehe
2020-10-28substitute: Do not discard ttl info when the response code is 202.Miguel Ángel Arruga Vivas
2020-10-12substitute: Reduce default narinfo negative TTL to 1h.Ludovic Courtès
2020-09-10scripts: Use 'define-command' and have 'guix help' use that.Ludovic Courtès
2020-09-02substitute: Set LC_MESSAGES to the client's locale, not LC_ALL.Ludovic Courtès
2020-08-24Use "guile-zlib" and "guile-lzlib" instead of (guix config).Mathieu Othacehe