[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (4b67098 -> 463fb7d)
From: |
Ludovic Courtès |
Subject: |
branch master updated (4b67098 -> 463fb7d) |
Date: |
Thu, 1 Dec 2016 22:35:29 +0000 (UTC) |
civodul pushed a change to branch master
in repository guix.
from 4b67098 gnu: Add uget.
new f3cf860 offload: Remove redundant call to 'topologically-sorted'
in 'send-file'.
new 0b72475 offload: Warn about the lack of zlib support.
new 9a8f9f8 daemon: Buffer data sent to clients by the 'export-path'
RPC.
new 6374633 store: Increase buffering for the '%stderr-write' upcall.
new 74afca5 offload: Gracefully report connection failures.
new 463fb7d offload: Do not abort when a machine is unreachable.
The 6 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/scripts/offload.scm | 107 +++++++++++++++++++++++-------------------
guix/store.scm | 3 +-
nix/nix-daemon/nix-daemon.cc | 7 +--
3 files changed, 66 insertions(+), 51 deletions(-)
- branch master updated (4b67098 -> 463fb7d),
Ludovic Courtès <=
- 01/06: offload: Remove redundant call to 'topologically-sorted' in 'send-file'., Ludovic Courtès, 2016/12/01
- 03/06: daemon: Buffer data sent to clients by the 'export-path' RPC., Ludovic Courtès, 2016/12/01
- 05/06: offload: Gracefully report connection failures., Ludovic Courtès, 2016/12/01
- 02/06: offload: Warn about the lack of zlib support., Ludovic Courtès, 2016/12/01
- 04/06: store: Increase buffering for the '%stderr-write' upcall., Ludovic Courtès, 2016/12/01
- 06/06: offload: Do not abort when a machine is unreachable., Ludovic Courtès, 2016/12/01