summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* solver3: Avoid std::vector for statically sized arraysJulian Andres Klode2025-02-072-26/+70
* solver3: Add const where helpfulJulian Andres Klode2025-02-072-10/+24
* solver3: Point to stored clauses, do not copy themJulian Andres Klode2025-02-072-38/+41
* solver3: Use a package clause for optional rootsJulian Andres Klode2025-02-072-6/+23
* solver3: Refactor Dump() to toString()Julian Andres Klode2025-02-072-54/+27
* solver3: Support comparing packages and versionsJulian Andres Klode2025-02-071-8/+15
* solver3: Replace PropagateInstall() with Discover()Julian Andres Klode2025-02-072-93/+83
* solver3: Extract TranslateOrGroup() out of EnqueueOrGroup()Julian Andres Klode2025-02-072-40/+42
* solver3: Extract Clause out of WorkJulian Andres Klode2025-02-072-66/+86
* solver3: Simplify WhyStr()Julian Andres Klode2025-02-071-16/+5
* solver3: Cache all configuration callsJulian Andres Klode2025-02-072-9/+10
* solver3: Cache calls to policyJulian Andres Klode2025-02-072-6/+22
* solver3: Propagate single choice clauses as factsJulian Andres Klode2025-02-072-10/+12
* solver3: Annotate all bool functions with [[nodiscard]]Julian Andres Klode2025-02-071-12/+12
* solver3: Early exit when propagating satisfied clausesJulian Andres Klode2025-02-071-4/+5
* solver3: Partially generalize work items from Version to VarJulian Andres Klode2025-02-072-31/+46
* solver3: Simplify work orderingJulian Andres Klode2025-02-071-14/+4
* solver3: Drop unused upgrade flagJulian Andres Klode2025-02-072-5/+3
* dpkg: Pass --admindir if a different one is specifiedJulian Andres Klode2025-02-071-0/+7
* Measure BootSize as integerJulian Andres Klode2025-02-032-3/+3
* Correctly calculate kernel size in /bootJulian Andres Klode2025-02-031-32/+25
* 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