summaryrefslogtreecommitdiff
path: root/apt-inst/contrib/extracttar.cc
Commit message (Expand)AuthorAgeFilesLines
* extracttar: Remove deprecated ExtractTar::Done(bool) variantJulian Andres Klode2019-02-261-4/+0
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-8/+8
* apply various suggestions made by cppcheckDavid Kalnischkies2015-11-051-1/+1
* fix some unused parameter/variable warningsDavid Kalnischkies2015-08-311-8/+8
* Use compressor support from FileFd for ExtractTar instead of programsJulian Andres Klode2015-08-271-56/+11
* remove the compatibility markers for 4.13 abiDavid Kalnischkies2015-08-101-5/+0
* guard ABI changes for LFS in apt-instDavid Kalnischkies2014-11-081-0/+5
* Fix ar and tar code to be LFS-safeGuillem Jover2014-07-081-7/+6
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-2/+4
* warning: cast from type A to type B casts away qualifiers [-Wcast-qual]David Kalnischkies2014-03-131-3/+3
* ExtractTar: Allow an empty decompressor programGuillem Jover2014-02-221-0/+6
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-1/+1
* don't truncate 100 char long paths in tar extractionOskari Saarenmaa2013-09-121-13/+11
* don't explicitly init ExtractTar InFd with invalid fdDavid Kalnischkies2013-06-091-1/+0
* * apt-inst/contrib/extracttar.cc:Michael Vogt2012-04-191-1/+1
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-0/+1
* reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-1/+3
* remove Size >= 0 check as Itm.Size is an unsigned variable (clang warning)David Kalnischkies2011-05-171-1/+1
* Permit base256 encoded value in the numeric field of tar header.Nobuhiro Hayashi2010-12-031-4/+8
* merge r1966..1967 from lp:~donkult/apt/sidMichael Vogt2010-01-311-1/+1
* fix various -Wall warningsMichael Vogt2008-10-281-2/+2
* * apt-inst/contrib/extracttar.cc:Michael Vogt2007-08-021-1/+1
* * remove all the remaining #pragma implementationMichael Vogt2007-06-081-3/+0
* * apt-inst/contrib/extracttar.cc:Michael Vogt2006-07-251-1/+2
* * merged with my apt--fixes--0 branchMichael Vogt2005-05-231-1/+1
* Bring consistency to the use of capitals in programs messagesChristian Perrier2005-03-061-1/+1
* Merge apt--authentication--0Matt Zimmerman2004-12-131-1/+1
* Merge bzip2-debs branchMatt Zimmerman2004-12-121-5/+7
* * Patch from Eric Wong <normalperson@yhbt.net> to inclu...Arch Librarian2004-09-201-2/+3
* - Fix typo in tar error message (Closes: #191424)Arch Librarian2004-09-201-2/+2
* i18n stuff.Arch Librarian2004-09-201-7/+8
* Some more g++-3.2 fixes.Arch Librarian2004-09-201-1/+2
* Use std C++ header names for includesArch Librarian2004-09-201-2/+2
* Minor bug fixesArch Librarian2004-09-201-7/+6
* G++3 fixes from RandolphArch Librarian2004-09-201-1/+2
* Join with aliencodeArch Librarian2004-09-201-0/+342