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
*
Release 2.1.5
2.1.5
Julian Andres Klode
2020-05-26
5
-6
/
+24
*
Dutch manpages translation update
Frans Spiesschaert
2020-05-25
1
-17
/
+3
*
Mark PatternTreeParser::Node destructor as virtual
David Kalnischkies
2020-05-25
1
-0
/
+1
*
Stub out i18n methods for -DUSE_NLS=OFF
David Kalnischkies
2020-05-25
1
-4
/
+9
*
Allow FMV SSE4.2 detection to succeed on clang
David Kalnischkies
2020-05-25
3
-8
/
+6
*
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
3
-16
/
+12
*
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
6
-17
/
+152
*
Release 2.1.4
2.1.4
Julian Andres Klode
2020-05-19
5
-6
/
+13
*
Check satisfiability for versioned provides, not providing version
David Kalnischkies
2020-05-19
2
-1
/
+35
*
Release 2.1.3
2.1.3
Julian Andres Klode
2020-05-18
5
-6
/
+25
*
private-search: Only use V.TranslatedDescription() if good
Julian Andres Klode
2020-05-18
1
-1
/
+1
*
Recognize propagated protected in pkgProblemResolver
David Kalnischkies
2020-05-18
5
-17
/
+33
*
Propagate protected to already satisfied dependencies
David Kalnischkies
2020-05-18
3
-46
/
+89
*
Propagate protected to already satisfied conflicts
David Kalnischkies
2020-05-18
2
-30
/
+113
*
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
6
-27
/
+75
*
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
14
-359
/
+203
*
Prefer use of O_TMPFILE in GetTempFile if available
David Kalnischkies
2020-05-18
1
-5
/
+12
*
Release 2.1.2, take 2
2.1.2
Julian Andres Klode
2020-05-13
3
-3
/
+3
*
Fix location of testdeb in added regression tests
Julian Andres Klode
2020-05-13
1
-4
/
+4
*
Release 2.1.2
Julian Andres Klode
2020-05-12
48
-365
/
+362
*
SECURITY UPDATE: Fix out of bounds read in .ar and .tar implementation (CVE-2...
Julian Andres Klode
2020-05-12
3
-3
/
+98
*
Dutch program translation update
Frans Spiesschaert
2020-05-10
1
-2
/
+2
*
Release 2.1.1
2.1.1
Julian Andres Klode
2020-05-08
5
-44
/
+30
*
Use "po4a --porefs file" instead of undocumented compat noline
David Kalnischkies
2020-05-08
1
-1
/
+1
*
Drop nowrap from po4a --porefs as it is no longer supported
David Kalnischkies
2020-05-08
1
-1
/
+1
*
Fix typo in Polish translation of --help messages
Artur GrÄ…cki
2020-05-08
1
-3
/
+3
*
Allow aptitude to MarkInstall broken packages via FromUser
David Kalnischkies
2020-05-08
3
-10
/
+59
*
Release 2.1.0
2.1.0
Julian Andres Klode
2020-05-04
4
-4
/
+27
*
doc/po: Merge nl with template, update template
Julian Andres Klode
2020-05-04
2
-4797
/
+7184
*
Merge branch 'pu/wildcards' into 'master'
Julian Andres Klode
2020-05-04
3
-6
/
+44
|
\
|
*
apt list: Fix behavior of regex vs fnmatch vs wildcards
Julian Andres Klode
2020-05-04
2
-8
/
+9
|
*
Reinstate * wildcards
Julian Andres Klode
2020-05-04
2
-2
/
+39
|
/
*
Merge branch 'feature/markinstall' into 'master'
Julian Andres Klode
2020-05-04
9
-250
/
+424
|
\
|
*
Protect a package while resolving in MarkInstall
David Kalnischkies
2020-04-27
4
-39
/
+48
|
*
Prefer upgrading installed orgroup members
David Kalnischkies
2020-04-27
3
-57
/
+75
|
*
Propagate Protected flag to single-option dependencies
David Kalnischkies
2020-04-27
7
-21
/
+38
|
*
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
2
-1
/
+17
[next]