summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.cc
AgeCommit message (Expand)AuthorFilesLines
2014-04-28initialize Verify in second pkgAcqIndex constructorDavid Kalnischkies1-0/+2
2014-03-13use the pretty fullname of a pkg as download desciptionDavid Kalnischkies1-6/+2
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies1-1/+1
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-3/+12
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies1-10/+10
2014-03-13warning: useless cast to type A [-Wuseless-cast]David Kalnischkies1-6/+6
2014-02-27initial version of apt-helperMichael Vogt1-1/+1
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-10/+10
2014-02-10always cleanup patchfiles at the end of rred callDavid Kalnischkies1-0/+9
2014-01-15integrate Anthonys rred with POC for client-side mergeDavid Kalnischkies1-8/+3
2014-01-15reenable unlimited pdiff files downloadDavid Kalnischkies1-1/+1
2014-01-15correct IndexDiff vs DiffIndex in Debug outputAnthony Towns1-6/+6
2013-12-13implement POC client-side merging of pdiffs via apt-fileDavid Kalnischkies1-3/+148
2013-12-13query an empty pkgAcqIndexDiffs if index is up-to-dateDavid Kalnischkies1-7/+9
2013-10-09Merge remote-tracking branch 'mvo/feature/limit-default-pdiffs' into debian/sidMichael Vogt1-1/+1
2013-10-03use pkgAcqArchive in 'download' for proper errorsDavid Kalnischkies1-3/+2
2013-10-03refactor onError relabeling of DestFile as '.FAILED'David Kalnischkies1-32/+43
2013-09-26pkg from only trusted sources keeps being trustedDavid Kalnischkies1-8/+15
2013-08-26set Acquire::PDiffs::FileLimit to 20 to avoid needless huge fetchesMichael Vogt1-1/+1
2013-08-22Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt1-0/+2
2013-08-12fix: --print-uris removes authenticationDavid Kalnischkies1-4/+27
2013-08-12some more coverity fixesMichael Vogt1-0/+2
2013-07-25pick up Translation-* even if only compressed availableDavid Kalnischkies1-2/+13
2013-06-20do not redownload unchanged InRelease filesDavid Kalnischkies1-1/+12
2013-04-10Fix English spelling error in a message ('A error'). Unfuzzybubulle@debian.org1-1/+1
2013-04-08merged bundle from davidMichael Vogt1-2/+2
2013-04-02merged lp:~mvo/apt/fix-inrelease5Michael Vogt1-10/+16
2013-03-15* apt-pkg/acquire-item.cc:David Kalnischkies1-10/+16
2013-03-10various simple changes to fix cppcheck warningsDavid Kalnischkies1-2/+2
2013-01-14ensure sha512 is really used when available (thanks to Tyler Hicks )Michael Vogt1-1/+1
2012-03-06add Debug::pkgAcqArchive::NoQueue to disable package downloadingDavid Kalnischkies1-1/+12
2012-03-04* apt-pkg/acquire-item.cc:David Kalnischkies1-0/+7
2012-02-18use pdiff for Translation-* files if available (Closes: #657902)David Kalnischkies1-1/+6
2012-02-18* apt-pkg/acquire-item.cc:David Kalnischkies1-47/+20
2011-12-17try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies1-2/+2
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-0/+2
2011-09-13merge with debian/sidDavid Kalnischkies1-25/+22
2011-09-13merge with debian/experimentalDavid Kalnischkies1-23/+23
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-2/+4
2011-08-22* apt-pkg/acquire-item.cc:David Kalnischkies1-25/+22
2011-08-15merged from the debian-sid branchMichael Vogt1-13/+15
2011-08-15merged fixes from lp:~mvo/apt/mvoMichael Vogt1-0/+1
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies1-11/+11
2011-08-08fix crash when P.Arch() was used but the cache got remappedMichael Vogt1-1/+1
2011-08-08apt-pkg/acquire-item.cc: add more debug outputMichael Vogt1-0/+1
2011-08-05* test/integration/test-hashsum-verification:Michael Vogt1-2/+3
2011-08-05* apt-pkg/acquire-item.cc:Michael Vogt1-2/+3
2011-08-05apt-pkg/acquire-item.cc: always init VerifyMichael Vogt1-0/+4
2011-08-05* apt-pkg/acquire-item.{cc,h}:Michael Vogt1-0/+4
2011-07-28* [ABI break] apt-pkg/acquire-item.{cc,h}:Michael Vogt1-10/+0