summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Compression.pm
AgeCommit message (Expand)AuthorFilesLines
2016-10-30Dpkg::Compression: Only use gzip --rsyncable on Debian and derivativesGuillem Jover1-1/+20
2016-07-03man, perl: Remove most AUTHOR sectionsGuillem Jover1-4/+0
2016-01-26Dpkg: Fix typos in documentationGuillem Jover1-1/+1
2015-07-28Dpkg: Remove my keyword from POD function prototypesGuillem Jover1-4/+4
2015-05-30Dpkg::Compression: Fix the current default compressor in the documentationGuillem Jover1-1/+1
2015-05-18scripts: Document dpkg version when module versions got bumpedGuillem Jover1-3/+3
2015-03-30perl: Rework use and exporter declarationsGuillem Jover1-10/+15
2015-01-28Dpkg: Use shift instead of @_ on single argument unpackingGuillem Jover1-3/+3
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover1-2/+2
2014-10-12scripts: Remove EXPORTED from POD section titlesGuillem Jover1-1/+1
2014-10-12scripts: Document all public module versions in a CHANGES sectionGuillem Jover1-0/+4
2014-10-06scripts: Unpack arguments instead of accessing @_ directlyGuillem Jover1-1/+3
2014-01-15dpkg-source: Change default source package compressor for new formats to xzGuillem Jover1-1/+1
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-11-24Dpkg::Compression: Add new compression_get_file_extension_regex() functionGuillem Jover1-14/+17
2013-11-23Dpkg::Compression: Deprecate default compression variablesGuillem Jover1-1/+14
2013-07-18scripts: Do not use negative expression in unless and until conditionsGuillem Jover1-1/+1
2013-06-22scripts: Do not inherit from Exporter just import its importGuillem Jover1-1/+1
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-17/+17
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover1-1/+1
2013-04-30Do not quote simple identifier hash keys in initializationsGuillem Jover1-20/+20
2013-04-29scripts: Do not use sort directly on the return keywordGuillem Jover1-1/+2
2013-04-19Use just 'return' instead of 'return undef' in perl codeGuillem Jover1-3/+3
2011-08-20Dpkg::Compression: Change default values depending on the compressor usedGuillem Jover1-8/+17
2010-10-31Dpkg::Compression: fix typo in documentation.Raphaël Hertzog1-1/+1
2010-07-25Dpkg::Compression: add --no-name and --rsyncable options to the gzip callRaphaël Hertzog1-1/+1
2010-02-26Update POD documentation to indicate that it's using UTF-8 encodingRaphaël Hertzog1-0/+2
2010-02-25Use xz-utils instead of lzma for the lzma compression formatGuillem Jover1-2/+2
2010-02-25libdpkg-perl: Make comp_prog and decomp_prog %COMP properties arraysGuillem Jover1-8/+8
2010-02-21Add $VERSION numbers to all perl modulesRaphaël Hertzog1-0/+3
2010-01-22Move handling of default compression method/level to Dpkg::CompressionRaphaël Hertzog1-1/+70
2010-01-22Dpkg::Compression: new API based on public functionsRaphaël Hertzog1-16/+117
2009-11-08Add missing license headersGuillem Jover1-0/+13
2009-10-16Dpkg::Compression: add support for xz compression methodRaphaël Hertzog1-5/+7
2008-02-16Dpkg::Compression: add get_compression_from_filename()Raphael Hertzog1-1/+12
2008-02-15Dpkg::Source::Compressor: handle on-the-fly compressionRaphael Hertzog1-2/+5
2007-12-29Dpkg::Compression: New module with compression variables from DpkgGuillem Jover1-0/+14