Age | Commit message (Expand) | Author |
2017-02-22 | correct cross & disappear progress detection | David Kalnischkies |
2017-02-22 | react to trig-pend only if we have nothing else to do | David Kalnischkies |
2016-09-18 | VersionHash: Do not skip too long dependency lines | Julian Andres Klode |
2016-08-31 | Fix segfault and out-of-bounds read in Binary fields | Julian Andres Klode |
2016-08-27 | Merge branch 'portability/freebsd' | Julian Andres Klode |
2016-08-26 | Make directory paths configurable | 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-17 | add --with-source option and Packages/Sources support | David Kalnischkies |
2016-08-17 | default to Dir=/ in dpkg/status file finding magic | David Kalnischkies |
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-07-22 | support "install ./foo.changes" | David Kalnischkies |
2016-07-22 | allow arch=all to override No-Support-for-Architecture-all | David Kalnischkies |
2016-07-19 | refactor plus/minus sources.list option handling | David Kalnischkies |
2016-07-19 | don't hardcode /var/lib/dpkg/status as dir::state::status | David Kalnischkies |
2016-07-01 | reinstalling local deb file is no downgrade | 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-28 | Fix buffer overflow in debListParser::VersionHash() | Julian Andres Klode |
2016-06-22 | add insecure (and weak) allow-options for sources.list | David Kalnischkies |
2016-06-22 | ensure filesize of deb is included in the hashes list | David Kalnischkies |
2016-06-22 | handle weak-security repositories as unauthenticated | David Kalnischkies |
2016-06-17 | merge sources.list lines based on Release filename | David Kalnischkies |
2016-06-14 | don't use FindFile for external Dir::Bin commands | 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-27 | prevent C++ locale number formatting in text APIs | David Kalnischkies |
2016-05-24 | fix two typos in untranslated errors of libapt-pkg | David Kalnischkies |
2016-05-15 | Normalize Signed-By values by removing trailing commas everywhere | Julian Andres Klode |