summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* apt-ftparchive: Do not output locale dependent dsc file sizeDavid Kalnischkies2025-02-211-1/+1
* German program translation updateHelge Kreutzmann2025-02-211-5/+3
* Czech program translation updateMiroslav Kure2025-02-211-28/+21
* Merge branch 'solver3'Julian Andres Klode2025-02-187-95/+77
|\
| * test: Improve output cleaning for solver progressJulian Andres Klode2025-02-181-12/+5
| * solver3: Fix error stack handlingJulian Andres Klode2025-02-181-7/+7
| * solver3: Fix test-apt-move-and-forget-manual-sectionsJulian Andres Klode2025-02-182-3/+24
| * refactor: Deduplicate and Move SectionInSubTree to ConfigurationJulian Andres Klode2025-02-184-73/+41
|/
* 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
* Release 2.9.302.9.30Julian Andres Klode2025-02-1648-92/+346
* Update symbols from experimentalJulian Andres Klode2025-02-161-0/+2
* Release 2.9.29+exp2Julian Andres Klode2025-02-151-0/+13
* Add more excludes to the versionscriptJulian Andres Klode2025-02-152-2/+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-158-29/+99
* cacheset: Drop APT_PUBLIC from templatesJulian Andres Klode2025-02-152-17/+2
* fileutl: Convert FileFd::d to std::unique_ptrJulian Andres Klode2025-02-152-18/+14
* Remove some more unused functionsJulian Andres Klode2025-02-155-78/+0
* Run unifdef -DAPT_PKG_ABI=700 againJulian Andres Klode2025-02-158-77/+0
* Release 2.9.29+exp1Julian Andres Klode2025-02-141-0/+11
* Symbols?наб2025-02-141-20/+20
* 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-1419-47/+51
* 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-146-12/+12
* Drop APT::StringViewнаб2025-02-147-301/+2
* APT::StringView -> std::string_view [textonly]наб2025-02-1411-115/+111
* apt-pkg: Avoid exporting any optional symbolsJulian Andres Klode2025-02-144-279/+18
* Bump symbolsJulian Andres Klode2025-02-142-1612/+1612
* Bump ABI to 7.0Julian Andres Klode2025-02-145-7/+5
* 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
* Release 2.9.292.9.29Julian Andres Klode2025-02-145-6/+42
* Merge branch 'solver3' into 'main'Julian Andres Klode2025-02-1451-428/+500
|\
| * 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-1422-65/+74