summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* Use 0llu instead of 0ull in one place tooJulian Andres Klode2015-12-071-1/+1
* Avoid overflow when summing up file sizesJulian Andres Klode2015-12-072-4/+4
* use @CHANGEPATH@ as placeholder in changelog URI templatesDavid Kalnischkies2015-12-023-7/+7
* require explicit paths to dsc/control as we do for deb filesDavid Kalnischkies2015-12-013-3/+36
* accept ../ on the cmdline as start for a deb file as wellDavid Kalnischkies2015-11-291-1/+1
* tests: fix typos, correct helpmsgs and test testsDavid Kalnischkies2015-11-291-1/+1
* doc: VerifyFile checks all hashes instead of best onlyDavid Kalnischkies2015-11-291-1/+1
* Revert "Revert "appease adequate with some weak symbols for -private""Julian Andres Klode2015-11-281-0/+2
* Revert "appease adequate with some weak symbols for -private"Julian Andres Klode2015-11-281-2/+0
* disable privilege-drop verification by default as fakeroot trips over itDavid Kalnischkies2015-11-281-42/+60
* show the group we failed to drop via setgroupsDavid Kalnischkies2015-11-281-6/+11
* ignore deprecated method calls in deprecated methodDavid Kalnischkies2015-11-271-0/+2
* outsmart gcc -O3 over-optimization in pkgCdrom::FindPackagesDavid Kalnischkies2015-11-271-3/+3
* add messages to our deprecation warnings in libaptDavid Kalnischkies2015-11-2728-110/+100
* appease adequate with some weak symbols for -privateDavid Kalnischkies2015-11-271-0/+2
* 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
* typo: run s#frontend#front-end# on all of src:aptDavid Kalnischkies2015-11-252-2/+2
* slightly rephrase notice shown for insecure repositoriesJustin B Rye2015-11-251-1/+1
* review of new/changed translatable program stringsJustin B Rye2015-11-214-13/+13
* do not sent Last-Modified if we expect a changed fileDavid Kalnischkies2015-11-211-4/+12
* fix a few typos in code-comments/apt manpageDavid Kalnischkies2015-11-201-1/+1
* do not segfault in cache generation on mmap failureDavid Kalnischkies2015-11-203-6/+21
* ignore lost+found in private directory cleanupDavid Kalnischkies2015-11-192-0/+2
* support setting empty values (sanely) & removing support forDavid Kalnischkies2015-11-191-20/+5
* do not use _apt for file/copy sources if it isn't world-accessibleDavid Kalnischkies2015-11-193-31/+86
* "support" unsigned Release files without hashes againDavid Kalnischkies2015-11-051-3/+4
* encode UTF-8 characters correctly in QuoteStringDavid Kalnischkies2015-11-051-1/+1
* apply various suggestions made by cppcheckDavid Kalnischkies2015-11-056-14/+9
* do not use read() returned value unconditionallyDavid Kalnischkies2015-11-051-24/+17
* wrap every unlink call to check for != /dev/nullDavid Kalnischkies2015-11-0410-39/+38
* ensure FileFd doesn't try to open /dev/null as atomic and coDavid Kalnischkies2015-11-041-6/+10
* ignore newlines in dpkg-deb control output for installing debsDavid Kalnischkies2015-11-041-4/+13
* support arch:all data e.g. in separate Packages fileDavid Kalnischkies2015-11-046-4/+68
* sanify API to get 'the' candidate versionDavid Kalnischkies2015-11-046-9/+35
* centralize unlink checks in acquire-itemDavid Kalnischkies2015-11-041-16/+30
* do not cleanup .diff/Index files on HitDavid Kalnischkies2015-11-041-0/+3
* move apts cmdline helper type into -privateDavid Kalnischkies2015-11-042-68/+5
* new quiet level -qq for apt to hide progress outputDavid Kalnischkies2015-11-041-1/+1
* deduplicate main methodsDavid Kalnischkies2015-11-042-2/+2
* split up help messages for simpler reuseDavid Kalnischkies2015-11-042-2/+71
* add binary-specific options via Binary scopeDavid Kalnischkies2015-11-042-0/+55
* refer to apt-secure(8) in unsecure repositories warningDavid Kalnischkies2015-11-041-1/+1
* rework errors and warnings around insecure repositoriesDavid Kalnischkies2015-11-041-22/+39
* add ConnectionTimedOut to transient failreasons listDavid Kalnischkies2015-11-041-6/+10
* support .deb files in upgrade operations as wellDavid Kalnischkies2015-11-043-9/+40
* 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-041-13/+22
* allow all dpkg selections to be set via apt-mark and libaptDavid Kalnischkies2015-11-042-33/+73
* provide public interface to hold/unhold packagesDavid Kalnischkies2015-11-045-7/+190