summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.cc
AgeCommit message (Expand)AuthorFilesLines
2017-07-26don't move failed pdiff indexes out of partialDavid Kalnischkies1-4/+1
2017-07-26don't try to rename failed pdiff patches twiceDavid Kalnischkies1-2/+0
2017-07-17Merge pull request Debian/apt#44 from willismonroe/patch-1Julian Andres Klode1-1/+1
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-16/+16
2017-07-12Drop cacheiterators.h includeJulian Andres Klode1-1/+0
2017-07-07don't expect more downloads from failed transactionsDavid Kalnischkies1-0/+2
2017-06-28allow frontends to override releaseinfo change behaviourDavid Kalnischkies1-28/+33
2017-06-28show a Release-Notes URI if infos were changedDavid Kalnischkies1-0/+11
2017-06-28error in update on Release information changesDavid Kalnischkies1-5/+55
2017-06-26fail InRelease on non-404 HTTP errorcodesDavid Kalnischkies1-1/+5
2017-06-26show .diff/Index properly as ignored if we fallbackDavid Kalnischkies1-95/+75
2017-06-26warn if an expected file can't be acquiredDavid Kalnischkies1-3/+14
2017-06-22Minor grammar fixM. Willis Monroe1-1/+1
2017-03-13Fix mistake in CHANGEPATH comment exampleJulian Andres Klode1-1/+1
2017-01-19fix various typos reported by spellintianDavid Kalnischkies1-2/+2
2016-11-25get pdiff files from the same mirror as the indexDavid Kalnischkies1-14/+38
2016-11-11show distribution mismatch for changed codenamesDavid Kalnischkies1-0/+8
2016-11-11don't warn if untransformed distribution matchesDavid Kalnischkies1-37/+8
2016-11-09rename Checksum-FileSize to Filesize in hashsum mismatchDavid Kalnischkies1-14/+17
2016-11-02keep Release.gpg on untrusted to trusted IMS-HitDavid Kalnischkies1-3/+9
2016-09-02acquire: Use priority queues and a 3 stage pipeline designJulian Andres Klode1-0/+22
2016-08-29randomize acquire order for same type index filesDavid Kalnischkies1-0/+18
2016-08-27Merge branch 'portability/freebsd'Julian Andres Klode1-4/+5
2016-08-26Make root group configurable via ROOT_GROUPJulian Andres Klode1-1/+1
2016-08-26changelog: Respect Dir setting for local changelog gettingJulian Andres Klode1-1/+2
2016-08-26Make directory paths configurableJulian Andres Klode1-1/+1
2016-08-26Use C locale instead of C.UTF-8 for protocol stringsJulian Andres Klode1-1/+1
2016-08-24do fail on weakhash/loop earlier in acquireDavid Kalnischkies1-2/+1
2016-08-17support compression and by-hash for .diff/Index filesDavid Kalnischkies1-41/+47
2016-08-17support getting only-uncompressed files via by-hashDavid Kalnischkies1-0/+2
2016-08-17set the correct item FileSize in by-hash caseDavid Kalnischkies1-4/+3
2016-08-17retry without same redirection mirror on 404 errorsDavid Kalnischkies1-1/+21
2016-08-17check internal redirections for loops, tooDavid Kalnischkies1-0/+3
2016-08-10detect redirection loops in acquire instead of workersDavid Kalnischkies1-19/+50
2016-07-30prevent C++ locale number formatting in text APIs (try 2)David Kalnischkies1-1/+1
2016-07-27rred: truncate result file before writing to itDavid Kalnischkies1-13/+17
2016-07-26verify hash of input file in rredDavid Kalnischkies1-3/+6
2016-07-22allow arch=all to override No-Support-for-Architecture-allDavid Kalnischkies1-2/+1
2016-07-02use +0000 instead of UTC by default as timezone in outputDavid Kalnischkies1-4/+4
2016-06-27imbue .diff/Index parsing with C.UTF-8 as wellDavid Kalnischkies1-0/+5
2016-06-22add insecure (and weak) allow-options for sources.listDavid Kalnischkies1-9/+43
2016-06-22add [weak] tag to hash errors to indicate insufficiencyDavid Kalnischkies1-2/+13
2016-06-22better error message for insufficient hashsumsDavid Kalnischkies1-1/+7
2016-06-22generalize secure->insecure downgrade protectionDavid Kalnischkies1-49/+59
2016-06-22handle weak-security repositories as unauthenticatedDavid Kalnischkies1-17/+50
2016-05-24fix two typos in untranslated errors of libapt-pkgDavid Kalnischkies1-3/+3
2016-05-08implement Fallback-Of for IndexTargetsDavid Kalnischkies1-1/+13
2016-05-07don't construct MetaIndex acquire items with IndexTargetsDavid Kalnischkies1-44/+38
2016-05-07delay progress until Release files are downloadedDavid Kalnischkies1-12/+11
2016-05-07TransactionManager can never be a nullptrDavid Kalnischkies1-18/+11