Age | Commit message (Expand) | Author |
2014-09-27 | add a (hidden) --quiet option for apt-key | David Kalnischkies |
2014-09-27 | rename postrm to apt.postrm | David Kalnischkies |
2014-09-27 | remove leftover debug output from multikey softlink | David Kalnischkies |
2014-09-27 | fix: warning: extra ‘;’ [-Wpedantic] | David Kalnischkies |
2014-09-27 | fix: Member variable 'X' is not initialized in the constructor. | David Kalnischkies |
2014-09-27 | fix occurrence typo in tagfile comment | David Kalnischkies |
2014-09-27 | remove outdated and unused po/ChangeLog | David Kalnischkies |
2014-09-27 | add an API for cache filters/matcher | David Kalnischkies |
2014-09-27 | move PCI::From* methods into CacheSetHelper class | David Kalnischkies |
2014-09-27 | adapt to the new CacheSetHelper API | David Kalnischkies |
2014-09-27 | rework cachesets API to allow future extension | David Kalnischkies |
2014-09-27 | add APT::PackageUniverse as a pkgCache wrapper | David Kalnischkies |
2014-09-27 | add specialisations for std::vector | David Kalnischkies |
2014-09-27 | mark pkg(All|Dist)Upgrade as deprecated | David Kalnischkies |
2014-09-27 | fix progress output for (dist-)upgrade calculation | David Kalnischkies |
2014-09-27 | de-duplicate version strings in the cache | David Kalnischkies |
2014-09-27 | drop stored StringItems in favor of in-memory mappings | David Kalnischkies |
2014-09-27 | count strings more accurately for stats | David Kalnischkies |
2014-09-27 | packages in the cache are sorted by name so noise-free | David Kalnischkies |
2014-09-27 | search for pkg names in the cache case-sensitive | David Kalnischkies |
2014-09-27 | deprecate Pkg->Name in favor of Grp->Name | David Kalnischkies |
2014-09-26 | test fixes | Michael Vogt |
2014-09-26 | Do not allow going from authenticated to unauthenticated repo | Michael Vogt |
2014-09-26 | Print warning for unauthenticated repositories | Michael Vogt |
2014-09-26 | Do not download Packages/Sources files on I-M-S hit of the Release file | Michael Vogt |
2014-09-26 | Merge remote-tracking branch 'donkult/feature/generalize-gzipindex' into debi... | Michael Vogt |
2014-09-26 | Disable Mth.DropPrivsOrDie() in copy.cc for now | Michael Vogt |
2014-09-25 | rewrite compressed indexes test to check with all compressors | David Kalnischkies |
2014-09-25 | Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-... | Michael Vogt |
2014-09-25 | Remove check for "Translation-" from pkgAcqIndex::Custom600Headers() | Michael Vogt |
2014-09-25 | Revert making pkgAcquire::Item::DescURI() "const" | Michael Vogt |
2014-09-25 | Use /var/empty as the homedir for _apt | Michael Vogt |
2014-09-24 | releasing package apt version 1.1~exp3 | Michael Vogt |
2014-09-24 | DropPrivs: Document what it does | Julian Andres Klode |
2014-09-24 | DropPrivs: Use APT::Sandbox::User instead of Apt::User::Nobody | Julian Andres Klode |
2014-09-24 | DropPrivs: Hard-fail if the user does not exist | Julian Andres Klode |
2014-09-24 | DropPrivs: Add some comments for the more obscure setuid/setgid functions | Julian Andres Klode |
2014-09-24 | DropPrivs: Move the re-set uid/gid thing to the end of the function | Julian Andres Klode |
2014-09-24 | methods: Fail if we cannot drop privileges | Julian Andres Klode |
2014-09-24 | DropPrivs: Improve comments | Julian Andres Klode |
2014-09-24 | DropPrivs: Also check for saved set-user-ID and set-group-ID | Julian Andres Klode |
2014-09-24 | DropPrivs: Do not use an invalid return check for setgroups() | Julian Andres Klode |
2014-09-24 | Use _apt as our unprivileged user name | Julian Andres Klode |
2014-09-24 | DropPriv: Really call seteuid and not setuid, and add more checks | Julian Andres Klode |
2014-09-24 | Drop Privileges to "Debian-apt" in most acquire methods | Michael Vogt |
2014-09-23 | make pdiff transactional (but at the cost of a CopyFile() | Michael Vogt |
2014-09-23 | cleanup, fix test-apt-update-unauth as the behavior of apt changed | Michael Vogt |
2014-09-23 | cleanup | Michael Vogt |
2014-09-23 | fix one broken test | Michael Vogt |
2014-09-23 | Merge remote-tracking branch 'debian/debian/experimental' into feature/acq-trans | Michael Vogt |