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
*
Do not hardcode (wrong) group and mode in setup warning
David Kalnischkies
2020-06-06
1
-3
/
+3
*
Deal with duplicates in the solution space of a dep
David Kalnischkies
2020-06-03
1
-22
/
+27
*
Allow 20 instead of 10 loops for pkgProblemResolver
David Kalnischkies
2020-06-03
1
-1
/
+2
*
Consider if a fix is successful before claiming it is
David Kalnischkies
2020-06-02
1
-18
/
+23
*
Consider protected packages for removal if they are marked as such
David Kalnischkies
2020-05-29
1
-1
/
+1
*
Fix small memory leak in MethodConfig
David Kalnischkies
2020-05-27
1
-1
/
+1
*
Mark PatternTreeParser::Node destructor as virtual
David Kalnischkies
2020-05-25
1
-0
/
+1
*
Allow FMV SSE4.2 detection to succeed on clang
David Kalnischkies
2020-05-25
1
-3
/
+0
*
Silence clang warning -Wstring-plus-int
David Kalnischkies
2020-05-25
2
-5
/
+5
*
Ensure EDSP doesn't use a dangling architecture string
David Kalnischkies
2020-05-25
1
-4
/
+2
*
Don't update candidate provides map if the same as current
David Kalnischkies
2020-05-25
1
-6
/
+6
*
Don't set variables to conditionally override them 2 lines later
David Kalnischkies
2020-05-25
1
-5
/
+7
*
Allow pkgDepCache to be asked to check internal consistency
David Kalnischkies
2020-05-24
3
-5
/
+106
*
Keep status number if candidate is discarded for kept back display
David Kalnischkies
2020-05-23
1
-0
/
+2
*
Known-bad candidate versions are not an upgrade option
David Kalnischkies
2020-05-23
1
-1
/
+9
*
Reset candidate version explicitly for internal state-keeping
David Kalnischkies
2020-05-23
2
-13
/
+17
*
Check satisfiability for versioned provides, not providing version
David Kalnischkies
2020-05-19
1
-1
/
+1
*
Recognize propagated protected in pkgProblemResolver
David Kalnischkies
2020-05-18
1
-11
/
+12
*
Propagate protected to already satisfied dependencies
David Kalnischkies
2020-05-18
1
-33
/
+36
*
Propagate protected to already satisfied conflicts
David Kalnischkies
2020-05-18
1
-30
/
+82
*
Deal with protected solution providers first
David Kalnischkies
2020-05-18
1
-3
/
+6
*
Support negative dependencies in VCI::FromDependency
David Kalnischkies
2020-05-18
1
-75
/
+37
*
Move the MarkInstall helpers into static functions
David Kalnischkies
2020-05-18
2
-63
/
+74
*
Keep going if a dep is bad for user requests to improve errors
David Kalnischkies
2020-05-18
2
-20
/
+49
*
Skip reading data from tar members if nobody will look at it
David Kalnischkies
2020-05-18
1
-28
/
+28
*
Properly handle interrupted write() call in ExtractTar
David Kalnischkies
2020-05-18
1
-1
/
+1
*
Allow prefix to be a complete filename for GetTempFile
David Kalnischkies
2020-05-18
1
-12
/
+24
*
Prefer use of O_TMPFILE in GetTempFile if available
David Kalnischkies
2020-05-18
1
-5
/
+12
*
SECURITY UPDATE: Fix out of bounds read in .ar and .tar implementation (CVE-2...
Julian Andres Klode
2020-05-12
2
-3
/
+10
*
Allow aptitude to MarkInstall broken packages via FromUser
David Kalnischkies
2020-05-08
2
-6
/
+9
*
Reinstate * wildcards
Julian Andres Klode
2020-05-04
1
-2
/
+5
*
Protect a package while resolving in MarkInstall
David Kalnischkies
2020-04-27
2
-10
/
+29
*
Prefer upgrading installed orgroup members
David Kalnischkies
2020-04-27
1
-50
/
+48
*
Propagate Protected flag to single-option dependencies
David Kalnischkies
2020-04-27
2
-5
/
+21
*
Fail earlier on impossible Conflicts in MarkInstall
David Kalnischkies
2020-04-27
2
-17
/
+24
*
Split up MarkInstall into private helper methods
David Kalnischkies
2020-04-27
2
-64
/
+113
*
Discard candidate if its dependencies can't be satisfied
David Kalnischkies
2020-04-27
1
-0
/
+17
*
Refactor and reorder MarkInstall code
David Kalnischkies
2020-04-27
1
-134
/
+145
*
Explore or-groups for Recommends further than first
David Kalnischkies
2020-04-27
1
-30
/
+35
*
Discard impossible candidate versions also for non-installed
David Kalnischkies
2020-04-26
1
-26
/
+21
*
Avoid -Wuseless-cast to int
David Kalnischkies
2020-04-26
1
-2
/
+2
*
Add correct std namespace to nullptr_t
David Kalnischkies
2020-04-26
1
-3
/
+3
*
Merge branch 'pu/colored-error' into 'master'
Julian Andres Klode
2020-03-24
2
-25
/
+91
|
\
|
*
Add color highlighting to E:/W:/N: prefixes
Julian Andres Klode
2020-03-24
1
-0
/
+46
|
*
error: Extract operator<< into error.cc (de-inline it)
Julian Andres Klode
2020-03-10
2
-25
/
+45
*
|
Parse last line in deb file correctly by adding a newline
David Kalnischkies
2020-03-21
1
-1
/
+1
*
|
Don't crash pattern matching sections if pkg has no section
David Kalnischkies
2020-03-10
1
-1
/
+1
|
/
*
Show absolute time while waiting for lock instead of %, rework message
Julian Andres Klode
2020-03-06
3
-5
/
+19
*
GetLock: No strerror if it's just another process holding the lock
Julian Andres Klode
2020-03-06
1
-2
/
+4
*
(temporarily) unhide pkgDPkgPM again to have python-apt compile
Julian Andres Klode
2020-02-27
1
-1
/
+1
[next]