summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-18don't send pkg from an unknown architecture via EDSPDavid Kalnischkies1-0/+7
2014-06-10use pkgSrcRecords::Step() instead of Next()Michael Vogt2-4/+4
2014-06-10Merge remote-tracking branch 'mvo/feature/srcrec-enum2' into debian/sidMichael Vogt2-15/+31
2014-06-09add pkgSrcRecords::Next() to step through all the pkgSrcRecordsMichael Vogt2-15/+31
2014-06-07do not revert candidate for protected packagesDavid Kalnischkies1-1/+1
2014-05-30support parsing EDSP requests Architecture{,s} stanzaDavid Kalnischkies1-0/+7
2014-05-30without a filename we can't stat pipesDavid Kalnischkies1-1/+2
2014-05-30check exit status of external solversDavid Kalnischkies2-10/+25
2014-05-30Merge EDSP 0.5 w/ multi-arch support for external solversDavid Kalnischkies1-3/+30
2014-05-29Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt4-4/+7
2014-05-28Fix warning about uninitialized variableMichael Vogt1-1/+2
2014-05-27use free() instead of delete[] in debSrcRecordParser::~debSrcRecordParserMichael Vogt1-1/+2
2014-05-27Do not try to cast a pkgDepCache::Policy to a pkgCacheMichael Vogt1-1/+1
2014-05-27use free() instead of delete() when realloc is usedMichael Vogt1-1/+2
2014-05-22fix tight loop detection and temporary removesDavid Kalnischkies2-173/+165
2014-05-22consistently fail if Smart* packagemanager actions failDavid Kalnischkies2-51/+44
2014-05-22mark as Automatic/Downloadable pure as gcc suggestsDavid Kalnischkies1-2/+2