summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/debindexfile.cc
AgeCommit message (Expand)AuthorFilesLines
2019-05-06Use debDebFile to get control file instead of dpkg-debJulian Andres Klode1-27/+16
2019-01-24Merge and reuse tmp file handling across the boardDavid Kalnischkies1-7/+4
2018-05-11Start pkg records for deb files with dpkg outputDavid Kalnischkies1-16/+10
2018-05-07Remove obsolete RCS keywordsGuillem Jover1-1/+0
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-4/+4
2017-07-12Drop cacheiterators.h includeJulian Andres Klode1-1/+0
2017-06-26fix some unlikely memory leaks in error casesDavid Kalnischkies1-25/+8
2016-08-26Add missing includes and external definitionsJulian Andres Klode1-0/+1
2016-08-17add --with-source option and Packages/Sources supportDavid Kalnischkies1-1/+5
2016-05-27prevent C++ locale number formatting in text APIsDavid Kalnischkies1-1/+1
2016-04-03don't leak on error in listparser creationDavid Kalnischkies1-6/+24
2016-01-25reimplement build-dep via apts normal resolverDavid Kalnischkies1-0/+33
2015-12-01require explicit paths to dsc/control as we do for deb filesDavid Kalnischkies1-0/+18
2015-11-04ignore newlines in dpkg-deb control output for installing debsDavid Kalnischkies1-4/+13
2015-11-04show progress info while 'downloading' a local .deb fileDavid Kalnischkies1-1/+8
2015-08-27Do not parse Status fields from remote sourcesJulian Andres Klode1-0/+11
2015-08-17Fix all the wrong removals of includes that iwyu got wrongMichael Vogt1-0/+1
2015-08-17Cleanup includes after running iwyuMichael Vogt1-10/+1
2015-08-10elimate duplicated code in pkgIndexFile subclassesDavid Kalnischkies1-312/+104
2015-08-10add volatile sources support in libapt-pkgDavid Kalnischkies1-16/+11
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies1-5/+5
2015-08-10support lang= and target= sources.list optionsDavid Kalnischkies1-3/+3
2015-08-10make all d-pointer * const pointersDavid Kalnischkies1-6/+6
2015-06-16add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies1-0/+1
2015-06-15hide Translation-* in 'apt-cache policy' outputDavid Kalnischkies1-1/+1
2015-06-15populate the Architecture field for PackageFilesDavid Kalnischkies1-4/+4
2015-06-12store Release files data in the CacheDavid Kalnischkies1-32/+10
2015-06-11use an enum instead of strings as IndexTarget::Option interfaceDavid Kalnischkies1-7/+7
2015-06-11use IndexTarget to get to IndexFileDavid Kalnischkies1-346/+35
2015-06-11show URI.Path in all acquire item descriptionsDavid Kalnischkies1-5/+5
2015-06-09rework hashsum verification in the acquire systemDavid Kalnischkies1-2/+2
2015-05-11stop depending on copy-on-write for std::stringDavid Kalnischkies1-12/+12
2015-03-16properly implement pkgRecord::Parser for *.deb filesDavid Kalnischkies1-35/+38
2014-11-08mark internal interfaces as hiddenDavid Kalnischkies1-14/+14
2014-11-05apt-pkg/deb/debindexfile.{cc,h}: kill GetIndexes()Michael Vogt1-13/+0
2014-10-29Only support Translation-* that are listed in the {In,}Release fileMichael Vogt1-3/+3
2014-10-13do not inline virtual destructors with d-pointersDavid Kalnischkies1-7/+7
2014-09-30mark private methods as hiddenDavid Kalnischkies1-3/+3
2014-09-29Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-22/+38
2014-09-27drop stored StringItems in favor of in-memory mappingsDavid Kalnischkies1-1/+1
2014-09-21generalize Acquire::GzipIndexMichael Vogt1-22/+38
2014-07-10Allow passing a full path to apt-get install /foo/bar.debMichael Vogt1-9/+19
2014-06-18cleanup datatypes mix used in binary cacheDavid Kalnischkies1-1/+1
2014-05-29Merge remote-tracking branch 'upstream/debian/sid' into debian/experimentalMichael Vogt1-1/+1
2014-05-15Never parse Version/Architecture tags in a Translation-$lang fileMichael Vogt1-1/+1
2014-05-08apt-pkg/deb/debindexfile.cc: do not hardcode dpkgMichael Vogt1-1/+2
2014-05-08Merge remote-tracking branch 'mvo/feature/build-dep-dsc2' into debian/experim...Michael Vogt1-0/+65
2014-04-28use flAbsPath()Michael Vogt1-2/+1
2014-04-28use new Popen()Michael Vogt1-10/+13
2014-04-28WIP local deb installMichael Vogt1-1/+104