summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* Allow passing a full path to apt-get install /foo/bar.debMichael Vogt2014-07-102-10/+27
* Only allow "apt-get build-dep path" when path starts with ./ or /Michael Vogt2014-07-082-0/+8
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-07-085-36/+28
|\
| * 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
* | Add new Base256ToNum long long overload functionGuillem Jover2014-07-082-1/+19
* | apt-pkg/indexrecords.cc: ensure that indexRecords::checkSum::Hash is initializedMichael Vogt2014-06-181-0/+8
* | apt-pkg/acquire-item.h: add default argument to ExpectedHashes to avoid API b...Michael Vogt2014-06-181-1/+2
* | readd pkgPackageManager::Go() to not break APIMichael Vogt2014-06-183-20/+2
* | correct 'apt-cache stats' to include moreDavid Kalnischkies2014-06-181-1/+1
* | remove the Section member from package structDavid Kalnischkies2014-06-186-12/+26
* | cleanup datatypes mix used in binary cacheDavid Kalnischkies2014-06-188-204/+216
* | increase hashtable size for packages/groups by factor 5David Kalnischkies2014-06-183-22/+26
* | Merge remote-tracking branch 'donkult/debian/sid' into debian/experimentalMichael Vogt2014-06-183-7/+27
|\|
| * 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
* | Merge remote-tracking branch 'mvo/feature/drop-rights' into debian/experimentalMichael Vogt2014-06-182-0/+22
|\ \
| * | DropPrivs in the solvers (just to be on the safe side)Michael Vogt2014-06-112-0/+20
| |/
* | Merge remote-tracking branch 'mvo/feature/update-by-hash' into debian/experim...Michael Vogt2014-06-186-11/+75
|\ \
| * | move ByHash into its own functionMichael Vogt2014-05-222-26/+37
| * | Add APT::Acquire::$(host)::By-Hash=1 knob, add Acquire-By-Hash to Release fileMichael Vogt2014-05-225-25/+48
| * | add TODOMichael Vogt2014-05-221-0/+5
| * | Implement simple by-hash for apt updateMichael Vogt2014-05-222-9/+34
* | | Merge remote-tracking branch 'mvo/feature/hash-stats' into debian/experimentalMichael Vogt2014-06-183-15/+11
|\ \ \
| * | | [API-Break] rename pkgCache::Package::NextPackage to pkgCache::Package::NextMichael Vogt2014-06-183-9/+9
| * | | increase Pkg/Grp hash table size from 2k to 64kMichael Vogt2014-05-292-7/+3
| * | | Fix more warnings from clangMichael Vogt2014-05-287-19/+22
* | | | 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