summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* Include Extra in the size counted for Version structDavid Kalnischkies2025-01-301-1/+1
* Record all available sources for descriptionsDavid Kalnischkies2025-01-301-53/+55
* Do not create descriptions structs for each architectureDavid Kalnischkies2025-01-301-6/+9
* Drop unused version stanza size info from binary cacheDavid Kalnischkies2025-01-302-5/+11
* Drop unused description size info from binary cacheDavid Kalnischkies2025-01-302-5/+11
* Do not overflow ver/desc<->file relation countersDavid Kalnischkies2025-01-301-0/+5
* solver3: Credit MiniSATJulian Andres Klode2025-01-301-0/+11
* solver3: Use a propagation queueJulian Andres Klode2025-01-302-8/+29
* solver3: Replace Install() with Enqueue(), and PropagateInstall()Julian Andres Klode2025-01-302-44/+36
* solver3: Remove NewUnsatRecommends groupJulian Andres Klode2025-01-302-3/+0
* solver3: Soft unit propagation for optional itemsJulian Andres Klode2025-01-301-2/+7
* apt: Introduce the modernize-sources commandJulian Andres Klode2025-01-281-0/+4
* metaindex: Support loading without filenameJulian Andres Klode2025-01-282-0/+14
* sqv, gpgv: Do not fail if Dir::Etc::Trusted is set and trusted.gpg.d is missingJulian Andres Klode2025-01-221-2/+10
* Unset Dir::Etc::trustedJulian Andres Klode2025-01-211-1/+0
* Remove superseded warning about trusted.gpg fallbackJulian Andres Klode2025-01-211-2/+2
* Write Pre-Depends with a dash again in EDSPDavid Kalnischkies2025-01-171-1/+1
* proxy: Avoids triggering bounds check in std::string_viewJulian Andres Klode2025-01-141-1/+1
* Merge branch 'check-missing-dpkg-bin' into 'main'Julian Andres Klode2025-01-142-3/+11
|\
| * apt-pkg/deb/debsystem.cc: Fall back to "dpkg" when Dir::Bin::dpkg is not foundBalint Reczey2024-12-302-3/+11
* | Remove leftovers from ftp and rsh/ssh methods removalDavid Kalnischkies2025-01-051-1/+1
* | Remove leftovers of the apt-key removalDavid Kalnischkies2025-01-052-3/+1
* | Drop unused short form APT_IGNORE_DEPRECATEDDavid Kalnischkies2025-01-051-6/+1
* | Drop usage of APT_MUSTCHECKDavid Kalnischkies2025-01-055-14/+14
* | Drop usage of APT_UNUSEDDavid Kalnischkies2025-01-052-3/+3
* | Drop APT_DEPRECATED usageDavid Kalnischkies2025-01-055-15/+16
* | Drop APT_NORETURN usageDavid Kalnischkies2025-01-054-9/+12
* | Drop unused FLAG macro and friendsDavid Kalnischkies2025-01-051-6/+4
* | Drop the remaining usage of APT_ARRAY_SIZEDavid Kalnischkies2025-01-052-5/+2
* | Add pkgCache::{Priority,DepType}_NoL10n to avoid duplicationDavid Kalnischkies2025-01-054-34/+37
* | Drop usage of macro APT_OVERRIDE for simple overrideDavid Kalnischkies2025-01-0530-713/+713
* | Try stomping a little less on global macro namespaceDavid Kalnischkies2025-01-051-3/+3
* | Ensure we can build with APT_PKG_ABI > 601Julian Andres Klode2025-01-052-2/+4
* | Use deb.debian.org instead of ftp.debian.org URLsGuillem Jover2024-12-281-1/+1
* | Remove non-US leftovers in code and documentationGuillem Jover2024-12-282-3/+1
|/
* methods: Add new sqv methodJulian Andres Klode2024-12-223-4/+33
* Remove GnuTLS and gcrypt supportJulian Andres Klode2024-12-222-146/+2
* hashes, methods: Add OpenSSL backendsJulian Andres Klode2024-12-222-2/+73
* hashes: Add GnuTLS backend, make it defaultJulian Andres Klode2024-12-212-0/+68
* hashes: Refactor backend into PrivateHashesJulian Andres Klode2024-12-211-55/+82
* Remove gnupg and versioned gpgv test dependsJulian Andres Klode2024-12-201-4/+0
* gpgv: Extract VerifyDetachedSignatureFile()Julian Andres Klode2024-12-171-73/+90
* Fix out-of-bounds read in `apt show :`Julian Andres Klode2024-12-161-0/+3
* gpgv: Drop references to apt-keyJulian Andres Klode2024-12-071-4/+4
* gpgv: Merge all keyrings into a single one againJulian Andres Klode2024-12-041-22/+25
* solver3: Reject all non-candidates outright for strict pinningJulian Andres Klode2024-12-032-27/+18
* solver3: Add a missing debug level checkJulian Andres Klode2024-12-031-1/+2
* solver3: Fix intransitivity of version comparison on upgradeJulian Andres Klode2024-12-021-11/+17
* Avoid extension check for .gpgJulian Andres Klode2024-11-291-12/+12
* Detect working gpgv using gpgv --dump-optionsJulian Andres Klode2024-11-282-43/+65