summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* support setting empty values (sanely) & removing support forDavid Kalnischkies2015-11-193-36/+84
* more sensible default text in pot filesDavid Kalnischkies2015-11-192-4/+3
* Dutch manpages translation (NEW)Frans Spiesschaert2015-11-191-0/+11593
* do not use _apt for file/copy sources if it isn't world-accessibleDavid Kalnischkies2015-11-197-40/+121
* tests: fail testsuccess if notices are shown, tooDavid Kalnischkies2015-11-181-16/+50
* releasing package apt version 1.1~exp151.1_exp15Michael Vogt2015-11-111-0/+44
* activate AI_IDN by default to support IDN domainsDavid Kalnischkies2015-11-051-0/+2
* "support" unsigned Release files without hashes againDavid Kalnischkies2015-11-052-5/+11
* encode UTF-8 characters correctly in QuoteStringDavid Kalnischkies2015-11-052-1/+12
* apply various suggestions made by cppcheckDavid Kalnischkies2015-11-0525-45/+35
* do not use read() returned value unconditionallyDavid Kalnischkies2015-11-051-24/+17
* allow acquire method specific options via Binary scopeDavid Kalnischkies2015-11-0513-116/+72
* drop privileges in copy:// method as we do for file://David Kalnischkies2015-11-058-86/+114
* allow getaddrinfo flag AI_ADDRCONFIG to be disabledDavid Kalnischkies2015-11-042-1/+7
* wrap every unlink call to check for != /dev/nullDavid Kalnischkies2015-11-0420-59/+52
* ensure FileFd doesn't try to open /dev/null as atomic and coDavid Kalnischkies2015-11-043-6/+44
* ignore newlines in dpkg-deb control output for installing debsDavid Kalnischkies2015-11-042-4/+42
* support arch:all data e.g. in separate Packages fileDavid Kalnischkies2015-11-0441-180/+473
* reenable gcc warnings for deprecated functionsDavid Kalnischkies2015-11-043-5/+4
* sanify API to get 'the' candidate versionDavid Kalnischkies2015-11-048-11/+56
* centralize unlink checks in acquire-itemDavid Kalnischkies2015-11-041-16/+30
* do not cleanup .diff/Index files on HitDavid Kalnischkies2015-11-041-0/+3
* revamp all tools help messagesDavid Kalnischkies2015-11-0468-18604/+18249
* show version and type in "apt (r)depends"David Kalnischkies2015-11-041-0/+2
* hidden support more apt-get/apt-cache commands in aptDavid Kalnischkies2015-11-0411-1507/+1615
* deal with --version more centrallyDavid Kalnischkies2015-11-0413-113/+44
* move apts cmdline helper type into -privateDavid Kalnischkies2015-11-0417-118/+57
* generate commands array after config is loadedDavid Kalnischkies2015-11-0415-133/+187
* 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