summaryrefslogtreecommitdiff
path: root/guix/scripts/substitute.scm
AgeCommit message (Expand)Author
2018-12-28DRAFT substitute: Add IPFS support.wip-ipfs-substitutesLudovic Courtès
2018-12-14substitute: Ignore irrelevant narinfo signatures.Ludovic Courtès
2018-12-04build: Default to https://ci.guix.info for substitutes.Ludovic Courtès
2018-09-27Add (guix status) and use it for pretty colored output.Ludovic Courtès
2018-09-25substitute: Progress port really closes underlying port.Ludovic Courtès
2018-09-10substitute: Ignore exceptions thrown by 'set-thread-name'.Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt.Ludovic Courtès
2018-07-07scripts: Add missing -V option to commands that document it.Kyle Meyer
2018-06-12substitute: Make progress message shorter.Ludovic Courtès
2018-06-12substitute: Erase the current line when reporting progress.Ludovic Courtès
2018-02-26build: Require Guile >= 2.0.13.Ludovic Courtès
2017-10-25substitute: Don't send more than 1000 requests in a row.Ludovic Courtès
2017-10-19Add (guix progress).Ludovic Courtès
2017-10-17guix: substitute: Report the last progress in the child process.宋文武
2017-10-12substitute: Close the progress port after substitute finished.宋文武
2017-09-20download: Don't report the progress too fast.宋文武
2017-09-18substitute: Close the download port after substitution finished.宋文武
2017-09-11substitute: Download from unauthorized sources that provide the right content.Ludovic Courtès
2017-09-11substitute: Make substitute URLs a SRFI-39 parameter.Ludovic Courtès
2017-07-28utils: Factorize XDG directory handling.Ludovic Courtès
2017-07-21substitute: Avoid repeated calls to 'length'.Ludovic Courtès
2017-07-21substitute: Optimize hash-part-to-path conversion on non-200 responses.Ludovic Courtès
2017-07-12substitute: Work around Guile 2.2 'time-monotonic' bug.Ludovic Courtès
2017-06-02substitute: Do not display the installed size.Ludovic Courtès
2017-05-28scripts: Set thread names.Ludovic Courtès
2017-05-11substitute: Honor 'Cache-Control' on 404 responses.Ludovic Courtès
2017-05-03ui: Rename '_' to 'G_'.Ludovic Courtès
2017-05-02substitute: Validate substitute URLs.Ludovic Courtès
2017-04-18Add (guix cache) and use it in (guix scripts substitute).Ludovic Courtès
2017-03-31substitute: Send ‘User-Agent’ header.Tobias Geerinckx-Rice
2017-03-18http-client: Avoid name clash with 'open-connection-for-uri' in 2.2.0.Ludovic Courtès
2016-11-12substitute: Disable HTTPS certificate verification.Ludovic Courtès
2016-10-19Use (ice-9 binary-ports) instead of (rnrs io ports).Ludovic Courtès
2016-10-10substitute: Make download messages more concise.Ludovic Courtès
2016-09-20ui: Do not shadow '_' where it's used as a literal syntax match.Ludovic Courtès
2016-07-14substitute: Gracefully handle trailing slashes in URLs.Ludovic Courtès
2016-06-22substitute: Use ~/.cache when invoked by an unprivileged user.Ludovic Courtès
2016-05-26substitute: Internationalize the "Downloading" message.Ludovic Courtès
2016-05-21substitute: Gracefully handle invalid store file names.Ludovic Courtès
2016-05-04utils: Move combinators to (guix combinators).Ludovic Courtès
2016-04-20substitute: Sanitize the client-provided column number.Ludovic Courtès
2016-04-20substitute: Install the client's locale.Ludovic Courtès
2016-04-20substitute: Internationalize signature and download messages.Ludovic Courtès
2016-04-20substitute: Better abbreviate substitute URL in progress report.Ludovic Courtès
2016-04-15substitute: Honor the number of columns of the client terminal.Ludovic Courtès
2016-03-23substitute: Gracefully handle TLS errors.Ludovic Courtès
2016-03-17substitute: Do not leak file descriptors for TLS connections.Ludovic Courtès
2016-03-17substitute: Cache transient HTTP errors for 10mn.Ludovic Courtès
2016-03-17substitute: Update progress for responses different from 200/404.Ludovic Courtès
2016-03-16substitute: Honor client-provided empty URL list.Ludovic Courtès