summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
Commit message (Expand)AuthorAgeFilesLines
* Allow superfluous commas in build-dependency linesDavid Kalnischkies2021-04-251-3/+8
* Streamline or-group closing after other arch-specific packageDavid Kalnischkies2021-04-251-7/+3
* Do not pass --force-remove-protected with --auto-deconfigureJulian Andres Klode2021-04-211-3/+0
* Merge the three RAII vectors managing args lifetimeDavid Kalnischkies2021-03-091-90/+108
* Handle multi-arch pkgnames for dpkg call via RAIIDavid Kalnischkies2021-03-091-11/+5
* Use RAII to clean up tmp dir for dpkg recursive installDavid Kalnischkies2021-03-091-10/+7
* Replace multi-statement macro with lambdaDavid Kalnischkies2021-03-091-42/+32
* Do not require force-loopbreak on Protected packagesJulian Andres Klode2021-02-231-0/+3
* Guess compressor only if no AR nember with exact name existsDavid Kalnischkies2021-02-021-25/+34
* Merge branch 'pu/include-all-translations' into 'master'Julian Andres Klode2021-01-271-1/+1
|\
| * Include all translations when building the cacheJulian Andres Klode2021-01-271-1/+1
* | dpkg: fix passing readonly /dev/null fd as stdout/stderrYoufu Zhang2021-01-221-1/+1
|/
* Add support for Phased-Update-PercentageJulian Andres Klode2021-01-081-0/+7
* Determine autoremovable kernels at run-timeJulian Andres Klode2021-01-041-1/+7
* Keep URIs encoded in the acquire systemDavid Kalnischkies2020-12-182-4/+11
* CVE-2020-27350: debfile: integer overflow: Limit control size to 64 MiBJulian Andres Klode2020-12-091-0/+15
* Add basic support for the Protected fieldJulian Andres Klode2020-06-294-1/+23
* Do not sent our filename-provides trick to EDSP solversDavid Kalnischkies2020-06-141-5/+4
* Silence clang warning -Wstring-plus-intDavid Kalnischkies2020-05-251-1/+1
* Parse last line in deb file correctly by adding a newlineDavid Kalnischkies2020-03-211-1/+1
* Show absolute time while waiting for lock instead of %, rework messageJulian Andres Klode2020-03-061-1/+6
* (temporarily) unhide pkgDPkgPM again to have python-apt compileJulian Andres Klode2020-02-271-1/+1
* apt(8): Wait for frontend and cache lockJulian Andres Klode2020-02-262-8/+47
* apt-pkg: default visibility to hiddenJulian Andres Klode2020-02-263-7/+7
* Make metaIndex::GetNotBefore virtualJulian Andres Klode2020-02-261-1/+1
* pkgsystem: Drop more virtual workaround shenanigansJulian Andres Klode2020-02-263-10/+9
* metaindex: Add Origin, Label, Version, DefaultPin, ReleaseNotes membersJulian Andres Klode2020-02-261-5/+5
* Remove various dynamic_cast uses, use virtual methods insteadJulian Andres Klode2020-02-261-3/+3
* Remove ABI workaround for debDebPkgFileIndex::ArchiveInfoJulian Andres Klode2020-02-262-3/+2
* Make map_pointer<T> typesafeJulian Andres Klode2020-02-241-2/+2
* Remove CRC-16 implementationJulian Andres Klode2020-02-181-1/+0
* Use a 32-bit djb VersionHash instead of CRC-16Julian Andres Klode2020-02-182-6/+6
* Merge branch 'pu/source-version' into 'master'Julian Andres Klode2020-02-181-22/+12
|\
| * Allow querying all binaries built by a source packageJulian Andres Klode2020-01-171-22/+12
* | Remove code tagged APT_PKG_590, add some missing includesJulian Andres Klode2020-02-181-0/+1
* | Revert "Add a Packages-Require-Authorization Release file field"Julian Andres Klode2020-02-161-1/+0
|/
* Remove includes of (md5|sha1|sha2).h headersJulian Andres Klode2020-01-141-1/+0
* Convert users of {MD5,SHA1,SHA256,SHA512}Summation to use HashesJulian Andres Klode2020-01-141-3/+3
* Avoid extra out-of-cache hash table deduplication for package namesJulian Andres Klode2020-01-081-2/+5
* Pass --abort-after=1 to dpkg when using --force-dependsJulian Andres Klode2019-09-191-0/+1
* Apply various suggestions by cppcheckDavid Kalnischkies2019-07-081-3/+3
* Show details about the package with bad ProvidesDavid Kalnischkies2019-07-081-3/+4
* RFC1123StrToTime: Accept const std::string& as first argumentJulian Andres Klode2019-06-171-2/+2
* Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode2019-06-126-28/+0
* Do not include squashfs file systems in df output.Brian Murray2019-06-111-1/+1
* Merge the ParseDepends functionsJulian Andres Klode2019-06-112-64/+17
* Make APT::StringView publicJulian Andres Klode2019-06-111-16/+2
* Merge tag '1.8.2'Julian Andres Klode2019-06-111-1/+1
|\
| * Unlock dpkg locks in reverse locking orderJulian Andres Klode2019-05-211-1/+1
| * Prevent shutdown while running dpkgJulian Andres Klode2019-05-031-0/+15