<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/methods/bzip2.cc, branch master</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=master</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2012-04-05T16:51:06Z</updated>
<entry>
<title>* methods/bzip2.cc:</title>
<updated>2012-04-05T16:51:06Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2012-04-05T16:51:06Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d6bbcaad675a746e958d0736ead63bf44c2787ee'/>
<id>urn:sha1:d6bbcaad675a746e958d0736ead63bf44c2787ee</id>
<content type='text'>
  - remove it as the functionality for all compressors can be
    provided by gzip.cc now with the usage of FileFD</content>
</entry>
<entry>
<title>use forward declaration in headers if possible instead of includes</title>
<updated>2011-09-19T17:14:19Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2011-09-19T17:14:19Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=472ff00ef2e48383805d281c6364ec27839e3f4d'/>
<id>urn:sha1:472ff00ef2e48383805d281c6364ec27839e3f4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>do not pollute namespace in the headers with using (Closes: #500198)</title>
<updated>2011-09-19T11:31:29Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2011-09-19T11:31:29Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=8f3ba4e8708cb72be19dacc2af4f601ee5fea292'/>
<id>urn:sha1:8f3ba4e8708cb72be19dacc2af4f601ee5fea292</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reorder includes: add &lt;config.h&gt; if needed and include it at first</title>
<updated>2011-09-13T08:09:00Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2011-09-13T08:09:00Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ea54214002c09eeb4dd498d97a564471ec9993c5'/>
<id>urn:sha1:ea54214002c09eeb4dd498d97a564471ec9993c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>  - change the internal handling of Extensions in pkgAcqIndex</title>
<updated>2011-01-26T15:19:30Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2011-01-26T15:19:30Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=5d88572318ed7e271101b1ae8f2cc139a1a3f705'/>
<id>urn:sha1:5d88572318ed7e271101b1ae8f2cc139a1a3f705</id>
<content type='text'>
  - add a special uncompressed compression type to prefer those files
* methods/{gzip,bzip}.cc:
  - print a good error message if FileSize() is zero</content>
</entry>
<entry>
<title>* apt-pkg/contrib/fileutl.cc:</title>
<updated>2010-10-21T14:54:28Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2010-10-21T14:54:28Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=4260fd3972cc0c01e6cbc825063c06311d440f9b'/>
<id>urn:sha1:4260fd3972cc0c01e6cbc825063c06311d440f9b</id>
<content type='text'>
  - Add a FileFd::FileSize() method to get the size of the underlying
    file and not the size of the content in the file as FileFd::Size()
    does - the sizes can differ since the direct gzip integration
* methods/{gzip,bzip2}.cc:
  - use FileSize() to determine if the file is invalid (Closes: #600852)</content>
</entry>
<entry>
<title>* methods/{gzip,bzip2}.cc:</title>
<updated>2010-09-06T10:17:15Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2010-09-06T10:17:15Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=cf1cdb3328dacde829db8bbb3db4f5373ac07d61'/>
<id>urn:sha1:cf1cdb3328dacde829db8bbb3db4f5373ac07d61</id>
<content type='text'>
  - empty files can never be valid archives (Closes: #595691)</content>
</entry>
<entry>
<title>* methods/bzip2.cc:</title>
<updated>2010-08-16T10:12:51Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2010-08-16T10:12:51Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=6802b90c0871726f0018b2c3c059bf8c95a4a710'/>
<id>urn:sha1:6802b90c0871726f0018b2c3c059bf8c95a4a710</id>
<content type='text'>
  - fix error checking for read in case of failing bzip2/lzma/whatever

Spotted by -Wextra:
bzip2.cc: In member function ‘virtual bool Bzip2Method::Fetch(pkgAcqMethod::FetchItem*)’:
bzip2.cc:108:19: warning: comparison of unsigned expression &lt; 0 is always false
bzip2.cc:111:19: warning: comparison of unsigned expression &lt; 0 is always false</content>
</entry>
<entry>
<title>apt-pkg, methods: Convert users of WriteEmpty to WriteAtomic.</title>
<updated>2010-08-10T12:59:56Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2010-08-10T12:59:56Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=22041bd2864b8d0b401b45dde9eda4003a11fec4'/>
<id>urn:sha1:22041bd2864b8d0b401b45dde9eda4003a11fec4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* methods/bzip2.cc:</title>
<updated>2010-07-11T19:57:51Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2010-07-11T19:57:51Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b09663668c4d8203543e56b25db822ba55d21529'/>
<id>urn:sha1:b09663668c4d8203543e56b25db822ba55d21529</id>
<content type='text'>
  - add a copycat of the old gzip.cc as we need it for bzip2 and lzma</content>
</entry>
</feed>
