summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2015-05-22Merge remote-tracking branch 'upstream/debian/jessie' into debian/sidMichael Vogt6-22/+16
2015-05-22parse arch-qualified Provides correctlyHelmut Grohne1-0/+6
2015-04-28Move sysconf(_SC_OPEN_MAX); out of the for() loop to avoid unneeded syscallsMichael Vogt1-1/+2
2015-04-22remove "first package seen is native package" assumptionDavid Kalnischkies2-14/+2
2015-04-12parse specific-arch dependencies correctly on single-arch systemsDavid Kalnischkies1-1/+1
2015-04-07demote VectorizeString gcc attribute from const to pureDavid Kalnischkies1-1/+1
2015-04-07fix crash in order writing in pkgDPkgPM::WriteApportReport()Michael Vogt1-2/+9
2015-04-07avoid depends on std::string implementation for pkgAcquire::Item::ModeDavid Kalnischkies1-2/+12
2015-04-07Fix crash in pkgDPkgPM::WriteApportReport(() (LP: #1436626)Michael Vogt1-2/+13
2015-01-10award points for positive dependencies againDavid Kalnischkies1-1/+1
2014-12-23pass-through stdin fd instead of content if not a terminalDavid Kalnischkies1-4/+12
2014-12-23always run 'dpkg --configure -a' at the end of our dpkg callingsDavid Kalnischkies1-2/+7
2014-12-23do not make PTY slave the controlling terminalDavid Kalnischkies1-2/+2
2014-11-28fix PTY interaction on linux and kfreebsdDavid Kalnischkies1-44/+55
2014-11-28close leaking slave fd after setting up pty magicDavid Kalnischkies1-2/+4
2014-11-10allow options between command and -- on commandlineDavid Kalnischkies1-8/+11
2014-11-10deprecate the Section member from package structDavid Kalnischkies4-4/+18
2014-11-10use 'best' hash for source authenticationDavid Kalnischkies4-48/+167
2014-11-10add a simple container for HashStringsDavid Kalnischkies2-15/+187
2014-10-23Fix incorrect comparison between signed/unsignedMichael Vogt1-1/+1
2014-10-23Use sysconf(_SC_ARG_MAX) to find the size of Dpkg::MaxArgBytesMichael Vogt1-2/+21
2014-10-15don't cleanup cdrom files in apt-get updateDavid Kalnischkies1-8/+7
2014-10-08Update Status field values handlingGuillem Jover1-12/+6
2014-10-06implement the updated build profile specjosch1-45/+67
2014-09-26Merge remote-tracking branch 'donkult/feature/generalize-gzipindex' into debi...Michael Vogt2-37/+67
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-21generalize Acquire::GzipIndexMichael Vogt2-37/+67
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-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-07-29Fix SmartConfigure to ignore ordering of packages that are already validMichael Vogt1-1/+48
2014-07-17apt-pkg/acquire-item.cc: make pkgAcqDiffIndex more uniformMichael Vogt1-2/+2
2014-07-16StringToBool: only act if the entire string is consumed by strtol()Michael Vogt1-3/+6
2014-07-08Do not clean "/" in pkgAcquire::Clean/pkgArchiveCleanerMichael Vogt2-1/+7
2014-07-07handle moved mmap after UniqFindTagWrite callDavid Kalnischkies1-2/+6
2014-07-03Try not to parse invalid translation files (LP: #756317)Michael Vogt2-34/+19
2014-06-18do not call resolver twice on (dist-)upgradeDavid Kalnischkies1-0/+6
2014-06-18fix SubstVar to be usable as a replace_all methodDavid Kalnischkies1-7/+14