summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)Author
2014-10-02add a bunch of docstrings etcMichael Vogt
2014-10-02fix crashMichael Vogt
2014-10-02donkults fixesMichael Vogt
2014-10-02Cleanup pkgAcqIndexMichael Vogt
2014-10-01refactor and add pkgAcqIndex::ValidateFile()Michael Vogt
2014-10-01fix leftover files from Acquire::GzipIndexMichael Vogt
2014-10-01hack around test-apt-update-unauth failureMichael Vogt
2014-10-01update test/integration/test-releasefile-verificationMichael Vogt
2014-10-01Use Acquire::Allow{InsecureRepositories,DowngradeToInsecureRepositories}Michael Vogt
2014-10-01add verify for the .diff/Index download and add FIXME for pkgAcqIndexDiffs/pk...Michael Vogt
2014-09-30fix another instance of warning: extra ‘;’ [-Wpedantic]David Kalnischkies
2014-09-30support parsing of all hashes for pdiffDavid Kalnischkies
2014-09-30mark private methods as hiddenDavid Kalnischkies
2014-09-29cleanupMichael Vogt
2014-09-29fix Configuration::FindVector APIDavid Kalnischkies
2014-09-29fix DestFile extMichael Vogt
2014-09-29refactorMichael Vogt
2014-09-29Adjust DestFile in ReverifyAfterIMS() to not include compr ExtensionMichael Vogt
2014-09-29Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt
2014-09-29Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-09-28replace c-string Mode with c++-string ActiveSubprocessDavid Kalnischkies
2014-09-28allow options between command and -- on commandlineDavid Kalnischkies
2014-09-27allow fetcher setup without directory creationDavid Kalnischkies
2014-09-27store source name and version in binary cacheDavid Kalnischkies
2014-09-27fix: The class 'pkgSourceList' defines member variable with name 'SrcList' al...David Kalnischkies
2014-09-27fix: Prefer prefix ++/-- operators for non-primitive typesDavid Kalnischkies
2014-09-27fix: Consecutive return, break, continue, goto or throw statements are unnece...David Kalnischkies
2014-09-27add and use 'apt-key verify' which prefers gpgv over gpgDavid Kalnischkies
2014-09-27add --readonly option for apt-key advDavid Kalnischkies
2014-09-27use apt-key adv (+ gnupg) instead of gpgv for verifyDavid Kalnischkies
2014-09-27fix: warning: extra ‘;’ [-Wpedantic]David Kalnischkies
2014-09-27fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies
2014-09-27fix occurrence typo in tagfile commentDavid Kalnischkies
2014-09-27add an API for cache filters/matcherDavid Kalnischkies
2014-09-27move PCI::From* methods into CacheSetHelper classDavid Kalnischkies
2014-09-27rework cachesets API to allow future extensionDavid Kalnischkies
2014-09-27add APT::PackageUniverse as a pkgCache wrapperDavid Kalnischkies
2014-09-27add specialisations for std::vectorDavid Kalnischkies
2014-09-27mark pkg(All|Dist)Upgrade as deprecatedDavid Kalnischkies
2014-09-27fix progress output for (dist-)upgrade calculationDavid Kalnischkies
2014-09-27de-duplicate version strings in the cacheDavid Kalnischkies
2014-09-27drop stored StringItems in favor of in-memory mappingsDavid Kalnischkies
2014-09-27packages in the cache are sorted by name so noise-freeDavid Kalnischkies
2014-09-27search for pkg names in the cache case-sensitiveDavid Kalnischkies
2014-09-27deprecate Pkg->Name in favor of Grp->NameDavid Kalnischkies
2014-09-26test fixesMichael Vogt
2014-09-26Do not allow going from authenticated to unauthenticated repoMichael Vogt
2014-09-26Print warning for unauthenticated repositoriesMichael Vogt
2014-09-26Do not download Packages/Sources files on I-M-S hit of the Release fileMichael Vogt
2014-09-26Merge remote-tracking branch 'donkult/feature/generalize-gzipindex' into debi...Michael Vogt