index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
Commit message (
Expand
)
Author
Age
Files
Lines
*
solver3: Fix test-resolve-by-keep-new-recommend
Julian Andres Klode
2025-03-12
1
-20
/
+22
*
solver3: Fix Recommends/Suggests vs Enhances confusion
Julian Andres Klode
2025-03-12
2
-1
/
+14
*
solver3: Correctly determine 'same' or groups
Julian Andres Klode
2025-03-10
1
-9
/
+29
*
solver3: Print correct reason when registering dependency
Julian Andres Klode
2025-03-10
1
-2
/
+1
*
solver3: Fix detection of satisfied recommends for pkg variables
Julian Andres Klode
2025-03-10
1
-1
/
+1
*
edsp: Set Forbid-New-Install/Forbid-Remove: no if other is set
Julian Andres Klode
2025-03-10
1
-0
/
+4
*
solver3: Do not prefer new installs over manually installed obsoletes
Julian Andres Klode
2025-03-09
2
-7
/
+13
*
depcache: Add a new UpgradeCount() member
Julian Andres Klode
2025-03-09
2
-0
/
+17
*
Introduce pkgDepCache::Transaction for transactional depcache updates
Julian Andres Klode
2025-03-09
2
-0
/
+109
*
solver3: Verbose error messages
Julian Andres Klode
2025-03-08
2
-21
/
+208
*
solver3: bestReason: Only find actual assignments
Julian Andres Klode
2025-03-07
1
-1
/
+5
*
solver3: Support pretty printing clauses
Julian Andres Klode
2025-03-06
2
-6
/
+17
*
solver3: cleanup operators for Var
Julian Andres Klode
2025-03-06
1
-8
/
+3
*
solver3: refactor: Return inserted Clause in AddWork()
Julian Andres Klode
2025-03-06
2
-8
/
+9
*
solver3: Simplify Var pointer tagging
Julian Andres Klode
2025-03-06
1
-15
/
+16
*
Replace "GPG error" with "OpenPGP signature verification failed"
Julian Andres Klode
2025-03-04
1
-3
/
+3
*
edsp: Write 'Size' to the EDSP files
Julian Andres Klode
2025-03-03
2
-2
/
+7
*
Consider 0-size debs not downloadable, set a size in EDSP
Julian Andres Klode
2025-03-03
2
-0
/
+6
*
refactor obsolete checks to use VerFileIterator::Downloadable()
Julian Andres Klode
2025-03-03
2
-11
/
+7
*
Fix crash in VersionExtra using --with-source etc
Julian Andres Klode
2025-02-24
2
-3
/
+5
*
solver3: Fix error stack handling
Julian Andres Klode
2025-02-18
1
-7
/
+7
*
solver3: Fix test-apt-move-and-forget-manual-sections
Julian Andres Klode
2025-02-18
1
-2
/
+24
*
refactor: Deduplicate and Move SectionInSubTree to Configuration
Julian Andres Klode
2025-02-18
3
-38
/
+40
*
strutl: Add missing #include <cstdint> [gcc 15]
Julian Andres Klode
2025-02-18
1
-0
/
+1
*
edsp: Use buffered writes for EDSP dumps
Julian Andres Klode
2025-02-17
1
-1
/
+1
*
Add more excludes to the versionscript
Julian Andres Klode
2025-02-15
1
-0
/
+6
*
Add missing #include <string_view>
Julian Andres Klode
2025-02-15
12
-0
/
+12
*
Add missing #include <memory>
Julian Andres Klode
2025-02-15
4
-0
/
+4
*
cache: Introduce partial SourceVersion support
Julian Andres Klode
2025-02-15
7
-15
/
+82
*
cacheset: Drop APT_PUBLIC from templates
Julian Andres Klode
2025-02-15
1
-2
/
+2
*
fileutl: Convert FileFd::d to std::unique_ptr
Julian Andres Klode
2025-02-15
2
-18
/
+14
*
Remove some more unused functions
Julian Andres Klode
2025-02-15
4
-70
/
+0
*
Run unifdef -DAPT_PKG_ABI=700 again
Julian Andres Klode
2025-02-15
7
-73
/
+0
*
StartsWithGPGClearTextSignature(): don't keep un-written-to pointer to consta...
наб
2025-02-14
1
-1
/
+1
*
flAbsPath(): try to re-use storage of argument
наб
2025-02-14
1
-2
/
+2
*
Take const& in flNotFile()
наб
2025-02-14
2
-2
/
+2
*
Take const& in GetLock()
наб
2025-02-14
2
-2
/
+2
*
Take const& in Rename()
наб
2025-02-14
2
-2
/
+2
*
Take const& in {,Real}FileExists()
наб
2025-02-14
2
-4
/
+4
*
string{=> _view} flNotDir(string{=> _view}). Configuration::{Cnd,}Set(Value: ...
наб
2025-02-14
9
-30
/
+33
*
Return string_view from Apt::String::Strip(). Take string_view in VectorizeSt...
наб
2025-02-14
6
-23
/
+23
*
APT::String::* should take string_views
наб
2025-02-14
2
-26
/
+13
*
string{=> _view} flExtension(string{=> _view})
наб
2025-02-14
5
-11
/
+11
*
Drop APT::StringView
наб
2025-02-14
6
-202
/
+2
*
APT::StringView -> std::string_view [textonly]
наб
2025-02-14
11
-115
/
+111
*
apt-pkg: Avoid exporting any optional symbols
Julian Andres Klode
2025-02-14
2
-2
/
+18
*
Bump ABI to 7.0
Julian Andres Klode
2025-02-14
1
-1
/
+1
*
BaseRegexMatcher: Use std::optional [ABI]
Julian Andres Klode
2025-02-14
2
-11
/
+11
*
algorithms: Use smart pointer for 2nd PList
Julian Andres Klode
2025-02-14
1
-13
/
+8
*
algorithms: Use &list[0] instead of list.get()
Julian Andres Klode
2025-02-14
1
-6
/
+6
[next]