summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-15Never parse Version/Architecture tags in a Translation-$lang fileMichael Vogt2-1/+12
2014-05-07Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi...Michael Vogt2-1/+3
2014-05-07Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt1-0/+2
2014-05-04EDSP: add APT-Release field to Package stanzasStefano Zacchiroli1-2/+14
2014-05-04EDSP: add Source field to Package stanzasStefano Zacchiroli1-0/+6
2014-05-04EDSP: add Architecture(s) multi-arch fields to the Request stanzaStefano Zacchiroli1-0/+9
2014-05-04EDSP: bump protocol version to 0.5Stefano Zacchiroli1-1/+1
2014-04-30Only do openpty() if both stdin/stdout are terminalsMichael Vogt1-5/+6
2014-04-28initialize Verify in second pkgAcqIndex constructorDavid Kalnischkies1-0/+2
2014-04-26fix FileFd::Size bitswap on big-endian architecturesAdam Conrad1-13/+4
2014-04-26handle pkgnames shorter than modifiersDavid Kalnischkies1-2/+4
2014-04-26properly undo CD-ROM mount in all error casesJohn Ogness2-25/+42
2014-04-25reduce delta from ubuntuMichael Vogt2-1/+2
2014-04-16clear HitEof flag in FileFd::SeekDavid Kalnischkies1-1/+6
2014-04-14force fancy progressbar redraw on window size changeDavid Kalnischkies2-12/+26
2014-04-11consider priorities only for downloadable pkgs in resolverDavid Kalnischkies1-8/+11
2014-04-11deal with umask only if we really need to for mkstempDavid Kalnischkies1-9/+9
2014-04-11don't double-count seeks in FileFd::Skip for bzip/xzDavid Kalnischkies1-1/+0
2014-04-11do not create an (additional) empty compressorDavid Kalnischkies1-1/+1
2014-04-11use wildcard to get files in our library makefilesDavid Kalnischkies1-45/+3
2014-04-10improve umask/fchmod code readabilityMichael Vogt1-5/+8
2014-04-10Rename FileFd::Open() Perms to AccessModeMichael Vogt2-14/+14
2014-04-10Fix insecure file permissions when using FileFd with OpenMode::AtomicMichael Vogt1-2/+6
2014-04-04Implement CacheDB for source packages in apt-ftparchiveMichael Vogt2-1/+3
2014-04-01Merge remote-tracking branch 'mvo/feature/more-fancy-progress' into debian/sidMichael Vogt2-14/+68
2014-04-01do not crash on SIGPIPE in pkgDPkgPM::RunScriptsWithPkgs()Michael Vogt1-7/+18
2014-04-01Add new Debug::RunScripts optionMichael Vogt2-1/+9
2014-03-27Merge branch 'debian/sid' into feature/more-fancy-progressMichael Vogt12-65/+124
2014-03-27Add progressbar to "Dpkg::Progress-Fancy"Michael Vogt2-12/+62
2014-03-27make fancy-progress fg/bg color configurableMichael Vogt1-2/+6
2014-03-23discard candidates via IsInstallOk to allow overrideDavid Kalnischkies2-20/+60
2014-03-23do IsInstallOk call in MarkInstall unconditionallyDavid Kalnischkies1-4/+8