summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/deblistparser.cc
AgeCommit message (Expand)AuthorFilesLines
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies1-1/+1
2011-07-28merged from lp:~donkult/apt/sidMichael Vogt1-5/+19
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-28merged from lp:~mvo/apt/mvoMichael Vogt1-1/+1
2011-06-09* apt-pkg/deb/deblistparser.cc:Michael Vogt1-1/+1
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
2009-12-19Implement the first step toward Multi-Arch by setting up a GroupDavid Kalnischkies1-11/+29
2009-11-29Ignore :qualifiers after package name in build dependenciesDavid Kalnischkies1-2/+10
2009-11-26[BREAK] add possibility to download and use multiplyDavid Kalnischkies1-3/+14
2009-07-21* apt-pkg/acquire.cc:Michael Vogt1-1/+1
2009-06-29[ABI break] Allow pinning by codename (closes: #97564)Michael Vogt1-0/+2
2009-06-15Introduce support for the Enhances field. (Closes: #137583) jak@debian.org1-0/+2
2009-05-07[apt-pkg] allow also codenames for specifying a releaseDavid Kalnischkies1-0/+2
2009-04-23fix problematic use of tolower() when calculating the version Michael Vogt1-1/+1
2007-09-06* dpkg-triggers: Deal properly with new package states.Michael Vogt1-0/+2
2006-08-25initial Breaks implementationIan Jackson1-0/+3
2006-08-11* merged ddtp supportMichael Vogt1-0/+43
2006-01-19* don't explod if a Provides has DepCompareOpMichael Vogt1-5/+6
2005-11-23* applied parts of the string speedup patch from debian #319377 (ABI change)Michael Vogt1-2/+2
2005-08-30* updated with mainlineMichael Vogt1-2/+9
2005-07-28* code cleanups (thanks matt!), moved UsePackage before the description list ...Michael Vogt1-4/+6