summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/dpkgpm.cc
AgeCommit message (Expand)Author
2016-07-22report progress for removing while purging pkgsDavid Kalnischkies
2016-06-29write auto-bits before calling dpkg & again after if neededDavid Kalnischkies
2016-06-29Revert "travis: use gcc-5 instead of gcc(-4.8)"David Kalnischkies
2016-06-10don't leak dpkg statusfd pipe in debuggingDavid Kalnischkies
2016-06-09remove racy_pselect fallbackDavid Kalnischkies
2016-06-08drop Dpkg::MaxArgs in favor of Dpkg::MaxArgsBytesDavid Kalnischkies
2016-06-08don't explicitly configure the last round of packagesDavid Kalnischkies
2016-05-24fix two typos in untranslated errors of libapt-pkgDavid Kalnischkies
2016-05-03let DPKG_COLORS default to our APT::Color settingDavid Kalnischkies
2016-03-14streamline dpkgpm cleanup-handlingDavid Kalnischkies
2016-03-07Fix several typosVeres Lajos
2016-02-26Add missing numeric includes in files using std::accumulate()Julian Andres Klode
2016-01-25Use c++11 for loop in AptHistoryRequestingUserMichael Vogt
2016-01-25Store "Requested-By" user in history.log in a simpler formatMichael Vogt
2016-01-25Log calling SUDO_USER or PKEXEC_UID in history.logMichael Vogt
2015-12-07Avoid overflow when summing up file sizesJulian Andres Klode
2015-11-05apply various suggestions made by cppcheckDavid Kalnischkies
2015-11-05do not use read() returned value unconditionallyDavid Kalnischkies
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies
2015-11-04sanify API to get 'the' candidate versionDavid Kalnischkies
2015-11-04implement a public pkgSystem::MultiArchSupportedDavid Kalnischkies
2015-10-30dpkgpm: Convert users of localtime() to localtime_r()Julian Andres Klode
2015-10-30dpkgpm: Use ptsname_r() instead of ptsname() to be thread-safeJulian Andres Klode
2015-10-30dpkgpm: Convert ctime() call to ctime_r()Julian Andres Klode
2015-09-14avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies
2015-08-17Cleanup includes after running iwyuMichael Vogt
2015-08-12Do not set unhonored DPKG_NO_TSTP variable for dpkgGuillem Jover
2015-08-10remove the compatibility markers for 4.13 abiDavid Kalnischkies
2015-08-10fix memory leaks reported by -fsanitizeDavid Kalnischkies
2015-08-10make all d-pointer * const pointersDavid Kalnischkies
2015-06-12store Release files data in the CacheDavid Kalnischkies
2015-04-19Merge branch 'debian/jessie' into debian/experimentalDavid Kalnischkies
2015-04-07fix crash in order writing in pkgDPkgPM::WriteApportReport()Michael Vogt
2015-03-16merge debian/sid into debian/experimentalDavid Kalnischkies
2014-12-23pass-through stdin fd instead of content if not a terminalDavid Kalnischkies
2014-12-23always run 'dpkg --configure -a' at the end of our dpkg callingsDavid Kalnischkies
2014-12-23do not make PTY slave the controlling terminalDavid Kalnischkies
2014-12-10do not make PTY slave the controlling terminalDavid Kalnischkies
2014-12-07always run 'dpkg --configure -a' at the end of our dpkg callingsDavid Kalnischkies
2014-12-07correct architecture detection for 'rc' packages for purgeDavid Kalnischkies
2014-11-28fix PTY interaction on linux and kfreebsdDavid Kalnischkies
2014-11-28close leaking slave fd after setting up pty magicDavid Kalnischkies
2014-11-19fix PTY interaction on linux and kfreebsdDavid Kalnischkies
2014-11-18close leaking slave fd after setting up pty magicDavid Kalnischkies
2014-11-08guard ABI changes for SourcePkg/Ver in pkgCacheDavid Kalnischkies
2014-11-05Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-10-23Fix incorrect comparison between signed/unsignedMichael Vogt
2014-10-23Use sysconf(_SC_ARG_MAX) to find the size of Dpkg::MaxArgBytesMichael Vogt
2014-09-27store source name and version in binary cacheDavid Kalnischkies
2014-09-23Merge branch 'debian/sid' into debian/experimentalMichael Vogt