index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some more unused functions
Julian Andres Klode
2025-02-15
5
-78
/
+0
*
Run unifdef -DAPT_PKG_ABI=700 again
Julian Andres Klode
2025-02-15
8
-77
/
+0
*
Release 2.9.29+exp1
Julian Andres Klode
2025-02-14
1
-0
/
+11
*
Symbols?
наб
2025-02-14
1
-20
/
+20
*
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
19
-47
/
+51
*
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
6
-12
/
+12
*
Drop APT::StringView
наб
2025-02-14
7
-301
/
+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
4
-279
/
+18
*
Bump symbols
Julian Andres Klode
2025-02-14
2
-1612
/
+1612
*
Bump ABI to 7.0
Julian Andres Klode
2025-02-14
5
-7
/
+5
*
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
*
algorithms: Use smart pointers
Julian Andres Klode
2025-02-14
2
-21
/
+13
*
pkgrecords: Use smart pointer
Julian Andres Klode
2025-02-14
2
-11
/
+4
*
packagemanager: Use smart pointers
Julian Andres Klode
2025-02-14
2
-15
/
+9
*
tagfile: Use smart pointers
Julian Andres Klode
2025-02-14
2
-46
/
+47
*
policy: Use smart pointers
Julian Andres Klode
2025-02-14
2
-13
/
+8
*
Release 2.9.29
2.9.29
Julian Andres Klode
2025-02-14
5
-6
/
+42
*
Merge branch 'solver3' into 'main'
Julian Andres Klode
2025-02-14
51
-428
/
+500
|
\
|
*
solver3: Store clauses as the reasons for decisions
Julian Andres Klode
2025-02-14
2
-23
/
+35
|
*
solver3: Only enqueue shared dependencies at the package level
Julian Andres Klode
2025-02-14
22
-65
/
+74
|
*
solver3: Remove work rescoring in favor of unit propagation
Julian Andres Klode
2025-02-14
6
-64
/
+28
|
*
solver3: Refactor a debug message
Julian Andres Klode
2025-02-14
1
-6
/
+1
|
*
test: Remove long obsolete FIXME for solver3
Julian Andres Klode
2025-02-14
1
-2
/
+1
|
*
test: Annotate the broken test cases
Julian Andres Klode
2025-02-14
1
-4
/
+4
|
*
test-ubuntu-bug-614993: Avoid implicit upgrade-by-source requirement
Julian Andres Klode
2025-02-14
2
-11
/
+8
|
*
ResolveByKeep: Do not pass UPGRADE_ALL to EDSP solver
Julian Andres Klode
2025-02-14
2
-2
/
+1
|
*
solver3: Pass EDSP flags directly rather than via config
Julian Andres Klode
2025-02-14
4
-13
/
+11
|
*
test-dont-forget-conflicts-via-unknown-architectures: Use install, not upgrade
Julian Andres Klode
2025-02-14
2
-2
/
+2
|
*
Fix test-phased-updates-upgrade
Julian Andres Klode
2025-02-14
2
-3
/
+2
|
*
solver3: Fix ordering of or groups
Julian Andres Klode
2025-02-14
3
-16
/
+43
|
*
solver3: Implement phasing as part of strict pinning rules
Julian Andres Klode
2025-02-14
2
-5
/
+4
|
*
solver3: Promote various Recommends to Depends
Julian Andres Klode
2025-02-14
1
-0
/
+12
|
*
solver3: Correctly call MarkKeep() for kept back packages
Julian Andres Klode
2025-02-14
2
-22
/
+16
|
*
test: Fix 7 test cases for 3.0 solver, annotate others
Julian Andres Klode
2025-02-14
10
-36
/
+112
|
*
test: Support comments in --skip/--only files
Julian Andres Klode
2025-02-14
1
-2
/
+2
|
*
solver3: Install Essential on dist-upgrade
Julian Andres Klode
2025-02-14
3
-3
/
+28
|
*
solver3: Defer 3.0 'deep' autoremoval to 3.1, fix autoremove
Julian Andres Klode
2025-02-14
6
-11
/
+7
|
*
solver3: Reject reverse conflicts on install
Julian Andres Klode
2025-02-14
4
-9
/
+15
|
*
solver3: Reject reverse dependencies natively
Julian Andres Klode
2025-02-14
7
-128
/
+37
[next]