summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-19do not rerun ./configure causing FTCBFS with newer autotools-devDavid Kalnischkies3-6/+6
2015-11-19update libapt-{pkg,inst} symbols filesDavid Kalnischkies2-32/+88
2015-11-19move -std=c++11 from CXX to new CXXSTDDavid Kalnischkies5-8/+9
2015-11-19ignore lost+found in private directory cleanupDavid Kalnischkies5-4/+10
2015-11-19tests: use quiet level 0 by default in testsDavid Kalnischkies29-107/+117
2015-11-19support setting empty values (sanely) & removing support forDavid Kalnischkies3-36/+84
2015-11-19more sensible default text in pot filesDavid Kalnischkies2-4/+3
2015-11-19Dutch manpages translation (NEW)Frans Spiesschaert1-0/+11593
2015-11-19do not use _apt for file/copy sources if it isn't world-accessibleDavid Kalnischkies7-40/+121
2015-11-18tests: fail testsuccess if notices are shown, tooDavid Kalnischkies1-16/+50
2015-11-11releasing package apt version 1.1~exp151.1_exp15Michael Vogt1-0/+44
2015-11-05activate AI_IDN by default to support IDN domainsDavid Kalnischkies1-0/+2
2015-11-05"support" unsigned Release files without hashes againDavid Kalnischkies2-5/+11
2015-11-05encode UTF-8 characters correctly in QuoteStringDavid Kalnischkies2-1/+12
2015-11-05apply various suggestions made by cppcheckDavid Kalnischkies25-45/+35
2015-11-05do not use read() returned value unconditionallyDavid Kalnischkies1-24/+17
2015-11-05allow acquire method specific options via Binary scopeDavid Kalnischkies13-116/+72
2015-11-05drop privileges in copy:// method as we do for file://David Kalnischkies8-86/+114
2015-11-04allow getaddrinfo flag AI_ADDRCONFIG to be disabledDavid Kalnischkies2-1/+7
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies20-59/+52
2015-11-04ensure FileFd doesn't try to open /dev/null as atomic and coDavid Kalnischkies3-6/+44
2015-11-04ignore newlines in dpkg-deb control output for installing debsDavid Kalnischkies2-4/+42
2015-11-04support arch:all data e.g. in separate Packages fileDavid Kalnischkies41-180/+473
2015-11-04reenable gcc warnings for deprecated functionsDavid Kalnischkies3-5/+4
2015-11-04sanify API to get 'the' candidate versionDavid Kalnischkies8-11/+56
2015-11-04centralize unlink checks in acquire-itemDavid Kalnischkies1-16/+30
2015-11-04do not cleanup .diff/Index files on HitDavid Kalnischkies1-0/+3
2015-11-04revamp all tools help messagesDavid Kalnischkies68-18604/+18249
2015-11-04show version and type in "apt (r)depends"David Kalnischkies1-0/+2
2015-11-04hidden support more apt-get/apt-cache commands in aptDavid Kalnischkies11-1507/+1615
2015-11-04deal with --version more centrallyDavid Kalnischkies13-113/+44
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