Age | Commit message (Expand) | Author |
2017-09-09 | don't write & chmod /dev/null log files | David Kalnischkies |
2017-07-12 | Reformat and sort all includes with clang-format | Julian Andres Klode |
2017-07-12 | Drop cacheiterators.h include | Julian Andres Klode |
2017-01-19 | fix various typos reported by spellintian | David Kalnischkies |
2017-01-19 | fix various typos reported by codespell | David Kalnischkies |
2016-12-31 | fix minimum pkgs option for dpkg --recursive usage | David Kalnischkies |
2016-12-31 | gets file location via FindFile instead of manual merge | David Kalnischkies |
2016-11-24 | skip unconfigure for unconfigured to-be removed pkgs | David Kalnischkies |
2016-11-24 | do not configure unconfigured to be removed packages | David Kalnischkies |
2016-11-24 | don't perform implicit crossgrades involving M-A:same | David Kalnischkies |
2016-11-24 | improve arch-unqualified dpkg-progress parsing | David Kalnischkies |
2016-11-23 | correct cross & disappear progress detection | David Kalnischkies |
2016-11-23 | react to trig-pend only if we have nothing else to do | David Kalnischkies |
2016-08-27 | Merge branch 'portability/freebsd' | Julian Andres Klode |
2016-08-26 | Add missing includes and external definitions | Julian Andres Klode |
2016-08-25 | treat .ddeb files like .deb, especially for dpkg | David Kalnischkies |
2016-08-24 | do not restore selections for already purged packages | David Kalnischkies |
2016-08-23 | do dpkg --configure before --remove/--purge --pending | David Kalnischkies |
2016-08-19 | Ignore SIGINT and SIGQUIT for Pre-Install hooks | Julian Andres Klode |
2016-08-10 | disable explicit configuration of all packages at the end | David Kalnischkies |
2016-08-10 | simulate all package manager actions explicitly | David Kalnischkies |
2016-08-10 | try to avoid removal of crossgraded packages | David Kalnischkies |
2016-08-10 | ensure all removes are reported to hook scripts | David Kalnischkies |
2016-08-10 | ensure all configures are reported to hook scripts | David Kalnischkies |
2016-08-10 | don't purge directly, but remove and do purge at the end | David Kalnischkies |
2016-08-10 | call dpkg with --no-triggers by default | David Kalnischkies |
2016-08-10 | select remove/purge packages early on for dpkg | David Kalnischkies |
2016-08-10 | save and restore selection states before/after calling dpkg | David Kalnischkies |
2016-08-10 | use dpkg --unpack --recursive to avoid long cmdlines | David Kalnischkies |
2016-08-10 | pass --force-remove-essential to dpkg only if needed | David Kalnischkies |
2016-08-10 | Merge branch 'cmake' | Julian Andres Klode |
2016-08-10 | CMake: Check for ptsname_r() again | Julian Andres Klode |
2016-08-07 | Handle interrupt when running Pre-Install hooks | Julian Andres Klode |
2016-07-22 | report progress for triggered actions | David Kalnischkies |
2016-07-22 | use a configurable location for apport report storage | David Kalnischkies |
2016-07-22 | report progress for removing while purging pkgs | David Kalnischkies |
2016-06-29 | write auto-bits before calling dpkg & again after if needed | David Kalnischkies |
2016-06-29 | Revert "travis: use gcc-5 instead of gcc(-4.8)" | David Kalnischkies |
2016-06-10 | don't leak dpkg statusfd pipe in debugging | David Kalnischkies |
2016-06-09 | remove racy_pselect fallback | David Kalnischkies |
2016-06-08 | drop Dpkg::MaxArgs in favor of Dpkg::MaxArgsBytes | David Kalnischkies |
2016-06-08 | don't explicitly configure the last round of packages | David Kalnischkies |
2016-05-24 | fix two typos in untranslated errors of libapt-pkg | David Kalnischkies |
2016-05-03 | let DPKG_COLORS default to our APT::Color setting | David Kalnischkies |
2016-03-14 | streamline dpkgpm cleanup-handling | David Kalnischkies |
2016-03-07 | Fix several typos | Veres Lajos |
2016-02-26 | Add missing numeric includes in files using std::accumulate() | Julian Andres Klode |
2016-01-25 | Use c++11 for loop in AptHistoryRequestingUser | Michael Vogt |
2016-01-25 | Store "Requested-By" user in history.log in a simpler format | Michael Vogt |
2016-01-25 | Log calling SUDO_USER or PKEXEC_UID in history.log | Michael Vogt |