summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-04ensure FileFd doesn't try to open /dev/null as atomic and coDavid Kalnischkies
2015-11-04ignore newlines in dpkg-deb control output for installing debsDavid Kalnischkies
2015-11-04support arch:all data e.g. in separate Packages fileDavid Kalnischkies
2015-11-04reenable gcc warnings for deprecated functionsDavid Kalnischkies
2015-11-04sanify API to get 'the' candidate versionDavid Kalnischkies
2015-11-04centralize unlink checks in acquire-itemDavid Kalnischkies
2015-11-04do not cleanup .diff/Index files on HitDavid Kalnischkies
2015-11-04revamp all tools help messagesDavid Kalnischkies
2015-11-04show version and type in "apt (r)depends"David Kalnischkies
2015-11-04hidden support more apt-get/apt-cache commands in aptDavid Kalnischkies
2015-11-04deal with --version more centrallyDavid Kalnischkies
2015-11-04move apts cmdline helper type into -privateDavid Kalnischkies
2015-11-04generate commands array after config is loadedDavid Kalnischkies
2015-11-04new quiet level -qq for apt to hide progress outputDavid Kalnischkies
2015-11-04deduplicate main methodsDavid Kalnischkies
2015-11-04split up help messages for simpler reuseDavid Kalnischkies
2015-11-04disable updating insecure repositories in apt by defaultDavid Kalnischkies
2015-11-04revamp apt(8) to refer more instead of duplicatingDavid Kalnischkies
2015-11-04move 'search' implementations as wellDavid Kalnischkies
2015-11-04centralize 'show' implementation of apt and apt-cacheDavid Kalnischkies
2015-11-04add binary-specific options via Binary scopeDavid Kalnischkies
2015-11-04suggest 'apt autoremove' to get right of unneeded packagesDavid Kalnischkies
2015-11-04refer to apt-secure(8) in unsecure repositories warningDavid Kalnischkies
2015-11-04rework errors and warnings around insecure repositoriesDavid Kalnischkies
2015-11-04set failreasons similar to connect.cc based on curl errorsDavid Kalnischkies
2015-11-04revert accidental removal of documentation for trusted option in sources.listDavid Kalnischkies
2015-11-04add ConnectionTimedOut to transient failreasons listDavid Kalnischkies
2015-11-04support .deb files in upgrade operations as wellDavid Kalnischkies
2015-11-04show progress info while 'downloading' a local .deb fileDavid Kalnischkies
2015-11-04unbreak the copy-method claiming hashsum mismatch since ~exp9David Kalnischkies
2015-11-04tests: ensure sponge-files are cleaned up properlyDavid Kalnischkies
2015-11-04tests: change test-skipping detection for arch-specific pkgsDavid Kalnischkies
2015-11-04drop privileges in file:// method as we do for decompressorsDavid Kalnischkies
2015-11-04allow all dpkg selections to be set via apt-mark and libaptDavid Kalnischkies
2015-11-04provide public interface to hold/unhold packagesDavid Kalnischkies
2015-11-04refactor dpkg execution in deb/debsystemDavid Kalnischkies
2015-11-04switch 'apt-mark hold' from Pkg to Ver based operationDavid Kalnischkies
2015-11-04add cacheset push_back wrapping for std::back_inserterDavid Kalnischkies
2015-11-04implement operator* for cacheset iteratorsDavid Kalnischkies
2015-11-04implement a public pkgSystem::ArchitecturesSupportedDavid Kalnischkies
2015-11-04implement a public pkgSystem::MultiArchSupportedDavid Kalnischkies
2015-11-04travis: move 'make' into the install targetDavid Kalnischkies
2015-11-04Turkish program translation updateMert Dirik
2015-11-03configure.ac: Only require autoconf 2.68Julian Andres Klode
2015-11-03configure.ac: Run autoupdateJulian Andres Klode
2015-10-30thread-safety tests: Adjust path to listsJulian Andres Klode
2015-10-30Provide tests for thread-safetyJulian Andres Klode
2015-10-30orderlist: Replace qsort() by thread-safe std::sort()Julian Andres Klode
2015-10-30algorithms: Replace qsort() by thread-safe std::sort()Julian Andres Klode
2015-10-30dpkgpm: Convert users of localtime() to localtime_r()Julian Andres Klode