Age | Commit message (Expand) | Author |
2015-09-14 | remove incorrect optimization branches | David Kalnischkies |
2015-09-14 | copy ReadWrite-error to the bottom to make clang happy | David Kalnischkies |
2015-09-14 | implement CopyFile without using FileFd::Size() | David Kalnischkies |
2015-09-14 | add Source-Version field for EDSP | David Kalnischkies |
2015-09-14 | implement dpkgs vision of interpreting pkg:<arch> dependencies | David Kalnischkies |
2015-09-14 | M-A: allowed pkgs of unconfigured archs do not statisfy :any | David Kalnischkies |
2015-09-14 | store ':any' pseudo-packages with 'any' as architecture | David Kalnischkies |
2015-09-11 | apt-pkg/tagfile.h: Include stdint.h, fixes rdep build failures | Julian Andres Klode |
2015-09-02 | avoid triggering the c++11 erase api change on travis | David Kalnischkies |
2015-09-01 | use clock() as source for SRV randomness | David Kalnischkies |
2015-09-01 | use unusable-for-security hashes for integrity checks | David Kalnischkies |
2015-09-01 | Consider md5sum no longer a usable hash | Michael Vogt |
2015-09-01 | improve CheckDropPrivsMustBeDisabled further | David Kalnischkies |
2015-08-31 | fix some unused parameter/variable warnings | David Kalnischkies |
2015-08-31 | if file is inaccessible for _apt, disable privilege drop in acquire | David Kalnischkies |
2015-08-31 | ignore for _apt inaccessible TMPDIR in pkgAcqChangelog | David Kalnischkies |
2015-08-30 | detect and deal with indextarget duplicates | David Kalnischkies |
2015-08-30 | implement $(NATIVE_ARCHITECTURE) substvar for indextargets | David Kalnischkies |
2015-08-29 | try xz instead of bz2 first for compressed files | David Kalnischkies |
2015-08-29 | implement indextargets option 'DefaultEnabled' | David Kalnischkies |
2015-08-29 | use c++11 algorithms to avoid strange compiler warnings | David Kalnischkies |
2015-08-28 | implement PDiff patching for compressed files | David Kalnischkies |
2015-08-27 | sources.list and indextargets option for pdiffs | David Kalnischkies |
2015-08-27 | Do not parse Status fields from remote sources | Julian Andres Klode |
2015-08-27 | Merge branch 'feature/extractar-filefd' into debian/experimental | Julian Andres Klode |
2015-08-27 | Always close compressed files in FileFd | Julian Andres Klode |
2015-08-27 | cacheset: Prefer the depcache over the policy again | Julian Andres Klode |
2015-08-27 | allow explicit dis/enable of IndexTargets in sources options | David Kalnischkies |
2015-08-27 | not all targets are deb-src targets | David Kalnischkies |
2015-08-27 | use always priv-dropping for changelog download as root | David Kalnischkies |
2015-08-27 | fix various typos reported by codespell | David Kalnischkies |
2015-08-27 | ignore AllowMem parameter in cache generation | David Kalnischkies |
2015-08-27 | correct 'apt update' download summary line | David Kalnischkies |
2015-08-27 | just-in-time removal of broken essential packages | David Kalnischkies |
2015-08-27 | Fix more instances of missing remapping handling | Julian Andres Klode |
2015-08-27 | pkgcachegen: Account for remapping when parsing depends from NewPackage | Julian Andres Klode |
2015-08-20 | Re-indent GetCandidateVerNew() and make ConsiderFiles argument explicit | Julian Andres Klode |
2015-08-20 | Merge remote-tracking branch 'mvo/feature/srv-records' into debian/experimental | Michael Vogt |
2015-08-20 | Add basic (non weight adjusted) shuffling for SrvRecords selection | Michael Vogt |
2015-08-19 | Support tabs in sources.list files | Julian Andres Klode |
2015-08-18 | apt-pkg/contrib/srvrec.cc: res_query() should not generate a _error->Warning() | Michael Vogt |
2015-08-18 | cleanup | Michael Vogt |
2015-08-18 | Merge remote-tracking branch 'upstream/debian/experimental' into feature/srv-... | Michael Vogt |
2015-08-18 | Merge branch 'debian/experimental' into feature/srv-records | Michael Vogt |
2015-08-17 | Re-add support for G++ 4.8 and configure travis to use it | Julian Andres Klode |
2015-08-17 | Really fix all iwyu issues | Michael Vogt |
2015-08-17 | Fix all the wrong removals of includes that iwyu got wrong | Michael Vogt |
2015-08-17 | Cleanup includes after running iwyu | Michael Vogt |
2015-08-16 | Make pkgCache::Priority() static, it does not need the instance | Julian Andres Klode |
2015-08-16 | Use terminfo's typical save_cursor/restore_cursor sequences | James McCoy |