lp:ubuntu/lucid/zsync

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/lucid/zsync
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Development

Recent revisions

14. By Steve Langasek

* Merge from Debian testing, remaining changes:
  - client.c, http.c, make.c, libzsync/zsync.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.
  - debian/rules: build with $(shell getconf LFS_CFLAGS), so that we can
    handle files over 2GB (such as DVD images) on 32-bit systems.
  - http.c:
    + use off_t instead of size_t where appropriate, for 64-bit cleanness
  - libzsync/zsync.c:
    + Use atoll() instead of atol(), to ensure support for > 32bit file
      sizes.
    + Cast to off_t before multiplying, otherwise we get random overflowage
      on the byte range.
* Dropped changes:
  - make.c: don't force guess_gzip_options() to always return --best; this
    change is undocumented and I can't figure out why it's needed.

13. By Steve Langasek

http.c: range_fetch->block_left must also be off_t, not size_t.

12. By Steve Beattie

http.c: fixup offsets that are larger than signed ints (LP: #420931)

11. By James Westby

http.c: fixup offsets that are larger than signed ints (LP: #420931)

10. By Siegfried Gevatter

* Merge with Debian unstable (LP: #301291). Remaining changes:
   - client.c, http.c, make.c, libzsync/zsync.c:
      + Add an offset field ("O").
   - client.c:
      + Print progress even if output is not a tty. This makes it
        possible to gather statistics for an experimental apt-get
        method.

9. By Siegfried Gevatter

Modify Maintainer value to match the DebianMaintainerField
specification (LP: #176738).

8. By Michael Vogt

print progress even if output is not a tty. This makes it
possible to gather statistics for a experimental apt-get method

7. By Stephan RĂ¼gamer

* Merge from debian unstable.
* http.c: changed off64_t to off_t
* Remaining Changes:
  - Fix offset field so that a download of an odd number of bytes
    is possible.
  - Bugfixes for apt-sync.
  - Add an offset field.
*

6. By William Alexander Grant <email address hidden>

* Merge from debian unstable. Remaining changes:
  - Fix offset field so that a download of an odd number of bytes
    is possible.
  - Bugfixes for apt-sync.
  - Add an offset field.

5. By Michael Vogt

[Felix Feyertag]
* Fix offset field so that download of odd number of bytes is possible.
* Bugfixes for apt-sync
[Paul Sladen]
* Add an offset field

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/maverick/zsync
This branch contains Public information 
Everyone can see this information.

Subscribers