Age | Commit message (Expand) | Author |
2017-01-29 | The entire concept of PendingError() is flawed :/. | Jay Freeman (saurik) |
2016-12-30 | My "tolerance" patch was a tad bit overzealous :(. | Jay Freeman (saurik) |
2016-12-29 | In the C locale, let's avoid any crazy transforms. | Jay Freeman (saurik) |
2016-12-26 | Wreck validation until we can assess ecosystem :/. | Jay Freeman (saurik) |
2016-12-25 | This is 2016 and APT already requires use of mmap. | Jay Freeman (saurik) |
2016-12-23 | Only check for valid Date if checking Valid-Until. | Jay Freeman (saurik) |
2016-11-30 | I know this is "bad", but a "full wedge" is worse. | Jay Freeman (saurik) |
2016-11-30 | The fastest way to get field values is as a range. | Jay Freeman (saurik) |
2016-11-29 | Avoid wedging the entire system if recoverable :/. | Jay Freeman (saurik) |
2016-11-29 | Most interfaces (Maemo) need a high-level name :/. | Jay Freeman (saurik) |
2016-11-29 | Store tags in the cache (they are very useful :/). | Jay Freeman (saurik) |
2016-11-29 | unlinkat is way way too modern to not autoconf :/. | Jay Freeman (saurik) |
2016-11-29 | std::map from std::initializer_list is "explicit". | Jay Freeman (saurik) |
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-11-22 | Do not use MD5SumValue for Description_md5() | Julian Andres Klode |
2016-11-22 | debListParser: Micro-optimize AvailableDescriptionLanguages() | Julian Andres Klode |
2016-11-22 | Optimize VersionHash() to not need temporary copy of input | Julian Andres Klode |
2016-11-22 | Introduce tolower_ascii_unsafe() and use it for hashing | Julian Andres Klode |
2016-11-22 | debListParser: Convert to use pkgTagSection::Key-based lookup | Julian Andres Klode |
2016-11-11 | add hidden config to set packages as Essential/Important | David Kalnischkies |
2016-11-09 | add support for Build-Depends/Conflicts-Arch | Johannes Schauer |
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 |