summaryrefslogtreecommitdiff
path: root/apt-pkg/acquire-item.cc
AgeCommit message (Expand)AuthorFilesLines
2015-04-07avoid depends on std::string implementation for pkgAcquire::Item::ModeDavid Kalnischkies1-2/+12
2014-10-15don't cleanup cdrom files in apt-get updateDavid Kalnischkies1-8/+7
2014-09-26Merge remote-tracking branch 'donkult/feature/generalize-gzipindex' into debi...Michael Vogt1-15/+29
2014-09-21Fix regression for cdrom: sources from latest security updateMichael Vogt1-0/+6
2014-09-21generalize Acquire::GzipIndexMichael Vogt1-15/+29
2014-09-17improve test for commit daff4aMichael Vogt1-2/+3
2014-09-17Fix regression for file:/// uris from CVE-2014-0487Michael Vogt1-12/+6
2014-09-16SECURITY UPDATE for CVE-2014-{0488,0487,0489}Michael Vogt1-22/+75
2014-07-17apt-pkg/acquire-item.cc: make pkgAcqDiffIndex more uniformMichael Vogt1-2/+2
2014-07-03Try not to parse invalid translation files (LP: #756317)Michael Vogt1-25/+17
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