summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/debindexfile.cc
AgeCommit message (Expand)Author
2014-10-13do not inline virtual destructors with d-pointersDavid Kalnischkies
2014-09-30mark private methods as hiddenDavid Kalnischkies
2014-09-29Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-09-27drop stored StringItems in favor of in-memory mappingsDavid Kalnischkies
2014-09-21generalize Acquire::GzipIndexMichael Vogt
2014-07-10Allow passing a full path to apt-get install /foo/bar.debMichael Vogt
2014-06-18cleanup datatypes mix used in binary cacheDavid Kalnischkies
2014-05-29Merge remote-tracking branch 'upstream/debian/sid' into debian/experimentalMichael Vogt
2014-05-15Never parse Version/Architecture tags in a Translation-$lang fileMichael Vogt
2014-05-08apt-pkg/deb/debindexfile.cc: do not hardcode dpkgMichael Vogt
2014-05-08Merge remote-tracking branch 'mvo/feature/build-dep-dsc2' into debian/experim...Michael Vogt
2014-04-28use flAbsPath()Michael Vogt
2014-04-28use new Popen()Michael Vogt
2014-04-28WIP local deb installMichael Vogt
2014-04-25add support for apt-get build-dep unpacked-source-dirMichael Vogt
2014-04-24create debIFTypeDscFile typeMichael Vogt
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2013-03-18* apt-pkg/deb/debindexfile.cc,David Kalnischkies
2012-06-16do not dereference the storage for the unique strings as the pointer canDavid Kalnischkies
2012-05-10fix calling style of FileFd (no functional change)David Kalnischkies
2011-12-17try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies
2011-12-15atleast libapt should announce to itself that it is clean…David Kalnischkies
2011-12-10* apt-pkg/contrib/fileutl.{h,cc}:David Kalnischkies
2011-12-10enable FileFd to guess the compressor based on the filename if requested orDavid Kalnischkies
2011-09-13merge with debian/experimentalDavid Kalnischkies
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies
2011-06-09apt-pkg/deb/debindexfile.cc: kill off another TranslationsAvailable() usage t...Michael Vogt
2011-06-09apt-pkg/deb/debindexfile.cc: remove tests for TranslationsAvailable() as this...Michael Vogt
2011-02-25* apt-pkg/deb/debindexfile.cc:Michael Vogt
2011-01-20 - try downloading clearsigned InRelease before trying Release.gpgDavid Kalnischkies
2010-10-15add test case for having no indexes, and fix regression in that caseMartin Pitt
2010-10-13* apt-pkg/deb/debindexfile.cc:Martin Pitt
2010-07-11* apt-pkg/deb/debmetaindex.cc:David Kalnischkies
2010-07-11[ Martin Pitt ]David Kalnischkies
2010-07-08* apt-pkg/pkgcachegen.{cc,h}:David Kalnischkies
2010-06-24Switch FileFd to not transparently gunzip, since that breaks code which expec...martin@piware.de
2010-06-11apt-pkg/deb/debindexfile.cc: Fix one more place to check for gzipped indexes,...martin@piware.de
2010-06-09* apt-pkg/deb/debindexfile.cc:martin@piware.de
2010-06-04* apt-pkg/cachefile.{cc,h}:David Kalnischkies
2010-03-18merge MultiArch-ABI. We don't support MultiArch yet (as most other tools),David Kalnischkies
2010-02-18* [BREAK] merged lp:~mvo/apt/historyMichael Vogt
2010-02-18Change the package index Info methods to allow apt-cache policy to beMichael Vogt
2010-02-13[BREAK] merge MultiArch-ABI. We don't support MultiArch,David Kalnischkies
2010-01-13merge with lp:~mvo/apt/debian-sid to get 0.7.25.1 and my changes backDavid Kalnischkies
2010-01-09* apt-pkg/deb/debindexfile.cc, apt-pkg/pkgcachegen.cc:Michael Vogt
2009-12-23merge Goswin Brederlow "support download of index files for different archs"David Kalnischkies
2009-11-26[BREAK] add possibility to download and use multiplyDavid Kalnischkies
2007-06-08* Removed the more leftover #pragma interface/implementationMichael Vogt