summaryrefslogtreecommitdiff
path: root/guix/build/download.scm
Commit message (Expand)AuthorAge
* download: Verify TLS certificates unless asked not to.Ludovic Courtès2016-11-07
* download: Pass the raw file name to content-addressed mirrors.Ludovic Courtès2016-07-31
* download: Prepare to support the 'guix publish' /file URLs.Ludovic Courtès2016-07-20
* download: Use basic authentication when userinfo is present in URI.David Thompson2016-06-29
* download: Default to a 10s connection establishment timeout.Ludovic Courtès2016-05-27
* download: Use URI objects for content-addressed mirrors.Ludovic Courtès2016-05-27
* build: Accept dates with space-padded hour field.Ricardo Wurmus2016-05-16
* download: Support content-addressed mirrors.Ludovic Courtès2016-05-14
* substitute: Better abbreviate substitute URL in progress report.Ludovic Courtès2016-04-20
* download: 'uri-abbreviation' can abbreviate the URI's basename.Ludovic Courtès2016-04-20
* download: Add "%COMPAT" to the priority string.Ludovic Courtès2016-04-20
* download: Add 'current-terminal-columns' parameter.Ludovic Courtès2016-04-15
* download: Send an ANSI erase-in-line sequence in addition to CR.Ludovic Courtès2016-04-15
* download: Follow HTTP 307 "Temporary Redirection".Alex Kost2016-04-14
* download: Add 'close-connection'.Ludovic Courtès2016-03-17
* download: Always use AI_ADDRCONFIG when resolving host names.Ludovic Courtès2015-11-12
* download: Add timeout parameter for connections.Ludovic Courtès2015-11-12
* download: Check whether HORIZONTAL ELLIPSIS can be encoded.Ludovic Courtès2015-10-01
* download: Don't abbreviate things that are not store items.Ludovic Courtès2015-09-24
* download: Fix some minor progress-logging regressions.Steve Sprang2015-09-23
* download: Only show hours in the elapsed time if necessary.Steve Sprang2015-09-17
* substitute: Improve readability of download progress report.Steve Sprang2015-09-16
* download: Avoid type errors when formatting download progress output.Steve Sprang2015-09-14
* build: Improve information density and appearance of download progress output.Steve Sprang2015-09-08
* download: Remove spurious warning about 'https_proxy'.Ludovic Courtès2015-07-17
* download: Work around Guile small-receive-buffer bug.Ludovic Courtès2015-05-06
* download: Reinstate buffering on connection sockets.Ludovic Courtès2015-05-06
* download: Simplify 'open-connection-for-uri' to support HTTP proxies.Ludovic Courtès2015-05-01
* download: Comment on lack of progress report with chunked encoding.Ludovic Courtès2015-02-27
* download: Measure and display the throughput.Ludovic Courtès2015-02-27
* download: Abstract the receive buffer size.Ludovic Courtès2015-02-27
* download: Cope with Guile 2.0.6 or earlier.Mark H Weaver2015-02-24
* download: Handle HTTP redirects to relative URI references.Mark H Weaver2015-02-19
* download: Export 'maybe-expand-mirrors'.Ludovic Courtès2014-12-29
* lint: Add 'home-page' checker.Ludovic Courtès2014-12-28
* download: Add "Accept: */*" to the headers.Ludovic Courtès2014-10-19
* download: Use the 'SERVER NAME' TLS extension when possible.Ludovic Courtès2014-09-22
* download: Enlarge your receive buffer.Ludovic Courtès2014-05-23
* download: Improve progress report output.Ludovic Courtès2014-04-16
* download: Don't use 'http-get*' on Guile 2.0.10+.Ludovic Courtès2014-03-25
* download: Provide a 'User-Agent' field in HTTP requests.Ludovic Courtès2014-02-10
* download: Don't fail when abbreviating `file://' URIs.Ludovic Courtès2013-06-22
* substitute-binary: Report progress while downloading.Ludovic Courtès2013-06-20
* download: Fix premature socket close on TLS connections.Ludovic Courtès2013-05-10
* download: Adjust to `http-get*' deprecation.Ludovic Courtès2013-02-20
* download: Follow HTTP redirection upon 301 "moved permanently".Ludovic Courtès2013-01-25
* download: Add HTTPS support.Ludovic Courtès2013-01-20
* download: Abbreviate URLs when displaying the progress report.Ludovic Courtès2013-01-11
* download: Report the progress of HTTP downloads.Ludovic Courtès2013-01-06
* download: Report the progress of FTP downloads.Ludovic Courtès2013-01-06