Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-16 | * methods/bzip2.cc: | David Kalnischkies | |
- 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 < 0 is always false bzip2.cc:111:19: warning: comparison of unsigned expression < 0 is always false | |||
2010-08-10 | apt-pkg, methods: Convert users of WriteEmpty to WriteAtomic. | Julian Andres Klode | |
2010-07-11 | * methods/bzip2.cc: | David Kalnischkies | |
- add a copycat of the old gzip.cc as we need it for bzip2 and lzma |