summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/debindexfile.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | use new Popen()Michael Vogt2014-04-281-10/+13
* | WIP local deb installMichael Vogt2014-04-281-1/+104
|/
* follow method attribute suggestions by gccDavid Kalnischkies2014-03-131-1/+1
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-2/+12
* * apt-pkg/deb/debindexfile.cc,David Kalnischkies2013-03-181-1/+7
* do not dereference the storage for the unique strings as the pointer canDavid Kalnischkies2012-06-161-1/+2
* fix calling style of FileFd (no functional change)David Kalnischkies2012-05-101-3/+3
* try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies2011-12-171-3/+0
* atleast libapt should announce to itself that it is clean…David Kalnischkies2011-12-151-0/+2
* * apt-pkg/contrib/fileutl.{h,cc}:David Kalnischkies2011-12-101-13/+6
* enable FileFd to guess the compressor based on the filename if requested orDavid Kalnischkies2011-12-101-6/+7
* merge with debian/experimentalDavid Kalnischkies2011-09-131-3/+3
|\
| * cppcheck complains about some possible speed improvements which could beDavid Kalnischkies2011-08-111-3/+3
* | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-0/+2
|/
* apt-pkg/deb/debindexfile.cc: kill off another TranslationsAvailable() usage t...Michael Vogt2011-06-091-6/+4
* apt-pkg/deb/debindexfile.cc: remove tests for TranslationsAvailable() as this...Michael Vogt2011-06-091-4/+1
* * apt-pkg/deb/debindexfile.cc:Michael Vogt2011-02-251-1/+4
* - try downloading clearsigned InRelease before trying Release.gpgDavid Kalnischkies2011-01-201-1/+7
* add test case for having no indexes, and fix regression in that caseMartin Pitt2010-10-151-9/+35
* * apt-pkg/deb/debindexfile.cc:Martin Pitt2010-10-131-9/+13
* * apt-pkg/deb/debmetaindex.cc:David Kalnischkies2010-07-111-4/+4