summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
AgeCommit message (Expand)Author
2021-01-08Add support for Phased-Update-PercentageJulian Andres Klode
2021-01-04Determine autoremovable kernels at run-timeJulian Andres Klode
2020-12-18Keep URIs encoded in the acquire systemDavid Kalnischkies
2020-12-09CVE-2020-27350: debfile: integer overflow: Limit control size to 64 MiBJulian Andres Klode
2020-06-29Add basic support for the Protected fieldJulian Andres Klode
2020-06-14Do not sent our filename-provides trick to EDSP solversDavid Kalnischkies
2020-05-25Silence clang warning -Wstring-plus-intDavid Kalnischkies
2020-03-21Parse last line in deb file correctly by adding a newlineDavid Kalnischkies
2020-03-06Show absolute time while waiting for lock instead of %, rework messageJulian Andres Klode
2020-02-27(temporarily) unhide pkgDPkgPM again to have python-apt compileJulian Andres Klode
2020-02-26apt(8): Wait for frontend and cache lockJulian Andres Klode
2020-02-26apt-pkg: default visibility to hiddenJulian Andres Klode
2020-02-26Make metaIndex::GetNotBefore virtualJulian Andres Klode
2020-02-26pkgsystem: Drop more virtual workaround shenanigansJulian Andres Klode
2020-02-26metaindex: Add Origin, Label, Version, DefaultPin, ReleaseNotes membersJulian Andres Klode
2020-02-26Remove various dynamic_cast uses, use virtual methods insteadJulian Andres Klode
2020-02-26Remove ABI workaround for debDebPkgFileIndex::ArchiveInfoJulian Andres Klode
2020-02-24Make map_pointer<T> typesafeJulian Andres Klode
2020-02-18Remove CRC-16 implementationJulian Andres Klode
2020-02-18Use a 32-bit djb VersionHash instead of CRC-16Julian Andres Klode
2020-02-18Merge branch 'pu/source-version' into 'master'Julian Andres Klode
2020-02-18Remove code tagged APT_PKG_590, add some missing includesJulian Andres Klode
2020-02-16Revert "Add a Packages-Require-Authorization Release file field"Julian Andres Klode
2020-01-17Allow querying all binaries built by a source packageJulian Andres Klode
2020-01-14Remove includes of (md5|sha1|sha2).h headersJulian Andres Klode
2020-01-14Convert users of {MD5,SHA1,SHA256,SHA512}Summation to use HashesJulian Andres Klode
2020-01-08Avoid extra out-of-cache hash table deduplication for package namesJulian Andres Klode
2019-09-19Pass --abort-after=1 to dpkg when using --force-dependsJulian Andres Klode
2019-07-08Apply various suggestions by cppcheckDavid Kalnischkies
2019-07-08Show details about the package with bad ProvidesDavid Kalnischkies
2019-06-17RFC1123StrToTime: Accept const std::string& as first argumentJulian Andres Klode
2019-06-12Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode
2019-06-11Do not include squashfs file systems in df output.Brian Murray
2019-06-11Merge the ParseDepends functionsJulian Andres Klode
2019-06-11Make APT::StringView publicJulian Andres Klode
2019-06-11Merge tag '1.8.2'Julian Andres Klode
2019-05-21Unlock dpkg locks in reverse locking orderJulian Andres Klode
2019-05-07debmetaindex: Use isspace_ascii() variant to normalize Signed-ByJulian Andres Klode
2019-05-06CMake: Enforce "override" use on overriden methodsJulian Andres Klode
2019-05-06Use debDebFile to get control file instead of dpkg-debJulian Andres Klode
2019-05-06Merge libapt-inst into libapt-pkgJulian Andres Klode
2019-05-03Prevent shutdown while running dpkgJulian Andres Klode
2019-05-03Prevent shutdown while running dpkgJulian Andres Klode
2019-04-30Add 'explicit' to most single argument constructorsJulian Andres Klode
2019-02-26dpkgpm: Remove deprecated pkgDPkgPM::SendV2Pkgs()Julian Andres Klode
2019-02-26packagemanager: Remove deprecated functionsJulian Andres Klode
2019-02-26metaindex: Remove deprecated checkSum::Hash (replaced by Hashes)Julian Andres Klode
2019-02-26pkgSrcRecords::Parser: Fold Files2() into Files()Julian Andres Klode
2019-02-04Merge branch 'pu/dead-pin' into 'master'Julian Andres Klode
2019-02-01Add a Packages-Require-Authorization Release file fieldJulian Andres Klode