summaryrefslogtreecommitdiff
path: root/apt-inst
AgeCommit message (Expand)Author
2020-12-07CVE-2020-27350: tarfile: integer overflow: Limit tar items to 128 GiBJulian Andres Klode
2020-12-07CVE-2020-27350: debfile: integer overflow: Limit control size to 64 MiBJulian Andres Klode
2020-12-07tarfile: OOM hardening: Limit size of long names/links to 1 MiBJulian Andres Klode
2020-12-07CVE-2020-27350: arfile: Integer overflow in parsingJulian Andres Klode
2020-05-12SECURITY UPDATE: Fix out of bounds read in .ar and .tar implementation (CVE-2...Julian Andres Klode
2018-05-07Remove obsolete RCS keywordsGuillem Jover
2018-03-12apt-inst: Add support for zstd compressed debsJulian Andres Klode
2017-08-24Replace APT_CONST with APT_PURE everywhereJulian Andres Klode
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2017-07-12Drop cacheiterators.h includeJulian Andres Klode
2017-01-19fix various typos reported by spellintianDavid Kalnischkies
2017-01-17CMake: Document that the globs are expanded during CMakeJulian Andres Klode
2016-08-26apt-inst: debfile: Pass comp. Name to ExtractTar, not BinaryJulian Andres Klode
2016-08-10Get rid of the old buildsystemJulian Andres Klode
2016-08-06CMake: Add basic CMake build systemJulian Andres Klode
2016-03-07Fix several typosVeres Lajos
2016-01-11Sort the list of sources to be built and linkedMattia Rizzolo
2015-11-27add messages to our deprecation warnings in libaptDavid Kalnischkies
2015-11-05apply various suggestions made by cppcheckDavid Kalnischkies
2015-08-31fix some unused parameter/variable warningsDavid Kalnischkies
2015-08-27Merge branch 'feature/extractar-filefd' into debian/experimentalJulian Andres Klode
2015-08-27Use compressor support from FileFd for ExtractTar instead of programsJulian Andres Klode
2015-08-27fix various typos reported by codespellDavid Kalnischkies
2015-08-11Bump apt-inst SONAME to 2.0 to adjust for the ABI break in apt-pkgJulian Andres Klode
2015-08-10remove the compatibility markers for 4.13 abiDavid Kalnischkies
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies
2014-11-08guard ABI changes for LFS in apt-instDavid Kalnischkies
2014-09-27fix: Prefer prefix ++/-- operators for non-primitive typesDavid Kalnischkies
2014-09-27fix: Consecutive return, break, continue, goto or throw statements are unnece...David Kalnischkies
2014-07-08increase libapt-inst to version 1.6Michael Vogt
2014-07-08Fix ar and tar code to be LFS-safeGuillem Jover
2014-04-11use wildcard to get files in our library makefilesDavid Kalnischkies
2014-03-17apt-inst: Do not try to create a substring of an empty string in error reportingJulian Andres Klode
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies
2014-03-13warning: cast from type A to type B casts away qualifiers [-Wcast-qual]David Kalnischkies
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies
2014-02-22Add support for data.tar, control.tar and control.tar.xzGuillem Jover
2014-02-22DebFile: Refactor ExtractTarMember() out from ExtractArchive()Guillem Jover
2014-02-22ExtractTar: Allow an empty decompressor programGuillem Jover
2014-02-22Fix typos in documentation (codespell)Michael Vogt
2014-02-11use utimes instead of utimensat/futimensDavid Kalnischkies
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies
2013-10-07fix libapt-inst for >2G debs (closes: #725483)Michael Vogt
2013-09-26compression-neutral message for missing data.tar memberDavid Kalnischkies
2013-09-12don't truncate 100 char long paths in tar extractionOskari Saarenmaa
2013-06-24delete Memb on read-error in arfileNiels Thykier
2013-06-09depend on libapt-pkg in the libapt-inst build processDavid Kalnischkies
2013-06-09don't explicitly init ExtractTar InFd with invalid fdDavid Kalnischkies