summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* solver3: Fix Recommends/Suggests vs Enhances confusionJulian Andres Klode2025-03-122-1/+14
* solver3: Correctly determine 'same' or groupsJulian Andres Klode2025-03-101-9/+29
* solver3: Print correct reason when registering dependencyJulian Andres Klode2025-03-101-2/+1
* solver3: Fix detection of satisfied recommends for pkg variablesJulian Andres Klode2025-03-101-1/+1
* edsp: Set Forbid-New-Install/Forbid-Remove: no if other is setJulian Andres Klode2025-03-101-0/+4
* solver3: Do not prefer new installs over manually installed obsoletesJulian Andres Klode2025-03-092-7/+13
* depcache: Add a new UpgradeCount() memberJulian Andres Klode2025-03-092-0/+17
* Introduce pkgDepCache::Transaction for transactional depcache updatesJulian Andres Klode2025-03-092-0/+109
* solver3: Verbose error messagesJulian Andres Klode2025-03-082-21/+208
* solver3: bestReason: Only find actual assignmentsJulian Andres Klode2025-03-071-1/+5
* solver3: Support pretty printing clausesJulian Andres Klode2025-03-062-6/+17
* solver3: cleanup operators for VarJulian Andres Klode2025-03-061-8/+3
* solver3: refactor: Return inserted Clause in AddWork()Julian Andres Klode2025-03-062-8/+9
* solver3: Simplify Var pointer taggingJulian Andres Klode2025-03-061-15/+16
* Replace "GPG error" with "OpenPGP signature verification failed"Julian Andres Klode2025-03-041-3/+3
* edsp: Write 'Size' to the EDSP filesJulian Andres Klode2025-03-032-2/+7
* Consider 0-size debs not downloadable, set a size in EDSPJulian Andres Klode2025-03-032-0/+6
* refactor obsolete checks to use VerFileIterator::Downloadable()Julian Andres Klode2025-03-032-11/+7
* Fix crash in VersionExtra using --with-source etcJulian Andres Klode2025-02-242-3/+5
* solver3: Fix error stack handlingJulian Andres Klode2025-02-181-7/+7
* solver3: Fix test-apt-move-and-forget-manual-sectionsJulian Andres Klode2025-02-181-2/+24
* refactor: Deduplicate and Move SectionInSubTree to ConfigurationJulian Andres Klode2025-02-183-38/+40
* strutl: Add missing #include <cstdint> [gcc 15]Julian Andres Klode2025-02-181-0/+1
* edsp: Use buffered writes for EDSP dumpsJulian Andres Klode2025-02-171-1/+1
* Add more excludes to the versionscriptJulian Andres Klode2025-02-151-0/+6
* Add missing #include <string_view>Julian Andres Klode2025-02-1512-0/+12
* Add missing #include <memory>Julian Andres Klode2025-02-154-0/+4
* cache: Introduce partial SourceVersion supportJulian Andres Klode2025-02-157-15/+82
* cacheset: Drop APT_PUBLIC from templatesJulian Andres Klode2025-02-151-2/+2
* fileutl: Convert FileFd::d to std::unique_ptrJulian Andres Klode2025-02-152-18/+14
* Remove some more unused functionsJulian Andres Klode2025-02-154-70/+0
* Run unifdef -DAPT_PKG_ABI=700 againJulian Andres Klode2025-02-157-73/+0
* StartsWithGPGClearTextSignature(): don't keep un-written-to pointer to consta...наб2025-02-141-1/+1
* flAbsPath(): try to re-use storage of argumentнаб2025-02-141-2/+2
* Take const& in flNotFile()наб2025-02-142-2/+2
* Take const& in GetLock()наб2025-02-142-2/+2
* Take const& in Rename()наб2025-02-142-2/+2
* Take const& in {,Real}FileExists()наб2025-02-142-4/+4
* string{=> _view} flNotDir(string{=> _view}). Configuration::{Cnd,}Set(Value: ...наб2025-02-149-30/+33
* Return string_view from Apt::String::Strip(). Take string_view in VectorizeSt...наб2025-02-146-23/+23
* APT::String::* should take string_viewsнаб2025-02-142-26/+13