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