~elfy/ubuntu/vivid/zsync/spelling-fix

Viewing all changes in revision 14.

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-12-25 08:29:48 UTC
  • mfrom: (2.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091225082948-drgux3fgm7pv8i0w
Tags: 0.6.1-1ubuntu1
* 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.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: