summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-worker.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'portability/freebsd'Julian Andres Klode2016-08-271-2/+2
|\
| * Make root group configurable via ROOT_GROUPJulian Andres Klode2016-08-261-2/+2
* | do fail on weakhash/loop earlier in acquireDavid Kalnischkies2016-08-241-41/+1
|/
* check internal redirections for loops, tooDavid Kalnischkies2016-08-171-0/+19
* log with the failed item description, not with next tryDavid Kalnischkies2016-08-161-3/+4
* allow methods to be disabled and redirected via configDavid Kalnischkies2016-08-101-7/+24
* detect redirection loops in acquire instead of workersDavid Kalnischkies2016-08-101-0/+10
* suggest transport-packages based on established nameschemeDavid Kalnischkies2016-08-101-2/+4
* add insecure (and weak) allow-options for sources.listDavid Kalnischkies2016-06-221-11/+5
* better error message for insufficient hashsumsDavid Kalnischkies2016-06-221-3/+33
* allow redirection for items without a space in the desc againDavid Kalnischkies2016-05-031-8/+11
* show more details for "Writing more data" errors, tooDavid Kalnischkies2016-04-251-5/+15
* show more details for "Hash Sum mismatch" errorsDavid Kalnischkies2016-04-251-0/+3
* stop handling items in doomed transactionsDavid Kalnischkies2016-04-071-52/+63
* Use descriptive URIs in 104 Warning messagesJulian Andres Klode2016-03-161-1/+1
* apt-pkg/acquire-worker.cc: Introduce 104 Warning messageJulian Andres Klode2016-03-151-0/+4
* act on various suggestions from cppcheckDavid Kalnischkies2016-01-261-17/+4
* do not use _apt for file/copy sources if it isn't world-accessibleDavid Kalnischkies2015-11-191-1/+1
* wrap every unlink call to check for != /dev/nullDavid Kalnischkies2015-11-041-3/+3
* add ConnectionTimedOut to transient failreasons listDavid Kalnischkies2015-11-041-6/+10
* use std-algorithms instead of manual loops to avoid overflow warningDavid Kalnischkies2015-09-141-2/+2
* use unusable-for-security hashes for integrity checksDavid Kalnischkies2015-09-011-0/+6
* correct 'apt update' download summary lineDavid Kalnischkies2015-08-271-5/+6
* Fix all the wrong removals of includes that iwyu got wrongMichael Vogt2015-08-171-0/+1
* Cleanup includes after running iwyuMichael Vogt2015-08-171-4/+0
* Replace all "press enter" occurrences with "press [Enter]"Luca Bruno2015-08-121-1/+1
* enhance "hit paywall" error message to mention the probable causeDavid Kalnischkies2015-08-101-4/+5
* handle site-changing redirects as mirror changesDavid Kalnischkies2015-08-101-16/+32
* fix memory leaks reported by -fsanitizeDavid Kalnischkies2015-08-101-1/+1
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-9/+4
* apply various style suggestions by cppcheckDavid Kalnischkies2015-08-101-1/+1
* call URIStart in cdrom and file methodDavid Kalnischkies2015-06-151-1/+0
* deal better with acquiring the same URI multiple timesDavid Kalnischkies2015-06-151-111/+169
* rework hashsum verification in the acquire systemDavid Kalnischkies2015-06-091-78/+111
* detect Releasefile IMS hits even if the server doesn'tDavid Kalnischkies2015-05-131-4/+4
* ensure lists/ files have correct permissions after apt-cdrom addDavid Kalnischkies2015-04-191-14/+0
* fix variable naming typo used in debug outputDavid Kalnischkies2014-11-081-5/+5
* move permission changing from -item to -workerDavid Kalnischkies2014-10-261-3/+34
* Merge branch 'feature/acq-trans' into feature/expected-sizeMichael Vogt2014-10-071-1/+2
|\
| * use _apt:root only for partial directoriesDavid Kalnischkies2014-10-071-1/+2
* | make expected-size a maximum-size check as this is what we want at this pointMichael Vogt2014-10-071-4/+6
* | Pass ExpectedSize to tthe backend methodMichael Vogt2014-08-261-0/+4
|/
* tell download methods the expected hashesDavid Kalnischkies2014-05-091-0/+3
* use HashStringList in the acquire systemDavid Kalnischkies2014-05-091-16/+21
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-2/+5
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-1/+1
* allow http protocol to switch to httpsDavid Kalnischkies2014-02-141-1/+6
* properly handle if-modfied-since with libcurl/https Michael Vogt2013-05-081-3/+10
* * apt-pkg/acquire*.cc:Raphael Geissert2012-05-141-0/+15
* * apt-pkg/acquire-worker.cc:YOSHINO Yoshihito2012-05-071-3/+10