]> git.saurik.com Git - apt.git/commit
Switch FileFd to not transparently gunzip, since that breaks code which expects the...
authormartin@piware.de <>
Thu, 24 Jun 2010 19:27:27 +0000 (21:27 +0200)
committermartin@piware.de <>
Thu, 24 Jun 2010 19:27:27 +0000 (21:27 +0200)
commitc4fc2fd7fa0fc63fd8cd6bc9b73492e6baf0222a
tree04161940fbd86e574ddd5de1dca4e974af77c524
parent9d706e45650240cb7b05104211d93220dd6f614c
Switch FileFd to not transparently gunzip, since that breaks code which expects the compressed contents to stay (such as the copy backend, or when using file:// repositories. Instead, introduce a new ReadOnlyGzip mode and use that where needed
apt-pkg/acquire-item.cc
apt-pkg/contrib/fileutl.cc
apt-pkg/contrib/fileutl.h
apt-pkg/deb/debindexfile.cc
apt-pkg/deb/debrecords.cc
apt-pkg/deb/debsrcrecords.h
cmdline/apt-cache.cc
debian/changelog