summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-worker.cc
Commit message (Expand)AuthorAgeFilesLines
* Keep URIs encoded in the acquire systemDavid Kalnischkies2020-12-181-13/+55
* Drop pkgAcquire::Item::ModifyRetries() ABI hackJulian Andres Klode2020-02-261-2/+2
* apt-pkg: URI: Add 'explicit' to single argument constructorJulian Andres Klode2019-04-301-1/+1
* acq: worker: Move CurrentSize, TotalSize, ResumePoint to CurrentItemJulian Andres Klode2019-04-301-9/+7
* Disable deprecated methods (ftp, rsh, ssh) by defaultJulian Andres Klode2019-01-311-0/+2
* Drop alternative URIs we got a hash-based fail fromDavid Kalnischkies2018-05-111-36/+48
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* Fix various typos reported by spellcheckersDavid Kalnischkies2018-05-051-1/+1
* require methods to request AuxRequest capability at startupDavid Kalnischkies2018-01-031-45/+66
* reimplement and simplify mirror:// methodDavid Kalnischkies2018-01-031-19/+6
* allow a method to request auxiliary filesDavid Kalnischkies2018-01-031-1/+59
* implement fallback to alternative URIs for all itemsDavid Kalnischkies2017-12-131-7/+46
* implement Acquire::Retries support for all itemsDavid Kalnischkies2017-12-131-9/+25
* Don't segfault if receiving a method warning on empty queueJulian Andres Klode2017-10-251-1/+1
* Run Proxy-Auto-Detect script from main processJulian Andres Klode2017-10-221-0/+12
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-9/+9
* do not generate Maximum-Size if we already have that fieldDavid Kalnischkies2016-12-311-3/+5
* 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