summaryrefslogtreecommitdiff
path: root/guix/build/download.scm
Commit message (Expand)AuthorAge
* download: Work around GnuTLS bug with UTF-8 certificate file names.Ludovic Courtès2017-05-30
* download: Continue handshake upon TLS warning alerts.Ludovic Courtès2017-05-02
* cache: Work around 'time-monotonic' bug in Guile 2.2.2.Ludovic Courtès2017-04-22
* download: Work around Guile 2.2 bug with 'time-monotonic' objects.Ludovic Courtès2017-04-22
* download: Properly parse ftp:// URLs that lack user info.Ludovic Courtès2017-03-28
* download: Handle username and password properties for FTP URIs.Roel Janssen2017-03-21
* http-client: Avoid name clash with 'open-connection-for-uri' in 2.2.0.Ludovic Courtès2017-03-18
* build: Require Guile >= 2.0.9.Ludovic Courtès2017-03-18
* download: Export '%x509-certificate-directory'.Ludovic Courtès2017-03-13
* download: Protect against dangling symlinks in $SSL_CERT_DIR.Ludovic Courtès2016-12-16
* 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