summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Compression/CompressedFile.pm
AgeCommit message (Collapse)AuthorFilesLines
2010-01-22Rename Dpkg::Compression::CompressedFile and Dpkg::Compression::CompressorRaphaël Hertzog1-431/+0
Dpkg::Compression::CompressedFile -> Dpkg::Compression::FileHandle Dpkg::Compression::Compressor -> Dpkg::Compression::Process The new names are more expressive and avoid repeating "Compress". Update all scripts and modules to use the new name.
2010-01-22Dpkg::Compression: new API based on public functionsRaphaël Hertzog1-3/+4
This API change requires lots of adjustements through the source code.
2010-01-22Dpkg::Compression::CompressedFile: update APIRaphaël Hertzog1-38/+319
Change the Dpkg::Compression::CompressedFile API to make it behave like a normal filehandle. Update all users of the object to use the new API.
2010-01-22Rename Dpkg::Source::CompressedFile into Dpkg::Compression::CompressedFileRaphaël Hertzog1-0/+149