summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/dpkgpm.cc
AgeCommit message (Expand)Author
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
2014-09-08rework PTY magic to fix stair-stepping on kfreebsdDavid Kalnischkies
2014-09-08fix progress report for upgrade and reinstallDavid Kalnischkies
2014-09-05Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-09-02* apt-pkg/deb/dpkgpm.cc:Michael Vogt
2014-06-18readd pkgPackageManager::Go() to not break APIMichael Vogt
2014-06-18Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-05-28Fix warning about uninitialized variableMichael Vogt
2014-05-07Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-04-30Only do openpty() if both stdin/stdout are terminalsMichael Vogt
2014-04-25reduce delta from ubuntuMichael Vogt
2014-04-01do not crash on SIGPIPE in pkgDPkgPM::RunScriptsWithPkgs()Michael Vogt
2014-04-01Add new Debug::RunScripts optionMichael Vogt
2014-03-22ensure proper teardown in dpkg error casesDavid Kalnischkies