summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-worker.cc
AgeCommit message (Expand)Author
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
2014-10-26move permission changing from -item to -workerDavid Kalnischkies
2014-10-07Merge branch 'feature/acq-trans' into feature/expected-sizeMichael Vogt
2014-10-07make expected-size a maximum-size check as this is what we want at this pointMichael Vogt
2014-10-07use _apt:root only for partial directoriesDavid Kalnischkies
2014-08-26Pass ExpectedSize to tthe backend methodMichael Vogt
2014-05-09tell download methods the expected hashesDavid Kalnischkies
2014-05-09use HashStringList in the acquire systemDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-02-22Fix typos in documentation (codespell)Michael Vogt
2014-02-14allow http protocol to switch to httpsDavid Kalnischkies
2013-05-08properly handle if-modfied-since with libcurl/https Michael Vogt
2012-05-14* apt-pkg/acquire*.cc:Raphael Geissert