summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
...
* | Allow 20 instead of 10 loops for pkgProblemResolverDavid Kalnischkies2020-06-031-1/+2
* | Consider if a fix is successful before claiming it isDavid Kalnischkies2020-06-021-18/+23
* | Consider protected packages for removal if they are marked as suchDavid Kalnischkies2020-05-291-1/+1
* | Fix small memory leak in MethodConfigDavid Kalnischkies2020-05-271-1/+1
* | Mark PatternTreeParser::Node destructor as virtualDavid Kalnischkies2020-05-251-0/+1
* | Allow FMV SSE4.2 detection to succeed on clangDavid Kalnischkies2020-05-251-3/+0
* | Silence clang warning -Wstring-plus-intDavid Kalnischkies2020-05-252-5/+5
* | Ensure EDSP doesn't use a dangling architecture stringDavid Kalnischkies2020-05-251-4/+2
* | Don't update candidate provides map if the same as currentDavid Kalnischkies2020-05-251-6/+6
* | Don't set variables to conditionally override them 2 lines laterDavid Kalnischkies2020-05-251-5/+7
* | Allow pkgDepCache to be asked to check internal consistencyDavid Kalnischkies2020-05-243-5/+106
* | Keep status number if candidate is discarded for kept back displayDavid Kalnischkies2020-05-231-0/+2
* | Known-bad candidate versions are not an upgrade optionDavid Kalnischkies2020-05-231-1/+9
* | Reset candidate version explicitly for internal state-keepingDavid Kalnischkies2020-05-232-13/+17
* | Check satisfiability for versioned provides, not providing versionDavid Kalnischkies2020-05-191-1/+1
* | Recognize propagated protected in pkgProblemResolverDavid Kalnischkies2020-05-181-11/+12
* | Propagate protected to already satisfied dependenciesDavid Kalnischkies2020-05-181-33/+36
* | Propagate protected to already satisfied conflictsDavid Kalnischkies2020-05-181-30/+82
* | Deal with protected solution providers firstDavid Kalnischkies2020-05-181-3/+6
* | Support negative dependencies in VCI::FromDependencyDavid Kalnischkies2020-05-181-75/+37
* | Move the MarkInstall helpers into static functionsDavid Kalnischkies2020-05-182-63/+74
* | Keep going if a dep is bad for user requests to improve errorsDavid Kalnischkies2020-05-182-20/+49
* | Skip reading data from tar members if nobody will look at itDavid Kalnischkies2020-05-181-28/+28
* | Properly handle interrupted write() call in ExtractTarDavid Kalnischkies2020-05-181-1/+1
* | Allow prefix to be a complete filename for GetTempFileDavid Kalnischkies2020-05-181-12/+24
* | Prefer use of O_TMPFILE in GetTempFile if availableDavid Kalnischkies2020-05-181-5/+12
* | SECURITY UPDATE: Fix out of bounds read in .ar and .tar implementation (CVE-2...Julian Andres Klode2020-05-122-3/+10
* | Allow aptitude to MarkInstall broken packages via FromUserDavid Kalnischkies2020-05-082-6/+9
|/
* Reinstate * wildcardsJulian Andres Klode2020-05-041-2/+5
* Protect a package while resolving in MarkInstallDavid Kalnischkies2020-04-272-10/+29
* Prefer upgrading installed orgroup membersDavid Kalnischkies2020-04-271-50/+48
* Propagate Protected flag to single-option dependenciesDavid Kalnischkies2020-04-272-5/+21
* Fail earlier on impossible Conflicts in MarkInstallDavid Kalnischkies2020-04-272-17/+24
* Split up MarkInstall into private helper methodsDavid Kalnischkies2020-04-272-64/+113
* Discard candidate if its dependencies can't be satisfiedDavid Kalnischkies2020-04-271-0/+17
* Refactor and reorder MarkInstall codeDavid Kalnischkies2020-04-271-134/+145
* Explore or-groups for Recommends further than firstDavid Kalnischkies2020-04-271-30/+35
* Discard impossible candidate versions also for non-installedDavid Kalnischkies2020-04-261-26/+21
* Avoid -Wuseless-cast to intDavid Kalnischkies2020-04-261-2/+2
* Add correct std namespace to nullptr_tDavid Kalnischkies2020-04-261-3/+3
* Merge branch 'pu/colored-error' into 'master'Julian Andres Klode2020-03-242-25/+91
|\
| * Add color highlighting to E:/W:/N: prefixesJulian Andres Klode2020-03-241-0/+46
| * error: Extract operator<< into error.cc (de-inline it)Julian Andres Klode2020-03-102-25/+45
* | Parse last line in deb file correctly by adding a newlineDavid Kalnischkies2020-03-211-1/+1
* | Don't crash pattern matching sections if pkg has no sectionDavid Kalnischkies2020-03-101-1/+1
|/
* Show absolute time while waiting for lock instead of %, rework messageJulian Andres Klode2020-03-063-5/+19
* GetLock: No strerror if it's just another process holding the lockJulian Andres Klode2020-03-061-2/+4
* (temporarily) unhide pkgDPkgPM again to have python-apt compileJulian Andres Klode2020-02-271-1/+1
* pkgcache: Add operator bool() to map_pointerJulian Andres Klode2020-02-271-0/+1
* apt(8): Wait for frontend and cache lockJulian Andres Klode2020-02-266-14/+54