summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)Author
2015-06-12store Release files data in the CacheDavid Kalnischkies
2015-06-11implement 'apt-get files' to access index targetsDavid Kalnischkies
2015-06-11use an enum instead of strings as IndexTarget::Option interfaceDavid Kalnischkies
2015-06-11use IndexTarget to get to IndexFileDavid Kalnischkies
2015-06-11show URI.Path in all acquire item descriptionsDavid Kalnischkies
2015-06-10rename Calculate- to GetIndexTargets and use it as official APIDavid Kalnischkies
2015-06-10stop using IndexTarget pointers which are never freedDavid Kalnischkies
2015-06-10store all targets data in IndexTarget structDavid Kalnischkies
2015-06-10abstract the code to iterate over all targets a bitDavid Kalnischkies
2015-06-09configureable acquire targets to download additional filesDavid Kalnischkies
2015-06-09remove debianism file-content verificationDavid Kalnischkies
2015-06-09do not request files if we expect an IMS hitDavid Kalnischkies
2015-06-09cleanup pdiff support detection decisionDavid Kalnischkies
2015-06-09support hashes for compressed pdiff filesDavid Kalnischkies
2015-06-09check patch hashes in rred worker instead of in the handlerDavid Kalnischkies
2015-06-09rework hashsum verification in the acquire systemDavid Kalnischkies
2015-06-07don't try other compressions on hashsum mismatchDavid Kalnischkies
2015-05-22Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2015-05-22Merge remote-tracking branch 'upstream/debian/jessie' into debian/sidMichael Vogt
2015-05-22parse arch-qualified Provides correctlyHelmut Grohne
2015-05-18treat older Release files than we already have as an IMSHitDavid Kalnischkies
2015-05-13detect Releasefile IMS hits even if the server doesn'tDavid Kalnischkies
2015-05-12implement VerifyFile as all-hashes checkDavid Kalnischkies
2015-05-11rewrite all TFRewrite instances to use the new pkgTagSection::WriteDavid Kalnischkies
2015-05-11implement a more c++-style TFRewrite alternativeDavid Kalnischkies
2015-05-11stop depending on copy-on-write for std::stringDavid Kalnischkies
2015-05-11sync TFRewrite*Order arrays with dpkg and dakDavid Kalnischkies
2015-05-11fix macro definition for very old GCC < 3David Kalnischkies
2015-05-11show non-matching m-a:same versions in debug messageDavid Kalnischkies
2015-05-11remove unused and strange default-value for pinsDavid Kalnischkies
2015-05-11a pin of 1000 always means downgrade allowedDavid Kalnischkies
2015-05-11improve partial/ cleanup in abort and failure casesDavid Kalnischkies
2015-04-28Move sysconf(_SC_OPEN_MAX); out of the for() loop to avoid unneeded syscallsMichael Vogt
2015-04-22remove "first package seen is native package" assumptionDavid Kalnischkies
2015-04-19Merge branch 'debian/jessie' into debian/experimentalDavid Kalnischkies
2015-04-19hide first pdiff merge failure debug messageDavid Kalnischkies
2015-04-19a hit on Release files means the indexes will be hits tooDavid Kalnischkies
2015-04-19refactor calculation of final lists/ name from URIDavid Kalnischkies
2015-04-19unsigned Release files can expire, tooDavid Kalnischkies
2015-04-19ensure lists/ files have correct permissions after apt-cdrom addDavid Kalnischkies
2015-04-19calculate only expected hashes in methodsDavid Kalnischkies
2015-04-19if we can, use gccs __builtin_swap methodsDavid Kalnischkies
2015-04-12parse specific-arch dependencies correctly on single-arch systemsDavid Kalnischkies
2015-04-10reimplement the last uses of sprintfDavid Kalnischkies
2015-04-07demote VectorizeString gcc attribute from const to pureDavid Kalnischkies
2015-04-07fix crash in order writing in pkgDPkgPM::WriteApportReport()Michael Vogt
2015-04-07avoid depends on std::string implementation for pkgAcquire::Item::ModeDavid Kalnischkies
2015-04-07Fix crash in pkgDPkgPM::WriteApportReport(() (LP: #1436626)Michael Vogt
2015-03-16parse arch-qualified Provides correctlyHelmut Grohne
2015-03-16fix some new compiler warnings reported by gcc-5David Kalnischkies