summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)Author
2015-01-10award points for positive dependencies againDavid Kalnischkies
2014-12-23pass-through stdin fd instead of content if not a terminalDavid Kalnischkies
2014-12-23always run 'dpkg --configure -a' at the end of our dpkg callingsDavid Kalnischkies
2014-12-23do not make PTY slave the controlling terminalDavid Kalnischkies
2014-11-28fix PTY interaction on linux and kfreebsdDavid Kalnischkies
2014-11-28close leaking slave fd after setting up pty magicDavid Kalnischkies
2014-11-10allow options between command and -- on commandlineDavid Kalnischkies
2014-11-10deprecate the Section member from package structDavid Kalnischkies
2014-11-10use 'best' hash for source authenticationDavid Kalnischkies
2014-11-10add a simple container for HashStringsDavid Kalnischkies
2014-10-23Fix incorrect comparison between signed/unsignedMichael Vogt
2014-10-23Use sysconf(_SC_ARG_MAX) to find the size of Dpkg::MaxArgBytesMichael Vogt
2014-10-15don't cleanup cdrom files in apt-get updateDavid Kalnischkies
2014-10-08Update Status field values handlingGuillem Jover
2014-10-06implement the updated build profile specjosch
2014-09-26Merge remote-tracking branch 'donkult/feature/generalize-gzipindex' into debi...Michael Vogt
2014-09-21Ensure that iTFRewritePackageOrder is "MD5sum" to match apt-ftparchiveMichael Vogt
2014-09-21Fix regression for cdrom: sources from latest security updateMichael Vogt
2014-09-21generalize Acquire::GzipIndexMichael Vogt
2014-09-17improve test for commit daff4aMichael Vogt
2014-09-17Fix regression for file:/// uris from CVE-2014-0487Michael Vogt
2014-09-16SECURITY UPDATE for CVE-2014-{0488,0487,0489}Michael Vogt
2014-09-12Allow override of Proxy-Auto-Detect by the users configurationMichael Vogt
2014-09-08rework PTY magic to fix stair-stepping on kfreebsdDavid Kalnischkies
2014-09-08fix progress report for upgrade and reinstallDavid Kalnischkies
2014-09-07strip everything spacey in APT::String::StripDavid Kalnischkies
2014-09-07make GetLocalitySortedVersionSet more genericDavid Kalnischkies
2014-09-05Ensure we have a Policy in CacheFile.BuildDepCache()Michael Vogt
2014-09-02* apt-pkg/deb/dpkgpm.cc:Michael Vogt
2014-09-02Make Proxy-Auto-Detect check for each hostMichael Vogt
2014-08-29initialize iPolicyBrokenCount in DepCache::UpdateWarren He
2014-08-26support versioned provides as implemented by dpkgDavid Kalnischkies
2014-08-24Fix debListParser to accept "no" as a value for the Multi-Arch fieldJulian Andres Klode
2014-07-29Fix SmartConfigure to ignore ordering of packages that are already validMichael Vogt
2014-07-17apt-pkg/acquire-item.cc: make pkgAcqDiffIndex more uniformMichael Vogt
2014-07-16StringToBool: only act if the entire string is consumed by strtol()Michael Vogt
2014-07-08Do not clean "/" in pkgAcquire::Clean/pkgArchiveCleanerMichael Vogt
2014-07-07handle moved mmap after UniqFindTagWrite callDavid Kalnischkies
2014-07-03Try not to parse invalid translation files (LP: #756317)Michael Vogt
2014-06-18do not call resolver twice on (dist-)upgradeDavid Kalnischkies
2014-06-18fix SubstVar to be usable as a replace_all methodDavid Kalnischkies
2014-06-18don't send pkg from an unknown architecture via EDSPDavid Kalnischkies
2014-06-10use pkgSrcRecords::Step() instead of Next()Michael Vogt
2014-06-10Merge remote-tracking branch 'mvo/feature/srcrec-enum2' into debian/sidMichael Vogt
2014-06-09add pkgSrcRecords::Next() to step through all the pkgSrcRecordsMichael Vogt
2014-06-07do not revert candidate for protected packagesDavid Kalnischkies
2014-05-30support parsing EDSP requests Architecture{,s} stanzaDavid Kalnischkies
2014-05-30without a filename we can't stat pipesDavid Kalnischkies
2014-05-30check exit status of external solversDavid Kalnischkies
2014-05-30Merge EDSP 0.5 w/ multi-arch support for external solversDavid Kalnischkies