summaryrefslogtreecommitdiff
path: root/guix/scripts/substitute.scm
Commit message (Expand)AuthorAge
* substitute: Close port at the end of http-multiple-get.Christopher Baines2020-04-26
* substitute: Make http-multiple-get batch size configurable.Christopher Baines2020-04-26
* substitute: Use the same port for multiple request batches.Christopher Baines2020-04-26
* Remove workaround for 'time-monotonic' in Guile 2.2.2.Ludovic Courtès2020-03-22
* substitute: 'http-multiple-get' processes each request only once.Ludovic Courtès2020-01-15
* download: Do not leak file descriptors on TLS ports.Ludovic Courtès2020-01-03
* progress: Add 'progress-report-port'.Ludovic Courtès2019-12-12
* challenge: Report the best narinfo URI.Ludovic Courtès2019-12-12
* substitute: Remove unused procedure.Ludovic Courtès2019-12-04
* substitute: 'http-multiple-get' no longer drops requests above 1,000.Ludovic Courtès2019-11-28
* substitute: Make '%allow-unauthenticated-substitutes?' public.Ludovic Courtès2019-11-27
* substitute: Don't fetch /nix-cache-info.Ludovic Courtès2019-11-22
* substitute: Select the best compression methods.Ludovic Courtès2019-06-02
* build: Change default substitute server to "ci.guix.gnu.org".Ludovic Courtès2019-05-01
* Remove most uses of the _IO*F constants.Ludovic Courtès2019-01-09
* substitute: Ignore irrelevant narinfo signatures.Ludovic Courtès2018-12-14
* build: Default to https://ci.guix.info for substitutes.Ludovic Courtès2018-12-04
* Add (guix status) and use it for pretty colored output.Ludovic Courtès2018-09-27
* substitute: Progress port really closes underlying port.Ludovic Courtès2018-09-25
* substitute: Ignore exceptions thrown by 'set-thread-name'.Ludovic Courtès2018-09-10
* Switch to Guile-Gcrypt.Ludovic Courtès2018-09-04
* scripts: Add missing -V option to commands that document it.Kyle Meyer2018-07-07
* substitute: Make progress message shorter.Ludovic Courtès2018-06-12
* substitute: Erase the current line when reporting progress.Ludovic Courtès2018-06-12
* build: Require Guile >= 2.0.13.Ludovic Courtès2018-02-26
* substitute: Don't send more than 1000 requests in a row.Ludovic Courtès2017-10-25
* Add (guix progress).Ludovic Courtès2017-10-19
* guix: substitute: Report the last progress in the child process.宋文武2017-10-17
* substitute: Close the progress port after substitute finished.宋文武2017-10-12
* download: Don't report the progress too fast.宋文武2017-09-20
* substitute: Close the download port after substitution finished.宋文武2017-09-18
* substitute: Download from unauthorized sources that provide the right content.Ludovic Courtès2017-09-11
* substitute: Make substitute URLs a SRFI-39 parameter.Ludovic Courtès2017-09-11
* utils: Factorize XDG directory handling.Ludovic Courtès2017-07-28
* substitute: Avoid repeated calls to 'length'.Ludovic Courtès2017-07-21
* substitute: Optimize hash-part-to-path conversion on non-200 responses.Ludovic Courtès2017-07-21
* substitute: Work around Guile 2.2 'time-monotonic' bug.Ludovic Courtès2017-07-12
* substitute: Do not display the installed size.Ludovic Courtès2017-06-02
* scripts: Set thread names.Ludovic Courtès2017-05-28
* substitute: Honor 'Cache-Control' on 404 responses.Ludovic Courtès2017-05-11
* ui: Rename '_' to 'G_'.Ludovic Courtès2017-05-03
* substitute: Validate substitute URLs.Ludovic Courtès2017-05-02
* Add (guix cache) and use it in (guix scripts substitute).Ludovic Courtès2017-04-18
* substitute: Send ‘User-Agent’ header.Tobias Geerinckx-Rice2017-03-31
* http-client: Avoid name clash with 'open-connection-for-uri' in 2.2.0.Ludovic Courtès2017-03-18
* substitute: Disable HTTPS certificate verification.Ludovic Courtès2016-11-12
* Use (ice-9 binary-ports) instead of (rnrs io ports).Ludovic Courtès2016-10-19
* substitute: Make download messages more concise.Ludovic Courtès2016-10-10
* ui: Do not shadow '_' where it's used as a literal syntax match.Ludovic Courtès2016-09-20
* substitute: Gracefully handle trailing slashes in URLs.Ludovic Courtès2016-07-14