summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* algorithms: Use smart pointersJulian Andres Klode2025-02-142-21/+13
* pkgrecords: Use smart pointerJulian Andres Klode2025-02-142-11/+4
* packagemanager: Use smart pointersJulian Andres Klode2025-02-142-15/+9
* tagfile: Use smart pointersJulian Andres Klode2025-02-142-46/+47
* policy: Use smart pointersJulian Andres Klode2025-02-142-13/+8
* solver3: Store clauses as the reasons for decisionsJulian Andres Klode2025-02-142-23/+35
* solver3: Only enqueue shared dependencies at the package levelJulian Andres Klode2025-02-141-0/+10
* solver3: Remove work rescoring in favor of unit propagationJulian Andres Klode2025-02-142-60/+26
* solver3: Refactor a debug messageJulian Andres Klode2025-02-141-6/+1
* ResolveByKeep: Do not pass UPGRADE_ALL to EDSP solverJulian Andres Klode2025-02-141-1/+1
* solver3: Pass EDSP flags directly rather than via configJulian Andres Klode2025-02-144-13/+11
* solver3: Fix ordering of or groupsJulian Andres Klode2025-02-141-6/+10
* solver3: Implement phasing as part of strict pinning rulesJulian Andres Klode2025-02-141-1/+3
* solver3: Promote various Recommends to DependsJulian Andres Klode2025-02-141-0/+12
* solver3: Correctly call MarkKeep() for kept back packagesJulian Andres Klode2025-02-141-11/+15
* solver3: Install Essential on dist-upgradeJulian Andres Klode2025-02-141-0/+14
* solver3: Defer 3.0 'deep' autoremoval to 3.1, fix autoremoveJulian Andres Klode2025-02-144-4/+5
* solver3: Reject reverse conflicts on installJulian Andres Klode2025-02-141-0/+9
* solver3: Reject reverse dependencies nativelyJulian Andres Klode2025-02-142-110/+28