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