summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/deblistparser.cc
AgeCommit message (Expand)Author
2011-12-13Allow the FileFd to use an external Compressor to uncompress a given fileDavid Kalnischkies
2011-11-03* apt-pkg/deb/deblistparser.cc:David Kalnischkies
2011-10-30merge with my debian-sid branchDavid Kalnischkies
2011-10-11* apt-pkg/pkgcachegen.cc:David Kalnischkies
2011-10-05merge with current debian apt/experimentalDavid Kalnischkies
2011-10-05* apt-pkg/contrib/configuration.cc:Michael Vogt
2011-09-26merged fix from donkultMichael Vogt
2011-09-21convert a few for-loop char finds to proper strchr and memchrDavid Kalnischkies
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David 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-15merged from the debian-sid branchMichael Vogt
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies
2011-07-28merged from debian-aptMichael Vogt
2011-07-28merged from lp:~donkult/apt/sidMichael Vogt
2011-07-28* merged latest fixes from debian-sidMichael Vogt
2011-07-27* apt-pkg/deb/deblistparser.cc:David Kalnischkies
2011-07-25* apt-pkg/deb/deblistparser.cc:David Kalnischkies
2011-06-29merge lp:~mvo/apt/abi-breakMichael Vogt
2011-06-28merged from lp:~mvo/apt/mvoMichael Vogt
2011-06-09* apt-pkg/deb/deblistparser.cc:Michael Vogt
2011-05-17* apt-pkg/pkgcache.h:David Kalnischkies
2011-05-17rename I to J to avoid redefining a variable (clang warning)David Kalnischkies
2011-04-14* apt-pkg/deb/deblistparser.cc:Julian Andres Klode
2011-03-28* apt-pkg/deb/deblistparser.cc:David Kalnischkies
2011-03-25* apt-pkg/cacheiterator.h:David Kalnischkies
2011-03-08Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies
2011-01-20 - try downloading clearsigned InRelease before trying Release.gpgDavid Kalnischkies
2010-10-07* apt-pkg/deb/deblistparser.cc:Sebastian Andrzej Siewior
2010-09-14* apt-pkg/policy.cc:David Kalnischkies
2010-07-11* apt-pkg/deb/debmetaindex.cc:David Kalnischkies
2010-07-08use references instead of copies in the Cache generation methodsDavid Kalnischkies
2010-07-05merge with debian-experimental-maDavid Kalnischkies
2010-07-04clean deblistparser a bit by get the Architectures at one placeDavid Kalnischkies
2010-06-27deblistparser: Special-case *-armel, lpia and powerpcspe architectures.Julian Andres Klode
2010-06-26apt-pkg/deb/deblistparser.cc: Fix bug in architecture wildcard support.Julian Andres Klode
2010-06-26* apt-pkg/deb/deblistparser.cc:Julian Andres Klode
2010-06-03* apt-pkg/pkgcache.h:David Kalnischkies
2010-03-30convert some tabs to spaces to respect the style guideDavid Kalnischkies
2010-03-21Add with pkgCacheGen::Essential a way to control which packages get theDavid Kalnischkies
2010-03-18generate "negative" dependencies against all architectures of a packageDavid Kalnischkies
2010-02-14Pseudo() doesn't work in the Cache generation step as the check if onlyDavid Kalnischkies
2010-02-13[BREAK] merge MultiArch-ABI. We don't support MultiArch,David Kalnischkies
2010-02-12In SingleArch environments we don't need the arch "all" pseudo packageDavid Kalnischkies
2010-02-12Add yet another pseudo package which isn't as pseudo as the others:David Kalnischkies
2010-02-11Add Multi-Arch: allowed support by creating an implicit provide ofDavid Kalnischkies
2010-02-10Foreign Versions add an implicit Provides to the other packages in the groupDavid Kalnischkies
2010-02-07Drop the Arch information from the Version structure as we can getDavid Kalnischkies
2010-01-30* apt-pkg/contrib/macros.h:David Kalnischkies