summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/dpkgpm.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * pass-through stdin fd instead of content if not a terminalDavid Kalnischkies2014-12-231-4/+12
| * always run 'dpkg --configure -a' at the end of our dpkg callingsDavid Kalnischkies2014-12-231-2/+7
| * do not make PTY slave the controlling terminalDavid Kalnischkies2014-12-231-2/+2
| * fix PTY interaction on linux and kfreebsdDavid Kalnischkies2014-11-281-44/+55
| * close leaking slave fd after setting up pty magicDavid Kalnischkies2014-11-281-2/+4
* | do not make PTY slave the controlling terminalDavid Kalnischkies2014-12-101-2/+2
* | always run 'dpkg --configure -a' at the end of our dpkg callingsDavid Kalnischkies2014-12-071-2/+7
* | correct architecture detection for 'rc' packages for purgeDavid Kalnischkies2014-12-071-12/+4
* | fix PTY interaction on linux and kfreebsdDavid Kalnischkies2014-11-191-44/+55
* | close leaking slave fd after setting up pty magicDavid Kalnischkies2014-11-181-2/+4
* | guard ABI changes for SourcePkg/Ver in pkgCacheDavid Kalnischkies2014-11-081-1/+10
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-11-051-2/+21
|\|
| * Fix incorrect comparison between signed/unsignedMichael Vogt2014-10-231-1/+1
| * Use sysconf(_SC_ARG_MAX) to find the size of Dpkg::MaxArgBytesMichael Vogt2014-10-231-2/+21
* | store source name and version in binary cacheDavid Kalnischkies2014-09-271-6/+1
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-231-91/+147
|\|
| * rework PTY magic to fix stair-stepping on kfreebsdDavid Kalnischkies2014-09-081-53/+106
| * fix progress report for upgrade and reinstallDavid Kalnischkies2014-09-081-38/+41
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-051-6/+7
|\|
| * * apt-pkg/deb/dpkgpm.cc:Michael Vogt2014-09-021-6/+7
* | readd pkgPackageManager::Go() to not break APIMichael Vogt2014-06-181-7/+1
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-06-181-1/+2
|\|
| * Fix warning about uninitialized variableMichael Vogt2014-05-281-1/+2
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-05-071-55/+65
|\|
| * Only do openpty() if both stdin/stdout are terminalsMichael Vogt2014-04-301-5/+6
| * reduce delta from ubuntuMichael Vogt2014-04-251-1/+1
| * do not crash on SIGPIPE in pkgDPkgPM::RunScriptsWithPkgs()Michael Vogt2014-04-011-7/+18