summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)Author
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
2014-05-29Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt
2014-05-28Fix warning about uninitialized variableMichael Vogt
2014-05-27use free() instead of delete[] in debSrcRecordParser::~debSrcRecordParserMichael Vogt
2014-05-27Do not try to cast a pkgDepCache::Policy to a pkgCacheMichael Vogt
2014-05-27use free() instead of delete() when realloc is usedMichael Vogt
2014-05-22fix tight loop detection and temporary removesDavid Kalnischkies
2014-05-22consistently fail if Smart* packagemanager actions failDavid Kalnischkies
2014-05-22mark as Automatic/Downloadable pure as gcc suggestsDavid Kalnischkies
2014-05-15Never parse Version/Architecture tags in a Translation-$lang fileMichael Vogt
2014-05-07Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi...Michael Vogt
2014-05-07Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt
2014-05-04EDSP: add APT-Release field to Package stanzasStefano Zacchiroli
2014-05-04EDSP: add Source field to Package stanzasStefano Zacchiroli
2014-05-04EDSP: add Architecture(s) multi-arch fields to the Request stanzaStefano Zacchiroli
2014-05-04EDSP: bump protocol version to 0.5Stefano Zacchiroli
2014-04-30Only do openpty() if both stdin/stdout are terminalsMichael Vogt
2014-04-28initialize Verify in second pkgAcqIndex constructorDavid Kalnischkies
2014-04-26fix FileFd::Size bitswap on big-endian architecturesAdam Conrad
2014-04-26handle pkgnames shorter than modifiersDavid Kalnischkies
2014-04-26properly undo CD-ROM mount in all error casesJohn Ogness
2014-04-25reduce delta from ubuntuMichael Vogt
2014-04-16clear HitEof flag in FileFd::SeekDavid Kalnischkies
2014-04-14force fancy progressbar redraw on window size changeDavid Kalnischkies
2014-04-11consider priorities only for downloadable pkgs in resolverDavid Kalnischkies
2014-04-11deal with umask only if we really need to for mkstempDavid Kalnischkies
2014-04-11don't double-count seeks in FileFd::Skip for bzip/xzDavid Kalnischkies
2014-04-11do not create an (additional) empty compressorDavid Kalnischkies
2014-04-11use wildcard to get files in our library makefilesDavid Kalnischkies
2014-04-10improve umask/fchmod code readabilityMichael Vogt
2014-04-10Rename FileFd::Open() Perms to AccessModeMichael Vogt
2014-04-10Fix insecure file permissions when using FileFd with OpenMode::AtomicMichael Vogt
2014-04-04Implement CacheDB for source packages in apt-ftparchiveMichael Vogt
2014-04-01Merge remote-tracking branch 'mvo/feature/more-fancy-progress' into debian/sidMichael Vogt
2014-04-01do not crash on SIGPIPE in pkgDPkgPM::RunScriptsWithPkgs()Michael Vogt
2014-04-01Add new Debug::RunScripts optionMichael Vogt
2014-03-27Merge branch 'debian/sid' into feature/more-fancy-progressMichael Vogt
2014-03-27Add progressbar to "Dpkg::Progress-Fancy"Michael Vogt
2014-03-27make fancy-progress fg/bg color configurableMichael Vogt
2014-03-23discard candidates via IsInstallOk to allow overrideDavid Kalnischkies