summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* Revert "depcache: Allow changing multi-arch versions for removed siblings"Julian Andres Klode2025-10-261-4/+0
* solver3: Allow removing manually installed packagesJulian Andres Klode2025-10-251-1/+1
* solver3: Do not lose notion that we backtrackedJulian Andres Klode2025-10-252-1/+7
* depcache: Allow changing multi-arch versions for removed siblingsJulian Andres Klode2025-10-251-0/+4
* Implement architecture variantsJulian Andres Klode2025-10-2512-3/+242
* Move split() to APT::String::Split()Julian Andres Klode2025-10-253-15/+14
* solver3: Eagerly satisfy previously satisfied RecommendsJulian Andres Klode2025-10-252-3/+9
* configuration: Add MoveSubTree with overwrite=falseJulian Andres Klode2025-10-252-3/+13
* Correctly append or remove FD_CLOEXECJulian Andres Klode2025-10-202-4/+10
* ExecFork: Simplify closing and make it safeJulian Andres Klode2025-10-201-31/+19
* Add some comments and tests around Keep-Fd orderingJulian Andres Klode2025-10-201-0/+1
* ExecFork: Use close_range() if availableJulian Andres Klode2025-10-201-2/+32
* Move "Tried to start delayed item […], but failed" to debuggingJulian Andres Klode2025-10-041-4/+2
* Add history undo, redo, and rollback featuresSimon Johnsson2025-10-022-11/+51
* History Command and ParsingSimon Johnsson2025-09-262-0/+270
* edsp: Do not skip lines (fixes Architecture reading)Julian Andres Klode2025-08-261-31/+31
* edsp: Clear architecture cacheJulian Andres Klode2025-08-261-0/+4
* Fix indentation compiler warning with clangBiswapriyo Nath2025-08-261-2/+5
* debListParser: Cache `essential` and `myArch` moreJulian Andres Klode2025-08-262-13/+10
* solver3: Allow any downloadable version to mark a package as not obsoleteJulian Andres Klode2025-08-261-3/+8
* solver3: Sort dependency targets against current alternativeJulian Andres Klode2025-08-261-4/+1
* Fix stuck acquire queues on partial server errorsJulian Andres Klode2025-06-241-3/+3
* Include standard headers to fix clang compiler errorBiswapriyo Nath2025-06-183-0/+3
* solver3: Avoid FTBFS with g++ 14.2 on arm{el,hf}Julian Andres Klode2025-06-101-2/+2
* Avoid cast alignment warning in cache string viewJulian Andres Klode2025-06-101-1/+1
* solver3: Filter installed RecommendsJulian Andres Klode2025-06-101-0/+10
* solver3: Explicitly declare and define ~SolverJulian Andres Klode2025-06-102-0/+3
* solver3: Ignore Architecture: all for obsoleted-byJulian Andres Klode2025-06-101-1/+3
* solver3: Only merge dependencies on the same packageJulian Andres Klode2025-05-281-6/+14
* solver3: Merge Depends into RecommendsJulian Andres Klode2025-05-271-7/+23
* solver3: Merge intersecting dependenciesJulian Andres Klode2025-05-272-6/+49
* solver3: Assume manual packagesJulian Andres Klode2025-05-261-1/+16
* solver3: Initialize startTime if not set in Pop()Julian Andres Klode2025-05-262-1/+3
* solver3: Allow CompareProviders3 with empty packageJulian Andres Klode2025-05-261-1/+1
* solver3: If no choice was made nothing to invertJulian Andres Klode2025-05-261-1/+1
* solver3: Handle failed assumption in Pop()Julian Andres Klode2025-05-261-0/+7
* solver3: Remove Work::choiceJulian Andres Klode2025-05-262-15/+7
* Fix error handling with getlineWalter Lozano2025-05-192-2/+2
* Introduce apt why, apt why-notJulian Andres Klode2025-05-192-0/+23
* apt-pkg: fixed type comparison in 64bit systems using memsize castHerman Semenov2025-05-192-4/+4
* Add 'Include'/'Exclude' options to limit packages used from a repositoryJulian Andres Klode2025-05-197-25/+87
* solver3: Do not install new packages for SuggestsJulian Andres Klode2025-03-201-0/+5
* solver3: Handle previously satisfied Suggests lastJulian Andres Klode2025-03-202-1/+5
* solver3: Record manual flag before discovering packagesJulian Andres Klode2025-03-201-2/+5
* edsp: Dump minimized Dir::Log::Solver logsJulian Andres Klode2025-03-201-1/+1
* edsp: Add functionality to only write relevant packagesJulian Andres Klode2025-03-202-0/+46
* zstd: The compressor level should be -6, not -19Julian Andres Klode2025-03-201-1/+1
* apt-pkg/solver3.h: avoid static_assert(false)Johannes Schauer Marin Rodrigues2025-03-141-1/+3
* solver3: Only hide ver->pkg clauses, not pkg->ver version selection onesJulian Andres Klode2025-03-131-4/+14
* solver3: Fix test-resolve-by-keep-new-recommendJulian Andres Klode2025-03-121-20/+22