summaryrefslogtreecommitdiff
path: root/guix/build/download.scm
Commit message (Expand)AuthorAge
* perform-download: Optionally report a "download-progress" trace.Ludovic Courtès2018-09-27
* build: Require Guile >= 2.0.13.Ludovic Courtès2018-02-26
* download: Fix return value of the url-fetch procedure.Maxim Cournoyer2018-01-28
* utils: Fix cond-expand for Guile 2.0.Eric Bavier2017-12-10
* download: Improve efficiency of 'write-request' over TLS.Ludovic Courtès2017-11-16
* download: Pass the timeout to 'ftp-retr'.Ludovic Courtès2017-11-14
* download: Work around more bogus HTTP handling in Guile 2.2 <= 2.2.2.Ludovic Courtès2017-11-11
* download: Work around bogus HTTP handling in Guile 2.2 <= 2.2.2.Ludovic Courtès2017-11-10
* Add (guix progress).Ludovic Courtès2017-10-19
* download: Make 'http-fetch' public.Ludovic Courtès2017-10-19
* download: Remove old-Guile leftovers.Ludovic Courtès2017-10-19
* download: Don't report the progress too fast.宋文武2017-09-20
* Handle the same HTTP redirects everywhere.Tobias Geerinckx-Rice2017-09-05
* 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