summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* apt-pkg: default visibility to hiddenJulian Andres Klode2020-02-2655-359/+264
* cacheset: Fix -Wdeprecated-copy warningsJulian Andres Klode2020-02-262-4/+8
* Fix various compiler warningsJulian Andres Klode2020-02-264-9/+5
* Parse records including empty tag names correctlyDavid Kalnischkies2020-02-261-3/+2
* cache: Swap locations of hashtables, hide them from non-apt usersJulian Andres Klode2020-02-261-2/+5
* Make metaIndex::GetNotBefore virtualJulian Andres Klode2020-02-263-9/+2
* pkgsystem: Drop more virtual workaround shenanigansJulian Andres Klode2020-02-266-56/+22
* metaindex: Add Origin, Label, Version, DefaultPin, ReleaseNotes membersJulian Andres Klode2020-02-263-32/+19
* Remove various dynamic_cast uses, use virtual methods insteadJulian Andres Klode2020-02-263-16/+6
* Merge pkgPackageManager::SmartUnpackJulian Andres Klode2020-02-262-7/+1
* Rename pkgSimulate::Go2 to pkgSimulate::GoJulian Andres Klode2020-02-263-8/+3
* cdrom: Remove old udev dlopen stuffJulian Andres Klode2020-02-262-27/+0
* Drop pkgAcquire::Item::ModifyRetries() ABI hackJulian Andres Klode2020-02-263-12/+7
* Merge pkgAcquire::RunFdsSane back into RunFdsJulian Andres Klode2020-02-262-15/+4
* Remove ABI workaround for debDebPkgFileIndex::ArchiveInfoJulian Andres Klode2020-02-263-7/+3