summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/dpkgpm.cc
Commit message (Expand)AuthorAgeFilesLines
* disable explicit configuration of all packages at the endDavid Kalnischkies2016-08-101-9/+3
* simulate all package manager actions explicitlyDavid Kalnischkies2016-08-101-23/+26
* try to avoid removal of crossgraded packagesDavid Kalnischkies2016-08-101-26/+140
* ensure all removes are reported to hook scriptsDavid Kalnischkies2016-08-101-0/+13
* ensure all configures are reported to hook scriptsDavid Kalnischkies2016-08-101-0/+17
* don't purge directly, but remove and do purge at the endDavid Kalnischkies2016-08-101-61/+86
* call dpkg with --no-triggers by defaultDavid Kalnischkies2016-08-101-6/+7
* select remove/purge packages early on for dpkgDavid Kalnischkies2016-08-101-13/+82
* save and restore selection states before/after calling dpkgDavid Kalnischkies2016-08-101-6/+36
* use dpkg --unpack --recursive to avoid long cmdlinesDavid Kalnischkies2016-08-101-7/+95
* pass --force-remove-essential to dpkg only if neededDavid Kalnischkies2016-08-101-2/+13
* Merge branch 'cmake'Julian Andres Klode2016-08-101-1/+1
|\
| * CMake: Check for ptsname_r() againJulian Andres Klode2016-08-101-1/+1
* | Handle interrupt when running Pre-Install hooksJulian Andres Klode2016-08-071-0/+8
|/
* report progress for triggered actionsDavid Kalnischkies2016-07-221-15/+42
* use a configurable location for apport report storageDavid Kalnischkies2016-07-221-1/+2
* report progress for removing while purging pkgsDavid Kalnischkies2016-07-221-20/+31
* write auto-bits before calling dpkg & again after if neededDavid Kalnischkies2016-06-291-3/+10
* Revert "travis: use gcc-5 instead of gcc(-4.8)"David Kalnischkies2016-06-291-2/+2
* don't leak dpkg statusfd pipe in debuggingDavid Kalnischkies2016-06-101-0/+2
* remove racy_pselect fallbackDavid Kalnischkies2016-06-091-122/+86
* drop Dpkg::MaxArgs in favor of Dpkg::MaxArgsBytesDavid Kalnischkies2016-06-081-27/+5
* don't explicitly configure the last round of packagesDavid Kalnischkies2016-06-081-1/+14
* fix two typos in untranslated errors of libapt-pkgDavid Kalnischkies2016-05-241-1/+1
* let DPKG_COLORS default to our APT::Color settingDavid Kalnischkies2016-05-031-0/+7
* streamline dpkgpm cleanup-handlingDavid Kalnischkies2016-03-141-14/+17
* Fix several typosVeres Lajos2016-03-071-1/+1
* Add missing numeric includes in files using std::accumulate()Julian Andres Klode2016-02-261-0/+1
* Use c++11 for loop in AptHistoryRequestingUserMichael Vogt2016-01-251-6/+4
* Store "Requested-By" user in history.log in a simpler formatMichael Vogt2016-01-251-7/+20
* Log calling SUDO_USER or PKEXEC_UID in history.logMichael Vogt2016-01-251-0/+18
* Avoid overflow when summing up file sizesJulian Andres Klode2015-12-071-1/+1
* apply various suggestions made by cppcheckDavid Kalnischkies2015-11-051-1/+1
* do not use read() returned value unconditionallyDavid Kalnischkies2015-11-051-24/+17
* wrap every unlink call to check for != /dev/nullDavid Kalnischkies2015-11-041-1/+1
* sanify API to get 'the' candidate versionDavid Kalnischkies2015-11-041-2/+2
* implement a public pkgSystem::MultiArchSupportedDavid Kalnischkies2015-11-041-82/+10
* dpkgpm: Convert users of localtime() to localtime_r()Julian Andres Klode2015-10-301-2/+4
* dpkgpm: Use ptsname_r() instead of ptsname() to be thread-safeJulian Andres Klode2015-10-301-0/+5
* dpkgpm: Convert ctime() call to ctime_r()Julian Andres Klode2015-10-301-1/+2
* avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies2015-09-141-1/+1
* Cleanup includes after running iwyuMichael Vogt2015-08-171-2/+0
* Do not set unhonored DPKG_NO_TSTP variable for dpkgGuillem Jover2015-08-121-3/+0
* remove the compatibility markers for 4.13 abiDavid Kalnischkies2015-08-101-9/+0
* fix memory leaks reported by -fsanitizeDavid Kalnischkies2015-08-101-0/+4
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-3/+2
* store Release files data in the CacheDavid Kalnischkies2015-06-121-1/+3
* Merge branch 'debian/jessie' into debian/experimentalDavid Kalnischkies2015-04-191-2/+9
|\
| * fix crash in order writing in pkgDPkgPM::WriteApportReport()Michael Vogt2015-04-071-2/+9
* | merge debian/sid into debian/experimentalDavid Kalnischkies2015-03-161-4/+12
|\|