summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-01support multiple fingerprints in signed-byDavid Kalnischkies4-32/+71
2016-05-01gpgv: cleanup statusfd parsing a bitDavid Kalnischkies2-58/+46
2016-05-01don't show NO_PUBKEY warning if repo is signed by another keyDavid Kalnischkies6-49/+134
2016-05-01gpgv: handle expired sig as worthlessDavid Kalnischkies3-2/+34
2016-05-01gpgv: use EXPKEYSIG instead of KEYEXPIREDDavid Kalnischkies2-5/+5
2016-05-01show StateCache flags in Pkg debug prettyprintDavid Kalnischkies5-35/+102
2016-04-30zh_TW.po: remove several fuzzy tags after reviewZhou Mo1-8/+6
2016-04-28deb822: Restore support for <multivalue>-{Add,Remove}James McCoy2-2/+12
2016-04-28factor out Pkg/DepIterator prettyprinters into own headerDavid Kalnischkies9-40/+141
2016-04-28deprecate confusing Pkg.CandVersion() methodDavid Kalnischkies2-2/+2
2016-04-28respect user pinning in M-A:same version (un)screwingDavid Kalnischkies2-2/+34
2016-04-28FileFd: avoid further writing if file failedDavid Kalnischkies1-9/+13
2016-04-27Merge branch 'fix-https-noproxy' of github.com:patcable/aptJulian Andres Klode1-6/+6
2016-04-27refactored no_proxy code to work regardless of where https proxy is setPatrick Cable1-6/+6
2016-04-25private-show: Get rid of old policy support codeJulian Andres Klode1-35/+2
2016-04-25policy: Remove TODO for replacing old GetCandidateVer()Julian Andres Klode1-1/+0
2016-04-25policy: Get rid of old (pre-1.1) GetCandidateVer algorithmJulian Andres Klode2-98/+0
2016-04-25restore pinning to min/max value of shortDavid Kalnischkies2-3/+23
2016-04-25give rc-status packages a pin of -1David Kalnischkies1-7/+6
2016-04-25edsp: ask policy engine for the pin of the version directlyDavid Kalnischkies1-5/+1
2016-04-25use the same redirection mirror for all index filesDavid Kalnischkies3-0/+40
2016-04-25show more details for "Writing more data" errors, tooDavid Kalnischkies4-30/+68
2016-04-25show more details for "Hash Sum mismatch" errorsDavid Kalnischkies8-28/+259
2016-04-25format multiline errors properly in acquire progressDavid Kalnischkies1-5/+21
2016-04-25drop empty line from fetch errorDavid Kalnischkies49-368/+152
2016-04-25properly format multiline error messagesDavid Kalnischkies2-6/+55
2016-04-25sanify unused ReportMirrorFailure a tiny bitDavid Kalnischkies2-63/+69
2016-04-25don't ask server if we have entire file in partial/David Kalnischkies4-31/+81
2016-04-25add dep11 files to default Release patternsDavid Kalnischkies1-0/+4
2016-04-25make random acquire queues work less randomDavid Kalnischkies2-10/+26
2016-04-25Release 1.2.111.2.11Julian Andres Klode57-77/+99
2016-04-14ensure outdated files are dropped without lists-cleanupDavid Kalnischkies2-3/+69
2016-04-14silently skip acquire of empty index filesDavid Kalnischkies8-47/+41
2016-04-14allow uncompressed files to be empty in store againDavid Kalnischkies2-1/+26
2016-04-14fix Alt-Filename handling of file methodDavid Kalnischkies3-7/+8
2016-04-13recheck Pre-Depends satisfaction in SmartConfigureDavid Kalnischkies1-2/+2
2016-04-13detect compressed status files on extension againDavid Kalnischkies1-1/+1
2016-04-13Hungarian program translation updateKelemen Gábor1-195/+251
2016-04-13do not require non-broken systems in 'upgrade'David Kalnischkies1-8/+0
2016-04-13webserver: 416 errors aren't closing connectionsDavid Kalnischkies1-1/+1
2016-04-07stop handling items in doomed transactionsDavid Kalnischkies3-53/+102
2016-04-07ensure transaction states are changed only onceDavid Kalnischkies2-11/+32
2016-04-05releasing package apt version 1.2.101.2.10Michael Vogt14-14/+35
2016-04-04Fix `OnCalendar=*-*-* 6,18:00` instead of `OnCalendar=*-*-* 6:00,18:00`Michael Vogt1-1/+1
2016-04-04Japanese program translation updateTakuma Yamada1-122/+171
2016-04-03don't leak on error in listparser creationDavid Kalnischkies2-8/+32
2016-04-03use buffered writing for InRelease splittingDavid Kalnischkies1-1/+1
2016-04-03consistently add APT_OVERRIDE as method markerDavid Kalnischkies1-70/+70
2016-04-01Use systemd.timer instead of a cron jobMichael Vogt9-39/+66
2016-03-28Allow lowering trust level of a hash via configJulian Andres Klode3-17/+26