summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare 1.1.1 releaseMichael Vogt2015-11-271-0/+13
* say 'master' is default branch in README, tooDavid Kalnischkies2015-11-271-1/+1
* add messages to our deprecation warnings in libaptDavid Kalnischkies2015-11-2729-111/+101
* appease adequate with some weak symbols for -privateDavid Kalnischkies2015-11-273-2/+8
* use pre-build hook to check for pre-export executionDavid Kalnischkies2015-11-272-6/+21
* debian/gbp.conf: point debian-branch to masterMichael Vogt2015-11-271-1/+1
* Check if the Apt::Sandbox::User exists in CheckDropPrivsMustBeDisabled()Michael Vogt2015-11-271-0/+4
* Deal with killed acquire methods properly instead of hangingMichael Vogt2015-11-272-6/+24
* release apt 1.11.1Michael Vogt2015-11-2614-114/+108
* Do not run pre*export* functions in the pre*build* hookMichael Vogt2015-11-261-1/+2
* Fix missing </literal> in sources.list.5.xml pageMichael Vogt2015-11-261-1/+1
* Merge remote-tracking branch 'donkult/debian/experimental' into debian/experi...Michael Vogt2015-11-261-9/+8
|\
| * reword Trusted paragraph in sources.list(5)Justin B Rye2015-11-261-9/+8
* | Run ./prepare-release pre-exportMichael Vogt2015-11-2556-1947/+1897
* | Prepare release 1.1~exp17Michael Vogt2015-11-251-0/+10
|/
* update manpage last-modified from git via pre-export hookDavid Kalnischkies2015-11-2514-15/+23
* enforce a slightly more sensible default headerDavid Kalnischkies2015-11-2512-1124/+1445
* typo: run s#frontend#front-end# on all of src:aptDavid Kalnischkies2015-11-2515-86/+86
* review sources.list(5) manpageJustin B Rye2015-11-251-59/+61
* review apt-secure(8) manpageJustin B Rye2015-11-251-12/+11
* review apt-mark(8) manpageJustin B Rye2015-11-251-10/+10
* review apt(8) manpageJustin B Rye2015-11-251-19/+19
* slightly rephrase notice shown for insecure repositoriesJustin B Rye2015-11-254-6/+6
* releasing package apt version 1.1~exp161.1_exp16Michael Vogt2015-11-241-0/+24
* show potentially arch-qualified fullname in 'apt show'David Kalnischkies2015-11-212-9/+27
* review of new/changed translatable program stringsJustin B Rye2015-11-2171-507/+508
* do not sent Last-Modified if we expect a changed fileDavid Kalnischkies2015-11-212-5/+13
* fix a few typos in code-comments/apt manpageDavid Kalnischkies2015-11-2013-24/+24
* do not segfault in cache generation on mmap failureDavid Kalnischkies2015-11-203-6/+21
* do not rerun ./configure causing FTCBFS with newer autotools-devDavid Kalnischkies2015-11-193-6/+6
* update libapt-{pkg,inst} symbols filesDavid Kalnischkies2015-11-192-32/+88
* move -std=c++11 from CXX to new CXXSTDDavid Kalnischkies2015-11-195-8/+9
* ignore lost+found in private directory cleanupDavid Kalnischkies2015-11-195-4/+10
* tests: use quiet level 0 by default in testsDavid Kalnischkies2015-11-1929-107/+117
* 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