guix-play/guix/build
Ludovic Courtès d14ecda913 http/ftp: Tweak to avoid depending on libc's NSS.
* guix/build/http.scm (open-connection-for-uri): New procedure.
  (http-fetch): Use it.  Pass the result as a #:port argument to
  `http-get'.
  Add hack to modify the `set-port-encoding!' binding in (web response).

* guix/ftp-client.scm (ftp-open): Add optional `port' parameter,
  defaulting to 21.  When calling `getaddrinfo', convert PORT to a
  string and pass AI_NUMERICSERV when PORT is a number.
2012-10-18 22:32:23 +02:00
..
ftp.scm Add (guix ftp) and companion modules. 2012-09-12 23:47:49 +02:00
gnu-build-system.scm Support build-cores = 0; change `guix-build' to default to 0. 2012-10-05 23:21:09 +02:00
http.scm http/ftp: Tweak to avoid depending on libc's NSS. 2012-10-18 22:32:23 +02:00
utils.scm utils: Add `find-files'. 2012-10-17 23:25:25 +02:00