summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-25Run ./prepare-release pre-exportMichael Vogt56-1947/+1897
2015-11-25Prepare release 1.1~exp17Michael Vogt1-0/+10
2015-11-25update manpage last-modified from git via pre-export hookDavid Kalnischkies14-15/+23
2015-11-25enforce a slightly more sensible default headerDavid Kalnischkies12-1124/+1445
2015-11-25typo: run s#frontend#front-end# on all of src:aptDavid Kalnischkies15-86/+86
2015-11-25review sources.list(5) manpageJustin B Rye1-59/+61
2015-11-25review apt-secure(8) manpageJustin B Rye1-12/+11
2015-11-25review apt-mark(8) manpageJustin B Rye1-10/+10
2015-11-25review apt(8) manpageJustin B Rye1-19/+19
2015-11-25slightly rephrase notice shown for insecure repositoriesJustin B Rye4-6/+6
2015-11-24releasing package apt version 1.1~exp161.1_exp16Michael Vogt1-0/+24
2015-11-21show potentially arch-qualified fullname in 'apt show'David Kalnischkies2-9/+27
2015-11-21review of new/changed translatable program stringsJustin B Rye71-507/+508
2015-11-21do not sent Last-Modified if we expect a changed fileDavid Kalnischkies2-5/+13
2015-11-20fix a few typos in code-comments/apt manpageDavid Kalnischkies13-24/+24
2015-11-20do not segfault in cache generation on mmap failureDavid Kalnischkies3-6/+21
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