summaryrefslogtreecommitdiff
path: root/apt-inst
AgeCommit message (Expand)AuthorFilesLines
2018-05-07Remove obsolete RCS keywordsGuillem Jover12-12/+0
2018-03-12apt-inst: Add support for zstd compressed debsJulian Andres Klode1-2/+6
2017-08-24Replace APT_CONST with APT_PURE everywhereJulian Andres Klode1-1/+1
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode8-35/+33
2017-07-12Drop cacheiterators.h includeJulian Andres Klode2-2/+0
2017-01-19fix various typos reported by spellintianDavid Kalnischkies3-3/+3
2017-01-17CMake: Document that the globs are expanded during CMakeJulian Andres Klode1-1/+3
2016-08-26apt-inst: debfile: Pass comp. Name to ExtractTar, not BinaryJulian Andres Klode1-1/+1
2016-08-10Get rid of the old buildsystemJulian Andres Klode1-26/+0
2016-08-06CMake: Add basic CMake build systemJulian Andres Klode1-0/+26
2016-03-07Fix several typosVeres Lajos1-1/+1
2016-01-11Sort the list of sources to be built and linkedMattia Rizzolo1-2/+2
2015-11-27add messages to our deprecation warnings in libaptDavid Kalnischkies1-1/+1
2015-11-05apply various suggestions made by cppcheckDavid Kalnischkies1-1/+1
2015-08-31fix some unused parameter/variable warningsDavid Kalnischkies2-10/+11
2015-08-27Merge branch 'feature/extractar-filefd' into debian/experimentalJulian Andres Klode1-56/+11
2015-08-27Use compressor support from FileFd for ExtractTar instead of programsJulian Andres Klode1-56/+11
2015-08-27fix various typos reported by codespellDavid Kalnischkies1-1/+1
2015-08-11Bump apt-inst SONAME to 2.0 to adjust for the ABI break in apt-pkgJulian Andres Klode1-1/+1
2015-08-10remove the compatibility markers for 4.13 abiDavid Kalnischkies6-44/+1
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies2-6/+6
2014-11-08guard ABI changes for LFS in apt-instDavid Kalnischkies6-4/+49
2014-09-27fix: Prefer prefix ++/-- operators for non-primitive typesDavid Kalnischkies1-1/+1
2014-09-27fix: Consecutive return, break, continue, goto or throw statements are unnece...David Kalnischkies1-1/+0
2014-07-08increase libapt-inst to version 1.6Michael Vogt1-1/+1
2014-07-08Fix ar and tar code to be LFS-safeGuillem Jover6-16/+15
2014-04-11use wildcard to get files in our library makefilesDavid Kalnischkies1-10/+2
2014-03-17apt-inst: Do not try to create a substring of an empty string in error reportingJulian Andres Klode1-2/+4
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies2-4/+4
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies8-13/+32
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies4-5/+5
2014-03-13warning: cast from type A to type B casts away qualifiers [-Wcast-qual]David Kalnischkies1-3/+3
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies1-76/+76
2014-02-22Add support for data.tar, control.tar and control.tar.xzGuillem Jover1-11/+10
2014-02-22DebFile: Refactor ExtractTarMember() out from ExtractArchive()Guillem Jover2-5/+13
2014-02-22ExtractTar: Allow an empty decompressor programGuillem Jover1-0/+6
2014-02-22Fix typos in documentation (codespell)Michael Vogt4-6/+6
2014-02-11use utimes instead of utimensat/futimensDavid Kalnischkies1-4/+5
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies1-11/+9
2013-10-07fix libapt-inst for >2G debs (closes: #725483)Michael Vogt1-3/+3
2013-09-26compression-neutral message for missing data.tar memberDavid Kalnischkies1-2/+1
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-09depend on libapt-pkg in the libapt-inst build processDavid Kalnischkies1-0/+1
2013-06-09don't explicitly init ExtractTar InFd with invalid fdDavid Kalnischkies1-1/+0
2013-03-10various simple changes to fix cppcheck warningsDavid Kalnischkies1-2/+1
2012-05-10* apt-inst/deb/debfile.h:David Kalnischkies1-0/+4
2012-04-20merge from the lp:~mvo/apt/mvo branchMichael Vogt1-1/+1
2012-04-19* apt-inst/contrib/extracttar.cc:Michael Vogt1-1/+1
2012-04-11prepare new experimtnal uploadMichael Vogt1-1/+1