summaryrefslogtreecommitdiff
path: root/guix/scripts/substitute.scm
AgeCommit message (Expand)Author
2021-04-25http-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
2020-04-26substitute: Close port at the end of http-multiple-get.Christopher Baines
2020-04-26substitute: Make http-multiple-get batch size configurable.Christopher Baines
2020-04-26substitute: Use the same port for multiple request batches.Christopher Baines
2020-03-22Remove workaround for 'time-monotonic' in Guile 2.2.2.Ludovic Courtès
2020-01-15substitute: 'http-multiple-get' processes each request only once.Ludovic Courtès
2020-01-03download: Do not leak file descriptors on TLS ports.Ludovic Courtès
2019-12-12progress: Add 'progress-report-port'.Ludovic Courtès