summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2014-08-18Merge branch 'debian/sid' of git://anonscm.debian.org/apt/aptIgor Pashev31-363/+536
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
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-07Do not use sighandler_t in apt-pkg/install-progress.hIgor Pashev1-1/+1