zsync 0.6.2-1ubuntu1 source package in Ubuntu

Changelog

zsync (0.6.2-1ubuntu1) raring; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - clienthttp.diff:
      + client.c, http.c: Add an offset field ("O"), wanted for apt-zsync
        because we want to step past the first members in the .deb archive
      + client.c: Print progress even if output is not a tty. This makes it
        possible to gather statistics for an experimental apt-get
        method.
      + http.c: use off_t instead of size_t where appropriate, for 64-bit
        cleanness
 -- Logan Rosen <email address hidden>   Mon, 26 Nov 2012 16:21:07 -0500

Upload details

Uploaded by:
Logan Rosen
Sponsored by:
Sebastien Bacher
Uploaded to:
Raring
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe net
Trusty release universe net

Downloads

File Size SHA-256 Checksum
zsync_0.6.2.orig.tar.bz2 239.8 KiB 0b9d53433387aa4f04634a6c63a5efa8203070f2298af72a705f9be3dda65af2
zsync_0.6.2-1ubuntu1.debian.tar.gz 9.6 KiB 511a0a319504fa3be85f266951642bd43e7b86d49c48f1dc65d360db2d8ddee7
zsync_0.6.2-1ubuntu1.dsc 1.1 KiB c0b53ddf53cfca3afb3bfbcdba6b37a4ceb74a50610835ff3f376456b70c5617

Available diffs

View changes file

Binary packages built by this source

zsync: client-side implementation of the rsync algorithm

 zsync is a file transfer program to download files from
 remote web servers. If a previous version of a file is available
 locally, zsync will only download changed parts and hereby
 minimise the download volume. The algorithm is the same as used
 by rsync(1), but zsync does not require any server software
 (apart from a web server), nor does it need shell access.
 Instead, it uses a control file (.zsync file) that describes the
 file to be downloaded, which it uses to determine the blocks to
 fetch. This file is created once on the server (and not for each
 request) and sits next to actual file to download

zsync-dbgsym: debug symbols for package zsync

 zsync is a file transfer program to download files from
 remote web servers. If a previous version of a file is available
 locally, zsync will only download changed parts and hereby
 minimise the download volume. The algorithm is the same as used
 by rsync(1), but zsync does not require any server software
 (apart from a web server), nor does it need shell access.
 Instead, it uses a control file (.zsync file) that describes the
 file to be downloaded, which it uses to determine the blocks to
 fetch. This file is created once on the server (and not for each
 request) and sits next to actual file to download