[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (8b341eb -> bd7e1ff)
From: |
Ludovic Courtès |
Subject: |
branch master updated (8b341eb -> bd7e1ff) |
Date: |
Thu, 12 Nov 2015 22:47:25 +0000 |
civodul pushed a change to branch master
in repository guix.
from 8b341eb emacs: Adjust 'guix environment' popup.
new 279ec1d ftp-client: Restrict to TCP connections.
new 4856700 ftp-client: Add timeout parameter to 'ftp-open'.
new 60fd512 download: Add timeout parameter for connections.
new 1b9aefa download: Always use AI_ADDRCONFIG when resolving host
names.
new bd7e1ff lint: Have connections time out after 3 seconds.
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
guix/build/download.scm | 82 +++++++++++++++++++++++++++++++++++------------
guix/ftp-client.scm | 55 ++++++++++++++++++++++++++++---
guix/scripts/lint.scm | 13 ++++---
3 files changed, 119 insertions(+), 31 deletions(-)
- branch master updated (8b341eb -> bd7e1ff),
Ludovic Courtès <=
- 01/05: ftp-client: Restrict to TCP connections., Ludovic Courtès, 2015/11/12
- 02/05: ftp-client: Add timeout parameter to 'ftp-open'., Ludovic Courtès, 2015/11/12
- 04/05: download: Always use AI_ADDRCONFIG when resolving host names., Ludovic Courtès, 2015/11/12
- 03/05: download: Add timeout parameter for connections., Ludovic Courtès, 2015/11/12
- 05/05: lint: Have connections time out after 3 seconds., Ludovic Courtès, 2015/11/12