summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/debindexfile.cc
Commit message (Expand)AuthorAgeFilesLines
* Use debDebFile to get control file instead of dpkg-debJulian Andres Klode2019-05-061-27/+16
* Merge and reuse tmp file handling across the boardDavid Kalnischkies2019-01-241-7/+4
* Start pkg records for deb files with dpkg outputDavid Kalnischkies2018-05-111-16/+10
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-4/+4
* Drop cacheiterators.h includeJulian Andres Klode2017-07-121-1/+0
* fix some unlikely memory leaks in error casesDavid Kalnischkies2017-06-261-25/+8
* Add missing includes and external definitionsJulian Andres Klode2016-08-261-0/+1
* add --with-source option and Packages/Sources supportDavid Kalnischkies2016-08-171-1/+5
* prevent C++ locale number formatting in text APIsDavid Kalnischkies2016-05-271-1/+1
* don't leak on error in listparser creationDavid Kalnischkies2016-04-031-6/+24
* reimplement build-dep via apts normal resolverDavid Kalnischkies2016-01-251-0/+33
* require explicit paths to dsc/control as we do for deb filesDavid Kalnischkies2015-12-011-0/+18
* ignore newlines in dpkg-deb control output for installing debsDavid Kalnischkies2015-11-041-4/+13
* show progress info while 'downloading' a local .deb fileDavid Kalnischkies2015-11-041-1/+8
* Do not parse Status fields from remote sourcesJulian Andres Klode2015-08-271-0/+11
* Fix all the wrong removals of includes that iwyu got wrongMichael Vogt2015-08-171-0/+1
* Cleanup includes after running iwyuMichael Vogt2015-08-171-10/+1
* elimate duplicated code in pkgIndexFile subclassesDavid Kalnischkies2015-08-101-312/+104
* add volatile sources support in libapt-pkgDavid Kalnischkies2015-08-101-16/+11
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-101-5/+5
* support lang= and target= sources.list optionsDavid Kalnischkies2015-08-101-3/+3
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-6/+6
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-0/+1
* hide Translation-* in 'apt-cache policy' outputDavid Kalnischkies2015-06-151-1/+1
* populate the Architecture field for PackageFilesDavid Kalnischkies2015-06-151-4/+4
* store Release files data in the CacheDavid Kalnischkies2015-06-121-32/+10
* use an enum instead of strings as IndexTarget::Option interfaceDavid Kalnischkies2015-06-111-7/+7
* use IndexTarget to get to IndexFileDavid Kalnischkies2015-06-111-346/+35
* show URI.Path in all acquire item descriptionsDavid Kalnischkies2015-06-111-5/+5
* rework hashsum verification in the acquire systemDavid Kalnischkies2015-06-091-2/+2
* stop depending on copy-on-write for std::stringDavid Kalnischkies2015-05-111-12/+12
* properly implement pkgRecord::Parser for *.deb filesDavid Kalnischkies2015-03-161-35/+38
* mark internal interfaces as hiddenDavid Kalnischkies2014-11-081-14/+14
* apt-pkg/deb/debindexfile.{cc,h}: kill GetIndexes()Michael Vogt2014-11-051-13/+0
* Only support Translation-* that are listed in the {In,}Release fileMichael Vogt2014-10-291-3/+3
* do not inline virtual destructors with d-pointersDavid Kalnischkies2014-10-131-7/+7
* mark private methods as hiddenDavid Kalnischkies2014-09-301-3/+3
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-291-22/+38
|\
| * generalize Acquire::GzipIndexMichael Vogt2014-09-211-22/+38
* | drop stored StringItems in favor of in-memory mappingsDavid Kalnischkies2014-09-271-1/+1
* | Allow passing a full path to apt-get install /foo/bar.debMichael Vogt2014-07-101-9/+19
* | cleanup datatypes mix used in binary cacheDavid Kalnischkies2014-06-181-1/+1
* | Merge remote-tracking branch 'upstream/debian/sid' into debian/experimentalMichael Vogt2014-05-291-1/+1
|\|
| * Never parse Version/Architecture tags in a Translation-$lang fileMichael Vogt2014-05-151-1/+1
* | 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-081-0/+65
|\ \
| * | add support for apt-get build-dep unpacked-source-dirMichael Vogt2014-04-251-0/+14
| * | create debIFTypeDscFile typeMichael Vogt2014-04-241-0/+52
| |/
* | use flAbsPath()Michael Vogt2014-04-281-2/+1