summaryrefslogtreecommitdiff
path: root/apt-inst/contrib
AgeCommit message (Expand)AuthorFilesLines
2013-10-07fix libapt-inst for >2G debs (closes: #725483)Michael Vogt1-3/+3
2013-09-12don't truncate 100 char long paths in tar extractionOskari Saarenmaa1-13/+11
2013-06-24delete Memb on read-error in arfileNiels Thykier1-0/+3
2013-06-09don't explicitly init ExtractTar InFd with invalid fdDavid Kalnischkies1-1/+0
2012-04-19* apt-inst/contrib/extracttar.cc:Michael Vogt1-1/+1
2011-12-13revert 2184.1.3: forward declaration instead of headersDavid Kalnischkies2-0/+5
2011-12-13revert 2184.1.2: do not pollute namespace in headersDavid Kalnischkies1-0/+4
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies4-3/+7
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies3-6/+4
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies1-1/+1
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2-2/+7
2011-05-17remove Size >= 0 check as Itm.Size is an unsigned variable (clang warning)David Kalnischkies1-1/+1
2010-12-03Permit base256 encoded value in the numeric field of tar header.Nobuhiro Hayashi1-4/+8
2010-03-12apt-inst/contrib/arfile.h: Add public ARArchive::Members() which returns the ...Julian Andres Klode1-0/+1
2010-01-31merge r1966..1967 from lp:~donkult/apt/sidMichael Vogt1-1/+1
2009-09-24* apt-pkg/deb/dpkgpm.cc:Michael Vogt1-1/+1
2009-09-24* apt-inst/contrib/arfile.cc:Michael Vogt1-1/+1
2009-08-09[apt-inst/contrib/arfile.cc] use sizeof instead strlenDavid Kalnischkies1-1/+1
2008-12-17* apt-inst/contrib/arfile.cc:Michael Vogt1-1/+1
2008-10-28fix various -Wall warningsMichael Vogt1-2/+2
2007-08-02* apt-inst/contrib/extracttar.cc:Michael Vogt1-1/+1
2007-06-08* remove all the remaining #pragma implementationMichael Vogt2-6/+0
2006-10-02* removed the pragma messMichael Vogt2-7/+0
2006-07-25* apt-inst/contrib/extracttar.cc:Michael Vogt1-1/+2
2005-05-23* merged with my apt--fixes--0 branchMichael Vogt2-1/+5
2005-03-06Bring consistency to the use of capitals in programs messagesChristian Perrier1-1/+1
2004-12-13Merge apt--authentication--0Matt Zimmerman2-2/+2
2004-12-12Merge bzip2-debs branchMatt Zimmerman2-6/+9
2004-09-20* Patch from Eric Wong <normalperson@yhbt.net> to inclu...Arch Librarian2-4/+5
2004-09-20- Fix typo in tar error message (Closes: #191424)Arch Librarian1-2/+2
2004-09-20- Clean up some string handling, patch from Peter LundkvistArch Librarian1-2/+2
2004-09-20i18n stuff.Arch Librarian2-14/+16
2004-09-20Some more g++-3.2 fixes.Arch Librarian1-1/+2
2004-09-20revert my last patch.... see bts :)Arch Librarian1-2/+2
2004-09-20fix for #161593Arch Librarian1-2/+2
2004-09-20Use std C++ header names for includesArch Librarian1-2/+2
2004-09-20Minor bug fixesArch Librarian1-7/+6
2004-09-20G++3 fixes from RandolphArch Librarian1-1/+2
2004-09-20Join with aliencodeArch Librarian4-0/+618