guix-devel/guix
Ludovic Courtès 483f11589e download: Add HTTPS support.
* guix/build/download.scm: Autoload (gnutls).
  (tls-wrap): New procedure.
  (open-connection-for-uri): Add support for `https'.  Wrap the socket
  with `tls-wrap' in that case.
  (url-fetch): Add `https'.
* guix/download.scm (gnutls-derivation): New procedure.
  (url-fetch)[need-gnutls?]: New variable.
  Call `gnutls-derivation' when NEED-GNUTLS? is true, and add its output
  to the `GUILE_LOAD_PATH' env. var. in that case.
2013-01-20 22:54:36 +01:00
..
build download: Add HTTPS support. 2013-01-20 22:54:36 +01:00
build-system distro: Change the module name space to (gnu ...). 2013-01-18 01:07:31 +01:00
base32.scm Update license headers. 2013-01-06 00:47:50 +01:00
build-system.scm Update license headers. 2013-01-06 00:47:50 +01:00
config.scm.in Update license headers. 2013-01-06 00:47:50 +01:00
derivations.scm doc: Start documenting derivations. 2013-01-16 23:09:53 +01:00
download.scm download: Add HTTPS support. 2013-01-20 22:54:36 +01:00
ftp-client.scm ftp-client: Add `ftp-size'. 2013-01-06 18:23:44 +01:00
gnu-maintenance.scm gnu-maintenance: Add `latest-release' and related tools. 2013-01-08 22:46:12 +01:00
licenses.scm gnu: Add Freetype. 2013-01-19 12:28:55 +01:00
packages.scm packages: Have `package-derivation' return a <derivation> as a second value. 2013-01-20 22:54:36 +01:00
snix.scm snix: When unable to determine the version number, leave the URI unchanged. 2013-01-14 23:45:54 +01:00
store.scm doc: Start documenting (guix store). 2013-01-15 23:32:13 +01:00
ui.scm Update license headers. 2013-01-06 00:47:50 +01:00
utils.scm Update license headers. 2013-01-06 00:47:50 +01:00