aboutsummaryrefslogtreecommitdiff
path: root/guix/scripts/substitute.scm
Commit message (Expand)AuthorAge
...
* 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
* substitute: Use ~/.cache when invoked by an unprivileged user.Ludovic Courtès2016-06-22
* substitute: Internationalize the "Downloading" message.Ludovic Courtès2016-05-26
* substitute: Gracefully handle invalid store file names.Ludovic Courtès2016-05-21
* utils: Move combinators to (guix combinators).Ludovic Courtès2016-05-04
* substitute: Sanitize the client-provided column number.Ludovic Courtès2016-04-20
* substitute: Install the client's locale.Ludovic Courtès2016-04-20
* substitute: Internationalize signature and download messages.Ludovic Courtès2016-04-20
* substitute: Better abbreviate substitute URL in progress report.Ludovic Courtès2016-04-20
* substitute: Honor the number of columns of the client terminal.Ludovic Courtès2016-04-15
* substitute: Gracefully handle TLS errors.Ludovic Courtès2016-03-23
* substitute: Do not leak file descriptors for TLS connections.Ludovic Courtès2016-03-17
* substitute: Cache transient HTTP errors for 10mn.Ludovic Courtès2016-03-17
* substitute: Update progress for responses different from 200/404.Ludovic Courtès2016-03-17
* substitute: Honor client-provided empty URL list.Ludovic Courtès2016-03-16
* substitute: Honor the 'max-age' of 'Cache-Control' headers.Ludovic Courtès2016-03-16
* substitute: Make room for a 'ttl' field in cached entries.Ludovic Courtès2016-03-16
* substitute: Keep the initial connection alive.Ludovic Courtès2016-03-14
* substitute: Remove dead code.Ludovic Courtès2016-03-14