summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)Author
2020-05-29Consider protected packages for removal if they are marked as suchDavid Kalnischkies
2020-05-27Fix small memory leak in MethodConfigDavid Kalnischkies
2020-05-25Mark PatternTreeParser::Node destructor as virtualDavid Kalnischkies
2020-05-25Allow FMV SSE4.2 detection to succeed on clangDavid Kalnischkies
2020-05-25Silence clang warning -Wstring-plus-intDavid Kalnischkies
2020-05-25Ensure EDSP doesn't use a dangling architecture stringDavid Kalnischkies
2020-05-25Don't update candidate provides map if the same as currentDavid Kalnischkies
2020-05-25Don't set variables to conditionally override them 2 lines laterDavid Kalnischkies
2020-05-24Allow pkgDepCache to be asked to check internal consistencyDavid Kalnischkies
2020-05-23Keep status number if candidate is discarded for kept back displayDavid Kalnischkies
2020-05-23Known-bad candidate versions are not an upgrade optionDavid Kalnischkies
2020-05-23Reset candidate version explicitly for internal state-keepingDavid Kalnischkies
2020-05-19Check satisfiability for versioned provides, not providing versionDavid Kalnischkies
2020-05-18Recognize propagated protected in pkgProblemResolverDavid Kalnischkies
2020-05-18Propagate protected to already satisfied dependenciesDavid Kalnischkies
2020-05-18Propagate protected to already satisfied conflictsDavid Kalnischkies
2020-05-18Deal with protected solution providers firstDavid Kalnischkies
2020-05-18Support negative dependencies in VCI::FromDependencyDavid Kalnischkies
2020-05-18Move the MarkInstall helpers into static functionsDavid Kalnischkies
2020-05-18Keep going if a dep is bad for user requests to improve errorsDavid Kalnischkies
2020-05-18Skip reading data from tar members if nobody will look at itDavid Kalnischkies
2020-05-18Properly handle interrupted write() call in ExtractTarDavid Kalnischkies
2020-05-18Allow prefix to be a complete filename for GetTempFileDavid Kalnischkies
2020-05-18Prefer use of O_TMPFILE in GetTempFile if availableDavid Kalnischkies
2020-05-12SECURITY UPDATE: Fix out of bounds read in .ar and .tar implementation (CVE-2...Julian Andres Klode
2020-05-08Allow aptitude to MarkInstall broken packages via FromUserDavid Kalnischkies
2020-05-06Fully deprecate apt-key, schedule removal for Q2/2022Julian Andres Klode
2020-05-04Reinstate * wildcardsJulian Andres Klode
2020-04-27Protect a package while resolving in MarkInstallDavid Kalnischkies
2020-04-27Prefer upgrading installed orgroup membersDavid Kalnischkies
2020-04-27Propagate Protected flag to single-option dependenciesDavid Kalnischkies
2020-04-27Fail earlier on impossible Conflicts in MarkInstallDavid Kalnischkies
2020-04-27Split up MarkInstall into private helper methodsDavid Kalnischkies
2020-04-27Discard candidate if its dependencies can't be satisfiedDavid Kalnischkies
2020-04-27Refactor and reorder MarkInstall codeDavid Kalnischkies
2020-04-27Explore or-groups for Recommends further than firstDavid Kalnischkies
2020-04-26Discard impossible candidate versions also for non-installedDavid Kalnischkies
2020-04-26Avoid -Wuseless-cast to intDavid Kalnischkies
2020-04-26Add correct std namespace to nullptr_tDavid Kalnischkies
2020-03-24Merge branch 'pu/colored-error' into 'master'Julian Andres Klode
2020-03-24Add color highlighting to E:/W:/N: prefixesJulian Andres Klode
2020-03-21Parse last line in deb file correctly by adding a newlineDavid Kalnischkies
2020-03-10error: Extract operator<< into error.cc (de-inline it)Julian Andres Klode
2020-03-10Don't crash pattern matching sections if pkg has no sectionDavid Kalnischkies
2020-03-06Show absolute time while waiting for lock instead of %, rework messageJulian Andres Klode
2020-03-06GetLock: No strerror if it's just another process holding the lockJulian Andres Klode
2020-02-27(temporarily) unhide pkgDPkgPM again to have python-apt compileJulian Andres Klode
2020-02-27pkgcache: Add operator bool() to map_pointerJulian Andres Klode
2020-02-26apt(8): Wait for frontend and cache lockJulian Andres Klode
2020-02-26apt-pkg: default visibility to hiddenJulian Andres Klode