summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2014-09-27fix: warning: extra ‘;’ [-Wpedantic]David Kalnischkies2-3/+3
2014-09-27fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies10-26/+23
2014-09-27fix occurrence typo in tagfile commentDavid Kalnischkies1-1/+1
2014-09-27add an API for cache filters/matcherDavid Kalnischkies2-52/+209
2014-09-27move PCI::From* methods into CacheSetHelper classDavid Kalnischkies2-87/+139
2014-09-27rework cachesets API to allow future extensionDavid Kalnischkies2-144/+484
2014-09-27add APT::PackageUniverse as a pkgCache wrapperDavid Kalnischkies1-0/+38
2014-09-27add specialisations for std::vectorDavid Kalnischkies1-2/+73
2014-09-27mark pkg(All|Dist)Upgrade as deprecatedDavid Kalnischkies2-4/+13
2014-09-27fix progress output for (dist-)upgrade calculationDavid Kalnischkies4-55/+87
2014-09-27de-duplicate version strings in the cacheDavid Kalnischkies1-3/+3
2014-09-27drop stored StringItems in favor of in-memory mappingsDavid Kalnischkies8-124/+57
2014-09-27packages in the cache are sorted by name so noise-freeDavid Kalnischkies1-9/+2
2014-09-27search for pkg names in the cache case-sensitiveDavid Kalnischkies1-4/+4
2014-09-27deprecate Pkg->Name in favor of Grp->NameDavid Kalnischkies4-11/+18
2014-09-25Remove check for "Translation-" from pkgAcqIndex::Custom600Headers()Michael Vogt1-4/+1
2014-09-25Revert making pkgAcquire::Item::DescURI() "const"Michael Vogt1-12/+12
2014-09-24DropPrivs: Document what it doesJulian Andres Klode1-1/+11
2014-09-24DropPrivs: Use APT::Sandbox::User instead of Apt::User::NobodyJulian Andres Klode1-3/+3
2014-09-24DropPrivs: Hard-fail if the user does not existJulian Andres Klode1-1/+1
2014-09-24DropPrivs: Add some comments for the more obscure setuid/setgid functionsJulian Andres Klode1-0/+2
2014-09-24DropPrivs: Move the re-set uid/gid thing to the end of the functionJulian Andres Klode1-7/+7
2014-09-24methods: Fail if we cannot drop privilegesJulian Andres Klode2-1/+13
2014-09-24DropPrivs: Improve commentsJulian Andres Klode1-8/+7
2014-09-24DropPrivs: Also check for saved set-user-ID and set-group-IDJulian Andres Klode1-0/+20
2014-09-24DropPrivs: Do not use an invalid return check for setgroups()Julian Andres Klode1-1/+1
2014-09-24Use _apt as our unprivileged user nameJulian Andres Klode1-1/+1
2014-09-24DropPriv: Really call seteuid and not setuid, and add more checksJulian Andres Klode1-11/+35
2014-09-24Drop Privileges to "Debian-apt" in most acquire methodsMichael Vogt1-1/+33
2014-09-23fix testsMichael Vogt1-1/+1
2014-09-23Merge branch 'debian/sid' into debian/experimentalMichael Vogt8-127/+265
2014-09-21Ensure that iTFRewritePackageOrder is "MD5sum" to match apt-ftparchiveMichael Vogt1-1/+1
2014-09-21Fix regression for cdrom: sources from latest security updateMichael Vogt1-0/+6
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 Vogt3-22/+85
2014-09-12Allow override of Proxy-Auto-Detect by the users configurationMichael Vogt1-0/+4
2014-09-08rework PTY magic to fix stair-stepping on kfreebsdDavid Kalnischkies2-53/+107
2014-09-08fix progress report for upgrade and reinstallDavid Kalnischkies1-38/+41
2014-09-07strip everything spacey in APT::String::StripDavid Kalnischkies1-6/+18
2014-09-07make GetLocalitySortedVersionSet more genericDavid Kalnischkies1-0/+1
2014-09-05Merge branch 'debian/sid' into debian/experimentalMichael Vogt9-15/+168
2014-09-05Ensure we have a Policy in CacheFile.BuildDepCache()Michael Vogt1-0/+3
2014-09-02* apt-pkg/deb/dpkgpm.cc:Michael Vogt1-6/+7
2014-09-02Make Proxy-Auto-Detect check for each hostMichael Vogt2-0/+98
2014-08-29initialize iPolicyBrokenCount in DepCache::UpdateWarren He1-1/+2
2014-08-26support versioned provides as implemented by dpkgDavid Kalnischkies1-2/+2
2014-08-24Fix debListParser to accept "no" as a value for the Multi-Arch fieldJulian Andres Klode1-1/+1
2014-08-24Fix debListParser to accept "no" as a value for the Multi-Arch fieldJulian Andres Klode1-1/+1
2014-07-29Fix SmartConfigure to ignore ordering of packages that are already validMichael Vogt1-1/+48