summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/deblistparser.cc
AgeCommit message (Expand)AuthorFilesLines
2011-10-30merge with my debian-sid branchDavid Kalnischkies1-13/+8
2011-10-11* apt-pkg/pkgcachegen.cc:David Kalnischkies1-4/+1
2011-10-05merge with current debian apt/experimentalDavid Kalnischkies1-12/+20
2011-10-05* apt-pkg/contrib/configuration.cc:Michael Vogt1-12/+20
2011-09-26merged fix from donkultMichael Vogt1-12/+20
2011-09-21convert a few for-loop char finds to proper strchr and memchrDavid Kalnischkies1-13/+8
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-0/+1
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies1-0/+2
2011-09-13merge with debian/experimentalDavid Kalnischkies1-9/+26
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-0/+2
2011-08-15merged from the debian-sid branchMichael Vogt1-1/+1
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies1-1/+1
2011-07-28merged from debian-aptMichael Vogt1-5/+19
2011-07-28merged from lp:~donkult/apt/sidMichael Vogt1-5/+19
2011-07-28* merged latest fixes from debian-sidMichael Vogt1-3/+6
2011-07-27* apt-pkg/deb/deblistparser.cc:David Kalnischkies1-1/+5
2011-07-25* apt-pkg/deb/deblistparser.cc:David Kalnischkies1-3/+6
2011-06-29merge lp:~mvo/apt/abi-breakMichael Vogt1-8/+3
2011-06-28merged from lp:~mvo/apt/mvoMichael Vogt1-1/+1
2011-06-09* apt-pkg/deb/deblistparser.cc:Michael Vogt1-1/+1
2011-05-17* apt-pkg/pkgcache.h:David Kalnischkies1-8/+3
2011-05-17rename I to J to avoid redefining a variable (clang warning)David Kalnischkies1-5/+5
2011-04-14* apt-pkg/deb/deblistparser.cc:Julian Andres Klode1-1/+1
2011-03-28* apt-pkg/deb/deblistparser.cc:David Kalnischkies1-12/+13
2011-03-25* apt-pkg/cacheiterator.h:David Kalnischkies1-3/+11
2011-03-08Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies1-55/+29
2011-01-20 - try downloading clearsigned InRelease before trying Release.gpgDavid Kalnischkies1-35/+79
2010-10-07* apt-pkg/deb/deblistparser.cc:Sebastian Andrzej Siewior1-0/+1
2010-09-14* apt-pkg/policy.cc:David Kalnischkies1-0/+6
2010-07-11* apt-pkg/deb/debmetaindex.cc:David Kalnischkies1-1/+1
2010-07-08use references instead of copies in the Cache generation methodsDavid Kalnischkies1-8/+8
2010-07-05merge with debian-experimental-maDavid Kalnischkies1-1/+22
2010-07-04clean deblistparser a bit by get the Architectures at one placeDavid Kalnischkies1-13/+10
2010-06-27deblistparser: Special-case *-armel, lpia and powerpcspe architectures.Julian Andres Klode1-0/+6
2010-06-26apt-pkg/deb/deblistparser.cc: Fix bug in architecture wildcard support.Julian Andres Klode1-3/+10
2010-06-26* apt-pkg/deb/deblistparser.cc:Julian Andres Klode1-1/+9
2010-06-03* apt-pkg/pkgcache.h:David Kalnischkies1-3/+2
2010-03-30convert some tabs to spaces to respect the style guideDavid Kalnischkies1-19/+20
2010-03-21Add with pkgCacheGen::Essential a way to control which packages get theDavid Kalnischkies1-3/+13
2010-03-18generate "negative" dependencies against all architectures of a packageDavid Kalnischkies1-3/+16
2010-02-14Pseudo() doesn't work in the Cache generation step as the check if onlyDavid Kalnischkies1-1/+2
2010-02-13[BREAK] merge MultiArch-ABI. We don't support MultiArch,David Kalnischkies1-43/+149
2010-02-12In SingleArch environments we don't need the arch "all" pseudo packageDavid Kalnischkies1-1/+1
2010-02-12Add yet another pseudo package which isn't as pseudo as the others:David Kalnischkies1-2/+20
2010-02-11Add Multi-Arch: allowed support by creating an implicit provide ofDavid Kalnischkies1-0/+6
2010-02-10Foreign Versions add an implicit Provides to the other packages in the groupDavid Kalnischkies1-19/+36
2010-02-07Drop the Arch information from the Version structure as we can getDavid Kalnischkies1-3/+7
2010-01-30* apt-pkg/contrib/macros.h:David Kalnischkies1-2/+1
2009-12-27Split ListParser::NewDepends into two methods to use these new methodDavid Kalnischkies1-0/+24
2009-12-23merge Goswin Brederlow "support download of index files for different archs"David Kalnischkies1-19/+38