summaryrefslogtreecommitdiff
path: root/guix/build/download.scm
Commit message (Expand)AuthorAge
...
* 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
* Merge branch 'master' into core-updatesLudovic Courtès2013-01-06
|\
| * download: Correctly detect "No route to host" conditions.Ludovic Courtès2012-12-17
* | Update license headers of builder-side code.Ludovic Courtès2013-01-05
|/
* download: Work around (web client) bug <http://bugs.gnu.org/13095>.Ludovic Courtès2012-12-14
* download: Keep only one slash when concatenating URIs.Ludovic Courtès2012-11-27
* download: Add support for mirror:// URLs.Ludovic Courtès2012-11-13
* download: Follow HTTP redirections.Ludovic Courtès2012-11-13
* Add (guix download) and (guix build download).Ludovic Courtès2012-11-12