summaryrefslogtreecommitdiff
path: root/guix/scripts/substitute.scm
AgeCommit message (Expand)Author
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
2016-03-16substitute: Honor the 'max-age' of 'Cache-Control' headers.Ludovic Courtès
2016-03-16substitute: Make room for a 'ttl' field in cached entries.Ludovic Courtès
2016-03-14substitute: Keep the initial connection alive.Ludovic Courtès
2016-03-14substitute: Remove dead code.Ludovic Courtès
2016-03-10substitute: Optimize HTTP pipelining over TLS.Ludovic Courtès
2016-03-10substitute: Add HTTPS support.Ludovic Courtès
2016-03-09substitute: Error out on unsupported URL schemes.Ludovic Courtès
2015-11-28substitute: Warn upon store prefix mismatches.Ludovic Courtès
2015-10-28substitute: Honor all the specified server URLs.Ludovic Courtès
2015-10-28substitute: 'lookup-narinfos' returns exactly a list of narinfos.Ludovic Courtès
2015-10-28substitute: 'http-multiple-get' follows 'fold' style.Ludovic Courtès
2015-10-19substitute: Expose narinfo access.Ludovic Courtès
2015-09-16substitute: Improve readability of download progress report.Steve Sprang
2015-09-04publish: Gracefully handle the lack of a deriver.Ludovic Courtès
2015-07-13substitute: Improve functional decomposition.Ludovic Courtès
2015-07-13substitute: Honor "substitute-urls" option passed by "untrusted" clients.Ludovic Courtès
2015-07-13substitute: Store cached narinfo in cache-specific sub-directories.Ludovic Courtès
2015-07-13substitute: Pass the cache URL instead of <cache> objects.Ludovic Courtès
2015-07-13substitute: Remove unneeded conditionals.Ludovic Courtès
2015-07-07substitute: Avoid infinite loop when updating the substitute list.Andy Patterson
2015-05-10Remove assorted Guile 2.0.5 workarounds.Ludovic Courtès
2015-05-06download: Work around Guile small-receive-buffer bug.Ludovic Courtès
2015-05-04substitute: Increase TTL from 24h to 36h.Ludovic Courtès
2015-05-01substitute: Fix file descriptor leak in 'http-multiple-get'.Ludovic Courtès
2015-03-25substitute: Rename cache directory from "substitute-binary" to "substitute".Ludovic Courtès
2015-03-25Rename 'guix substitute-binary' to 'guix substitute'.Ludovic Courtès