summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-06-188-34/+103
|\
| * 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 more warnings from clangMichael Vogt2014-05-297-11/+12
* | | | Merge remote-tracking branch 'upstream/debian/sid' into debian/experimentalMichael Vogt2014-05-294-195/+191
|\| | |
| * | | 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 'donkult/debian/experimental' into debian/experi...Michael Vogt2014-05-1425-657/+1053
|\ \ \
| * | | invalid cache if architecture set doesn't matchDavid Kalnischkies2014-05-104-10/+38
| * | | improve pkgTagSection scanning and parsingDavid Kalnischkies2014-05-102-99/+173
| * | | parse and retrieve multiple Descriptions in one recordDavid Kalnischkies2014-05-097-89/+121
| * | | tell download methods the expected hashesDavid Kalnischkies2014-05-093-0/+13
| * | | promote ExpectedHashes to a pkgAcquire::Item memberDavid Kalnischkies2014-05-092-102/+40
| * | | use HashStringList in the acquire systemDavid Kalnischkies2014-05-0914-314/+399
| * | | use 'best' hash for source authenticationDavid Kalnischkies2014-05-092-75/+112
| * | | add a simple container for HashStringsDavid Kalnischkies2014-05-092-16/+187
| * | | mark as Automatic/Downloadable pure as gcc suggestsDavid Kalnischkies2014-05-081-2/+2
* | | | Add new pkgAcqBaseIndex as base class for pkgAcq{DiffIndex,IndexMerge,pkgAcqB...Michael Vogt2014-05-142-60/+27
* | | | Pass struct IndexTarget/indexRecords to pkgAcqIndex{,Merge}DiffsMichael Vogt2014-05-142-36/+75
|/ / /
* | | apt-pkg/deb/debindexfile.cc: do not hardcode dpkgMichael Vogt2014-05-081-1/+2
* | | Merge remote-tracking branch 'mvo/feature/build-dep-dsc2' into debian/experim...Michael Vogt2014-05-0810-6/+135
|\ \ \
| * | | add support for apt-get build-dep unpacked-source-dirMichael Vogt2014-04-252-0/+19
| * | | create debIFTypeDscFile typeMichael Vogt2014-04-247-6/+79
| * | | add support for apt-get build-dep foo.dscMichael Vogt2014-04-224-0/+39
* | | | Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into debi...Michael Vogt2014-05-084-5/+14
|\ \ \ \
| * | | | check for UnfetchedReleaseFiles when calculating the update percent valueMichael Vogt2014-05-081-4/+9
| * | | | Merge remote-tracking branch 'upstream/debian/sid' into bugfix/update-progres...Michael Vogt2014-05-083-1/+5
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | 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
* | | | | | fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG...Michael Vogt2014-05-075-9/+16
* | | | | | apt-pkg/contrib/macros.h: bump library version to 4.13Michael Vogt2014-05-071-1/+1