summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.cc
AgeCommit message (Expand)Author
2016-08-26Make root group configurable via ROOT_GROUPJulian Andres Klode
2016-08-26changelog: Respect Dir setting for local changelog gettingJulian Andres Klode
2016-08-26Make directory paths configurableJulian Andres Klode
2016-08-26Use C locale instead of C.UTF-8 for protocol stringsJulian Andres Klode
2016-08-24do fail on weakhash/loop earlier in acquireDavid Kalnischkies
2016-08-17support compression and by-hash for .diff/Index filesDavid Kalnischkies
2016-08-17support getting only-uncompressed files via by-hashDavid Kalnischkies
2016-08-17set the correct item FileSize in by-hash caseDavid Kalnischkies
2016-08-17retry without same redirection mirror on 404 errorsDavid Kalnischkies
2016-08-17check internal redirections for loops, tooDavid Kalnischkies
2016-08-10detect redirection loops in acquire instead of workersDavid Kalnischkies
2016-07-30prevent C++ locale number formatting in text APIs (try 2)David Kalnischkies
2016-07-27rred: truncate result file before writing to itDavid Kalnischkies
2016-07-26verify hash of input file in rredDavid Kalnischkies
2016-07-22allow arch=all to override No-Support-for-Architecture-allDavid Kalnischkies
2016-07-02use +0000 instead of UTC by default as timezone in outputDavid Kalnischkies
2016-06-27imbue .diff/Index parsing with C.UTF-8 as wellDavid Kalnischkies
2016-06-22add insecure (and weak) allow-options for sources.listDavid Kalnischkies
2016-06-22add [weak] tag to hash errors to indicate insufficiencyDavid Kalnischkies
2016-06-22better error message for insufficient hashsumsDavid Kalnischkies
2016-06-22generalize secure->insecure downgrade protectionDavid Kalnischkies
2016-06-22handle weak-security repositories as unauthenticatedDavid Kalnischkies
2016-05-24fix two typos in untranslated errors of libapt-pkgDavid Kalnischkies
2016-05-08implement Fallback-Of for IndexTargetsDavid Kalnischkies
2016-05-07don't construct MetaIndex acquire items with IndexTargetsDavid Kalnischkies
2016-05-07delay progress until Release files are downloadedDavid Kalnischkies
2016-05-07TransactionManager can never be a nullptrDavid Kalnischkies
2016-05-07fix same-mirror redirection for Release{,.gpg} pairDavid Kalnischkies
2016-05-01don't show NO_PUBKEY warning if repo is signed by another keyDavid Kalnischkies
2016-04-25use the same redirection mirror for all index filesDavid 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-25sanify unused ReportMirrorFailure a tiny bitDavid Kalnischkies
2016-04-14ensure outdated files are dropped without lists-cleanupDavid Kalnischkies
2016-04-14silently skip acquire of empty index filesDavid Kalnischkies
2016-04-14fix Alt-Filename handling of file methodDavid Kalnischkies
2016-04-07stop handling items in doomed transactionsDavid Kalnischkies
2016-04-07ensure transaction states are changed only onceDavid Kalnischkies
2016-03-19refactor loading of previous release fileDavid Kalnischkies
2016-03-16Get accurate progress reporting in apt update againMichael Vogt
2016-03-14don't use Desc.URI to calculate .diff/Index filenamesDavid Kalnischkies
2016-03-14require $(HASH)-Download field in .diff/Index filesDavid Kalnischkies
2016-03-07Fix several typosVeres Lajos
2016-03-06do not move not-failed pdiff-patches into CWD on failureDavid Kalnischkies
2016-03-06deal with partially downloaded changelogsDavid Kalnischkies
2016-02-26Add missing numeric includes in files using std::accumulate()Julian Andres Klode
2016-02-11always download changelogs into /tmp firstDavid Kalnischkies
2016-02-11use local changelog from /usr/share/doc if possibleDavid Kalnischkies
2016-01-08remove uncompressed leftover partial file before pdiff bootstrapDavid Kalnischkies
2016-01-08use filesize of compressed pdiffs for the limit if possibleDavid Kalnischkies