summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* Adjust DestFile in ReverifyAfterIMS() to not include compr ExtensionMichael Vogt2014-09-292-1/+8
* Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2014-09-2935-642/+1383
|\
| * Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-292-36/+65
| |\
| | * Merge remote-tracking branch 'donkult/feature/generalize-gzipindex' into debi...Michael Vogt2014-09-262-37/+67
| | |\
| | | * generalize Acquire::GzipIndexMichael Vogt2014-09-212-37/+67
| * | | replace c-string Mode with c++-string ActiveSubprocessDavid Kalnischkies2014-09-282-4/+55
| * | | allow options between command and -- on commandlineDavid Kalnischkies2014-09-281-8/+11
| * | | allow fetcher setup without directory creationDavid Kalnischkies2014-09-272-14/+21
| * | | store source name and version in binary cacheDavid Kalnischkies2014-09-275-11/+65
| * | | fix: The class 'pkgSourceList' defines member variable with name 'SrcList' al...David Kalnischkies2014-09-271-4/+0
| * | | fix: Prefer prefix ++/-- operators for non-primitive typesDavid Kalnischkies2014-09-272-5/+5
| * | | fix: Consecutive return, break, continue, goto or throw statements are unnece...David Kalnischkies2014-09-271-3/+1
| * | | add and use 'apt-key verify' which prefers gpgv over gpgDavid Kalnischkies2014-09-271-2/+1
| * | | add --readonly option for apt-key advDavid Kalnischkies2014-09-271-0/+1
| * | | use apt-key adv (+ gnupg) instead of gpgv for verifyDavid Kalnischkies2014-09-271-45/+18
| * | | fix: warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-09-272-3/+3
| * | | fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies2014-09-2710-26/+23
| * | | fix occurrence typo in tagfile commentDavid Kalnischkies2014-09-271-1/+1
| * | | add an API for cache filters/matcherDavid Kalnischkies2014-09-272-52/+209
| * | | move PCI::From* methods into CacheSetHelper classDavid Kalnischkies2014-09-272-87/+139
| * | | rework cachesets API to allow future extensionDavid Kalnischkies2014-09-272-144/+484
| * | | add APT::PackageUniverse as a pkgCache wrapperDavid Kalnischkies2014-09-271-0/+38
| * | | add specialisations for std::vectorDavid Kalnischkies2014-09-271-2/+73
| * | | mark pkg(All|Dist)Upgrade as deprecatedDavid Kalnischkies2014-09-272-4/+13
| * | | fix progress output for (dist-)upgrade calculationDavid Kalnischkies2014-09-274-55/+87
| * | | de-duplicate version strings in the cacheDavid Kalnischkies2014-09-271-3/+3
| * | | drop stored StringItems in favor of in-memory mappingsDavid Kalnischkies2014-09-278-124/+57
| * | | packages in the cache are sorted by name so noise-freeDavid Kalnischkies2014-09-271-9/+2
| * | | search for pkg names in the cache case-sensitiveDavid Kalnischkies2014-09-271-4/+4
| * | | deprecate Pkg->Name in favor of Grp->NameDavid Kalnischkies2014-09-274-11/+18
| * | | Remove check for "Translation-" from pkgAcqIndex::Custom600Headers()Michael Vogt2014-09-251-4/+1
| * | | Revert making pkgAcquire::Item::DescURI() "const"Michael Vogt2014-09-251-12/+12
* | | | test fixesMichael Vogt2014-09-261-20/+21
* | | | Do not allow going from authenticated to unauthenticated repoMichael Vogt2014-09-262-86/+141
* | | | Print warning for unauthenticated repositoriesMichael Vogt2014-09-261-0/+4
* | | | Do not download Packages/Sources files on I-M-S hit of the Release fileMichael Vogt2014-09-261-2/+8
* | | | Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...Michael Vogt2014-09-254-6/+105
|\| | |
| * | | DropPrivs: Document what it doesJulian Andres Klode2014-09-241-1/+11
| * | | DropPrivs: Use APT::Sandbox::User instead of Apt::User::NobodyJulian Andres Klode2014-09-241-3/+3
| * | | DropPrivs: Hard-fail if the user does not existJulian Andres Klode2014-09-241-1/+1
| * | | DropPrivs: Add some comments for the more obscure setuid/setgid functionsJulian Andres Klode2014-09-241-0/+2
| * | | DropPrivs: Move the re-set uid/gid thing to the end of the functionJulian Andres Klode2014-09-241-7/+7
| * | | methods: Fail if we cannot drop privilegesJulian Andres Klode2014-09-242-1/+13
| * | | DropPrivs: Improve commentsJulian Andres Klode2014-09-241-8/+7
| * | | DropPrivs: Also check for saved set-user-ID and set-group-IDJulian Andres Klode2014-09-241-0/+20
| * | | DropPrivs: Do not use an invalid return check for setgroups()Julian Andres Klode2014-09-241-1/+1
| * | | Use _apt as our unprivileged user nameJulian Andres Klode2014-09-241-1/+1
| * | | DropPriv: Really call seteuid and not setuid, and add more checksJulian Andres Klode2014-09-241-11/+35
| * | | Drop Privileges to "Debian-apt" in most acquire methodsMichael Vogt2014-09-241-1/+33
| * | | fix testsMichael Vogt2014-09-231-1/+1