summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-worker.cc
AgeCommit message (Expand)AuthorFilesLines
2019-04-30apt-pkg: URI: Add 'explicit' to single argument constructorJulian Andres Klode1-1/+1
2019-04-30acq: worker: Move CurrentSize, TotalSize, ResumePoint to CurrentItemJulian Andres Klode1-9/+7
2019-01-31Disable deprecated methods (ftp, rsh, ssh) by defaultJulian Andres Klode1-0/+2
2018-05-11Drop alternative URIs we got a hash-based fail fromDavid Kalnischkies1-36/+48
2018-05-07Remove obsolete RCS keywordsGuillem Jover1-1/+0
2018-05-05Fix various typos reported by spellcheckersDavid Kalnischkies1-1/+1
2018-01-03require methods to request AuxRequest capability at startupDavid Kalnischkies1-45/+66
2018-01-03reimplement and simplify mirror:// methodDavid Kalnischkies1-19/+6
2018-01-03allow a method to request auxiliary filesDavid Kalnischkies1-1/+59
2017-12-13implement fallback to alternative URIs for all itemsDavid Kalnischkies1-7/+46
2017-12-13implement Acquire::Retries support for all itemsDavid Kalnischkies1-9/+25
2017-10-25Don't segfault if receiving a method warning on empty queueJulian Andres Klode1-1/+1
2017-10-22Run Proxy-Auto-Detect script from main processJulian Andres Klode1-0/+12
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-9/+9
2016-12-31do not generate Maximum-Size if we already have that fieldDavid Kalnischkies1-3/+5
2016-08-27Merge branch 'portability/freebsd'Julian Andres Klode1-2/+2
2016-08-26Make root group configurable via ROOT_GROUPJulian Andres Klode1-2/+2
2016-08-24do fail on weakhash/loop earlier in acquireDavid Kalnischkies1-41/+1
2016-08-17check internal redirections for loops, tooDavid Kalnischkies1-0/+19
2016-08-16log with the failed item description, not with next tryDavid Kalnischkies1-3/+4
2016-08-10allow methods to be disabled and redirected via configDavid Kalnischkies1-7/+24
2016-08-10detect redirection loops in acquire instead of workersDavid Kalnischkies1-0/+10
2016-08-10suggest transport-packages based on established nameschemeDavid Kalnischkies1-2/+4
2016-06-22add insecure (and weak) allow-options for sources.listDavid Kalnischkies1-11/+5
2016-06-22better error message for insufficient hashsumsDavid Kalnischkies1-3/+33
2016-05-03allow redirection for items without a space in the desc againDavid Kalnischkies1-8/+11
2016-04-25show more details for "Writing more data" errors, tooDavid Kalnischkies1-5/+15
2016-04-25show more details for "Hash Sum mismatch" errorsDavid Kalnischkies1-0/+3
2016-04-07stop handling items in doomed transactionsDavid Kalnischkies1-52/+63
2016-03-16Use descriptive URIs in 104 Warning messagesJulian Andres Klode1-1/+1
2016-03-15apt-pkg/acquire-worker.cc: Introduce 104 Warning messageJulian Andres Klode1-0/+4
2016-01-26act on various suggestions from cppcheckDavid Kalnischkies1-17/+4
2015-11-19do not use _apt for file/copy sources if it isn't world-accessibleDavid Kalnischkies1-1/+1
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies1-3/+3
2015-11-04add ConnectionTimedOut to transient failreasons listDavid Kalnischkies1-6/+10
2015-09-14use std-algorithms instead of manual loops to avoid overflow warningDavid Kalnischkies1-2/+2
2015-09-01use unusable-for-security hashes for integrity checksDavid Kalnischkies1-0/+6
2015-08-27correct 'apt update' download summary lineDavid Kalnischkies1-5/+6
2015-08-17Fix all the wrong removals of includes that iwyu got wrongMichael Vogt1-0/+1
2015-08-17Cleanup includes after running iwyuMichael Vogt1-4/+0
2015-08-12Replace all "press enter" occurrences with "press [Enter]"Luca Bruno1-1/+1
2015-08-10enhance "hit paywall" error message to mention the probable causeDavid Kalnischkies1-4/+5
2015-08-10handle site-changing redirects as mirror changesDavid Kalnischkies1-16/+32
2015-08-10fix memory leaks reported by -fsanitizeDavid Kalnischkies1-1/+1
2015-08-10make all d-pointer * const pointersDavid Kalnischkies1-9/+4
2015-08-10apply various style suggestions by cppcheckDavid Kalnischkies1-1/+1
2015-06-15call URIStart in cdrom and file methodDavid Kalnischkies1-1/+0
2015-06-15deal better with acquiring the same URI multiple timesDavid Kalnischkies1-111/+169
2015-06-09rework hashsum verification in the acquire systemDavid Kalnischkies1-78/+111
2015-05-13detect Releasefile IMS hits even if the server doesn'tDavid Kalnischkies1-4/+4