summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-worker.cc
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-19ensure lists/ files have correct permissions after apt-cdrom addDavid Kalnischkies1-14/+0
2014-11-08fix variable naming typo used in debug outputDavid Kalnischkies1-5/+5
2014-10-26move permission changing from -item to -workerDavid Kalnischkies1-3/+34
2014-10-07Merge branch 'feature/acq-trans' into feature/expected-sizeMichael Vogt1-1/+2
2014-10-07make expected-size a maximum-size check as this is what we want at this pointMichael Vogt1-4/+6
2014-10-07use _apt:root only for partial directoriesDavid Kalnischkies1-1/+2
2014-08-26Pass ExpectedSize to tthe backend methodMichael Vogt1-0/+4
2014-05-09tell download methods the expected hashesDavid Kalnischkies1-0/+3
2014-05-09use HashStringList in the acquire systemDavid Kalnischkies1-16/+21
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-2/+5
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-1/+1
2014-02-14allow http protocol to switch to httpsDavid Kalnischkies1-1/+6
2013-05-08properly handle if-modfied-since with libcurl/https Michael Vogt1-3/+10
2012-05-14* apt-pkg/acquire*.cc:Raphael Geissert1-0/+15
2012-05-07* apt-pkg/acquire-worker.cc:YOSHINO Yoshihito1-3/+10
2012-04-22* apt-pkg/acquire-worker.cc:David Kalnischkies1-30/+9
2012-04-11use a static FileFd::Write overload to reduce duplication of write()-retry codeDavid Kalnischkies1-24/+3
2012-03-20* apt-pkg/acquire-worker.cc:David Kalnischkies1-1/+17
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies1-4/+4
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-3/+5
2011-07-05* apt-pkg/acquire*.{cc,h}:David Kalnischkies1-2/+2
2011-04-26* apt-pkg/acquire-worker.cc:David Kalnischkies1-6/+5
2011-03-14* mirror method:Michael Vogt1-0/+11