summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* string{=> _view} flExtension(string{=> _view})наб2025-02-145-11/+11
* Drop APT::StringViewнаб2025-02-146-202/+2
* APT::StringView -> std::string_view [textonly]наб2025-02-1411-115/+111
* apt-pkg: Avoid exporting any optional symbolsJulian Andres Klode2025-02-142-2/+18
* Bump ABI to 7.0Julian Andres Klode2025-02-141-1/+1
* BaseRegexMatcher: Use std::optional [ABI]Julian Andres Klode2025-02-142-11/+11
* algorithms: Use smart pointer for 2nd PListJulian Andres Klode2025-02-141-13/+8
* algorithms: Use &list[0] instead of list.get()Julian Andres Klode2025-02-141-6/+6