summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-worker.cc
AgeCommit message (Expand)Author
2016-05-10allow redirection for items without a space in the desc againDavid 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
2012-05-07* apt-pkg/acquire-worker.cc:YOSHINO Yoshihito
2012-04-22* apt-pkg/acquire-worker.cc:David Kalnischkies
2012-04-11use a static FileFd::Write overload to reduce duplication of write()-retry codeDavid Kalnischkies
2012-03-20* apt-pkg/acquire-worker.cc:David Kalnischkies
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies
2011-07-05* apt-pkg/acquire*.{cc,h}:David Kalnischkies
2011-04-26* apt-pkg/acquire-worker.cc:David Kalnischkies
2011-03-14* mirror method:Michael Vogt
2009-07-02* apt-pkg/acquire-worker.cc:Michael Vogt
2009-01-30[ABI break] merge support for http redirects, thanks toMichael Vogt
2008-01-07* apt-pkg/acquire-worker.cc, methods/connect.cc:Michael Vogt
2007-08-08* apt-pkg/acquire-worker.cc:Michael Vogt