summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-04move apts cmdline helper type into -privateDavid Kalnischkies17-118/+57
2015-11-04generate commands array after config is loadedDavid Kalnischkies15-133/+187
2015-11-04new quiet level -qq for apt to hide progress outputDavid Kalnischkies12-39/+51
2015-11-04deduplicate main methodsDavid Kalnischkies17-252/+159
2015-11-04split up help messages for simpler reuseDavid Kalnischkies68-9104/+18729
2015-11-04disable updating insecure repositories in apt by defaultDavid Kalnischkies5-20/+12
2015-11-04revamp apt(8) to refer more instead of duplicatingDavid Kalnischkies2-111/+114
2015-11-04move 'search' implementations as wellDavid Kalnischkies6-220/+219
2015-11-04centralize 'show' implementation of apt and apt-cacheDavid Kalnischkies5-187/+177
2015-11-04add binary-specific options via Binary scopeDavid Kalnischkies6-2/+150
2015-11-04suggest 'apt autoremove' to get right of unneeded packagesDavid Kalnischkies51-176/+200
2015-11-04refer to apt-secure(8) in unsecure repositories warningDavid Kalnischkies8-46/+160
2015-11-04rework errors and warnings around insecure repositoriesDavid Kalnischkies6-32/+69
2015-11-04set failreasons similar to connect.cc based on curl errorsDavid Kalnischkies1-3/+18
2015-11-04revert accidental removal of documentation for trusted option in sources.listDavid Kalnischkies1-0/+14
2015-11-04add ConnectionTimedOut to transient failreasons listDavid Kalnischkies1-6/+10
2015-11-04support .deb files in upgrade operations as wellDavid Kalnischkies7-44/+76
2015-11-04show progress info while 'downloading' a local .deb fileDavid Kalnischkies3-3/+17
2015-11-04unbreak the copy-method claiming hashsum mismatch since ~exp9David Kalnischkies6-44/+81
2015-11-04tests: ensure sponge-files are cleaned up properlyDavid Kalnischkies1-0/+2
2015-11-04tests: change test-skipping detection for arch-specific pkgsDavid Kalnischkies1-8/+3
2015-11-04drop privileges in file:// method as we do for decompressorsDavid Kalnischkies1-2/+12
2015-11-04allow all dpkg selections to be set via apt-mark and libaptDavid Kalnischkies7-130/+297
2015-11-04provide public interface to hold/unhold packagesDavid Kalnischkies7-153/+219
2015-11-04refactor dpkg execution in deb/debsystemDavid Kalnischkies1-47/+61
2015-11-04switch 'apt-mark hold' from Pkg to Ver based operationDavid Kalnischkies1-31/+18
2015-11-04add cacheset push_back wrapping for std::back_inserterDavid Kalnischkies2-12/+34
2015-11-04implement operator* for cacheset iteratorsDavid Kalnischkies2-40/+58
2015-11-04implement a public pkgSystem::ArchitecturesSupportedDavid Kalnischkies5-83/+82
2015-11-04implement a public pkgSystem::MultiArchSupportedDavid Kalnischkies6-118/+131
2015-11-04travis: move 'make' into the install targetDavid Kalnischkies1-1/+1
2015-11-04Turkish program translation updateMert Dirik1-84/+102
2015-11-03configure.ac: Only require autoconf 2.68Julian Andres Klode1-1/+1
2015-11-03configure.ac: Run autoupdateJulian Andres Klode1-6/+9
2015-10-30thread-safety tests: Adjust path to listsJulian Andres Klode1-3/+3
2015-10-30Provide tests for thread-safetyJulian Andres Klode3-0/+101
2015-10-30orderlist: Replace qsort() by thread-safe std::sort()Julian Andres Klode3-25/+20
2015-10-30algorithms: Replace qsort() by thread-safe std::sort()Julian Andres Klode3-40/+45
2015-10-30dpkgpm: Convert users of localtime() to localtime_r()Julian Andres Klode1-2/+4
2015-10-30cacheset: Fix compilation on new GCC in C++98 modeJulian Andres Klode2-3/+29
2015-10-30srvrec: Do not expose C++11 tuple use in headerJulian Andres Klode2-4/+8
2015-10-30dpkgpm: Use ptsname_r() instead of ptsname() to be thread-safeJulian Andres Klode3-0/+11
2015-10-30dpkgpm: Convert ctime() call to ctime_r()Julian Andres Klode1-1/+2
2015-10-30aptconfiguration: Convert strtok() to strtok_r()Julian Andres Klode1-2/+3
2015-10-30GetSrvRecords: Make thread-safeJulian Andres Klode1-2/+7
2015-10-23deblistparser: Make PrioList constJulian Andres Klode2-3/+3
2015-10-20releasing 1.1~exp141.1_exp14Michael Vogt12-12/+21
2015-10-20Allow -i and -u as aliases for installed and upgradable in listJulian Andres Klode1-2/+2
2015-10-11.travis.yml: Add pinned vivid for gettext and clean up a bitJulian Andres Klode1-2/+4
2015-10-11Revert "Fix select timeout to be 50msec instead of 0.5msec" for acquireJulian Andres Klode1-1/+1