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