summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* Fix debListParser to accept "no" as a value for the Multi-Arch fieldJulian Andres Klode2014-08-241-1/+1
* Fix SmartConfigure to ignore ordering of packages that are already validMichael Vogt2014-07-291-1/+48
* apt-pkg/acquire-item.cc: make pkgAcqDiffIndex more uniformMichael Vogt2014-07-171-2/+2
* StringToBool: only act if the entire string is consumed by strtol()Michael Vogt2014-07-161-3/+6
* Do not clean "/" in pkgAcquire::Clean/pkgArchiveCleanerMichael Vogt2014-07-082-1/+7
* handle moved mmap after UniqFindTagWrite callDavid Kalnischkies2014-07-071-2/+6
* Try not to parse invalid translation files (LP: #756317)Michael Vogt2014-07-032-34/+19
* do not call resolver twice on (dist-)upgradeDavid Kalnischkies2014-06-181-0/+6
* fix SubstVar to be usable as a replace_all methodDavid Kalnischkies2014-06-181-7/+14
* don't send pkg from an unknown architecture via EDSPDavid Kalnischkies2014-06-181-0/+7
* use pkgSrcRecords::Step() instead of Next()Michael Vogt2014-06-102-4/+4
* Merge remote-tracking branch 'mvo/feature/srcrec-enum2' into debian/sidMichael Vogt2014-06-102-15/+31
|\
| * add pkgSrcRecords::Next() to step through all the pkgSrcRecordsMichael Vogt2014-06-092-15/+31
* | do not revert candidate for protected packagesDavid Kalnischkies2014-06-071-1/+1
* | support parsing EDSP requests Architecture{,s} stanzaDavid Kalnischkies2014-05-301-0/+7
* | without a filename we can't stat pipesDavid Kalnischkies2014-05-301-1/+2
* | check exit status of external solversDavid Kalnischkies2014-05-302-10/+25
* | Merge EDSP 0.5 w/ multi-arch support for external solversDavid Kalnischkies2014-05-301-3/+30
|\ \
| * | EDSP: add APT-Release field to Package stanzasStefano Zacchiroli2014-05-041-2/+14
| * | EDSP: add Source field to Package stanzasStefano Zacchiroli2014-05-041-0/+6
| * | EDSP: add Architecture(s) multi-arch fields to the Request stanzaStefano Zacchiroli2014-05-041-0/+9
| * | EDSP: bump protocol version to 0.5Stefano Zacchiroli2014-05-041-1/+1
* | | Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt2014-05-294-4/+7
|\ \ \ | | |/ | |/|
| * | Fix warning about uninitialized variableMichael Vogt2014-05-281-1/+2
| * | use free() instead of delete[] in debSrcRecordParser::~debSrcRecordParserMichael Vogt2014-05-271-1/+2
| * | Do not try to cast a pkgDepCache::Policy to a pkgCacheMichael Vogt2014-05-271-1/+1
| * | use free() instead of delete() when realloc is usedMichael Vogt2014-05-271-1/+2
* | | fix tight loop detection and temporary removesDavid Kalnischkies2014-05-222-173/+165
* | | consistently fail if Smart* packagemanager actions failDavid Kalnischkies2014-05-222-51/+44
* | | mark as Automatic/Downloadable pure as gcc suggestsDavid Kalnischkies2014-05-221-2/+2
|/ /
* | Never parse Version/Architecture tags in a Translation-$lang fileMichael Vogt2014-05-152-1/+12
* | Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi...Michael Vogt2014-05-072-1/+3
|\ \
| * | Implement CacheDB for source packages in apt-ftparchiveMichael Vogt2014-04-042-1/+3
* | | Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2014-05-071-0/+2
|\ \ \ | |_|/ |/| |
| * | initialize Verify in second pkgAcqIndex constructorDavid Kalnischkies2014-04-281-0/+2
* | | Only do openpty() if both stdin/stdout are terminalsMichael Vogt2014-04-301-5/+6
|/ /
* | fix FileFd::Size bitswap on big-endian architecturesAdam Conrad2014-04-261-13/+4
* | handle pkgnames shorter than modifiersDavid Kalnischkies2014-04-261-2/+4
* | properly undo CD-ROM mount in all error casesJohn Ogness2014-04-262-25/+42
* | reduce delta from ubuntuMichael Vogt2014-04-252-1/+2
* | clear HitEof flag in FileFd::SeekDavid Kalnischkies2014-04-161-1/+6
* | force fancy progressbar redraw on window size changeDavid Kalnischkies2014-04-142-12/+26
* | consider priorities only for downloadable pkgs in resolverDavid Kalnischkies2014-04-111-8/+11
* | deal with umask only if we really need to for mkstempDavid Kalnischkies2014-04-111-9/+9
* | don't double-count seeks in FileFd::Skip for bzip/xzDavid Kalnischkies2014-04-111-1/+0
* | do not create an (additional) empty compressorDavid Kalnischkies2014-04-111-1/+1
* | use wildcard to get files in our library makefilesDavid Kalnischkies2014-04-111-45/+3
* | improve umask/fchmod code readabilityMichael Vogt2014-04-101-5/+8
* | Rename FileFd::Open() Perms to AccessModeMichael Vogt2014-04-102-14/+14
* | Fix insecure file permissions when using FileFd with OpenMode::AtomicMichael Vogt2014-04-101-2/+6