Age | Commit message (Expand) | Author |
2016-11-22 | debListParser: Micro-optimize AvailableDescriptionLanguages() | Julian Andres Klode |
2016-11-22 | Compare size before data when ordering cache bucket entries | 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 | Bump the cache major version for non-backportable changes | Julian Andres Klode |
2016-11-22 | debListParser: Convert to use pkgTagSection::Key-based lookup | Julian Andres Klode |
2016-11-22 | TagSection: Introduce functions for looking up by key ids | Julian Andres Klode |
2016-11-22 | TagSection: Extract Find() methods taking Pos instead of Key | Julian Andres Klode |
2016-11-22 | TagSection: Split AlphaIndexes into AlphaIndexes and BetaIndexes | Julian Andres Klode |
2016-11-11 | show distribution mismatch for changed codenames | David Kalnischkies |
2016-11-11 | don't warn if untransformed distribution matches | David Kalnischkies |
2016-11-11 | add hidden config to set packages as Essential/Important | David Kalnischkies |
2016-11-11 | add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges dance | David Kalnischkies |
2016-11-10 | support 'apt build-dep .' (aka: without /) | David Kalnischkies |
2016-11-09 | rename Checksum-FileSize to Filesize in hashsum mismatch | David Kalnischkies |
2016-11-09 | show the conflicting distribution warning again | David Kalnischkies |
2016-11-09 | reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivileges | David Kalnischkies |
2016-11-09 | fix three typos in sources & manpages | Chris Leick |
2016-11-09 | add support for Build-Depends/Conflicts-Arch | Johannes Schauer |
2016-11-02 | keep Release.gpg on untrusted to trusted IMS-Hit | David Kalnischkies |
2016-10-04 | Do not read stderr from proxy autodetection scripts | Julian Andres Klode |
2016-09-18 | VersionHash: Do not skip too long dependency lines | Julian Andres Klode |
2016-09-11 | Coverage: Do not print messages from gcov | Julian Andres Klode |
2016-09-07 | edsp: try 2 to read responses even if writing failed | David Kalnischkies |
2016-09-02 | acquire: Use priority queues and a 3 stage pipeline design | Julian Andres Klode |
2016-09-02 | CMake: apt-pkg: Use correct ICONV_INCLUDE_DIRS variable | Julian Andres Klode |
2016-09-01 | try not to call memcpy with length 0 in hash calculations | David Kalnischkies |
2016-08-31 | Base256ToNum: Fix uninitialized value | Julian Andres Klode |
2016-08-31 | TagFile: Fix off-by-one errors in comment stripping | Julian Andres Klode |
2016-08-31 | Fix segfault and out-of-bounds read in Binary fields | Julian Andres Klode |
2016-08-29 | init: Add Dir::Bin::planners default entry | Julian Andres Klode |
2016-08-29 | init: Fix path to external solvers | Julian Andres Klode |
2016-08-29 | don't loop on pinning pkgs from absolute debs by regex | David Kalnischkies |
2016-08-29 | randomize acquire order for same type index files | David Kalnischkies |
2016-08-27 | Merge branch 'portability/freebsd' | Julian Andres Klode |
2016-08-26 | CMake: Add missing iconv dependency | Julian Andres Klode |
2016-08-26 | Make root group configurable via ROOT_GROUP | Julian Andres Klode |
2016-08-26 | changelog: Respect Dir setting for local changelog getting | Julian Andres Klode |
2016-08-26 | Make directory paths configurable | Julian Andres Klode |
2016-08-26 | Use C locale instead of C.UTF-8 for protocol strings | Julian Andres Klode |
2016-08-26 | CMake: Do not use -lresolv if res_init exists in libc | Julian Andres Klode |
2016-08-26 | CMake: Do not hardcode -ldl | 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-24 | improve code & doc for aquire weak/loop failing | David Kalnischkies |
2016-08-24 | do fail on weakhash/loop earlier in acquire | David Kalnischkies |
2016-08-23 | install-progress: Call the real ::fork() in our fork() method | Julian Andres Klode |
2016-08-23 | prevent C++ locale number formatting in text APIs (try 3) | David Kalnischkies |
2016-08-23 | do dpkg --configure before --remove/--purge --pending | David Kalnischkies |