summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)Author
2010-03-21Add with pkgCacheGen::Essential a way to control which packages get theDavid Kalnischkies
2010-03-19add a missing non-const & Accessors to the Iterator classDavid Kalnischkies
2010-03-18merge MultiArch-ABI. We don't support MultiArch yet (as most other tools),David Kalnischkies
2010-03-18Readd the FindPkg() method implementation used in the singleArch days toDavid Kalnischkies
2010-03-18generate "negative" dependencies against all architectures of a packageDavid Kalnischkies
2010-03-18Fix a segfault in the version merger introduced in the previous patch:David Kalnischkies
2010-03-17* apt-pkg/pkgcachegen.cc:David Kalnischkies
2010-03-14* apt-pkg/depcache.cc:David Kalnischkies
2010-03-14Ensure that for each all package at least one pseudopackage is installedDavid Kalnischkies
2010-03-13* apt-pkg/deb/debversion.cc:David Kalnischkies
2010-03-12* apt-pkg/deb/dpkgpm.cc:David Kalnischkies
2010-03-12* cmdline/apt-get.ccDavid Kalnischkies
2010-03-12* apt-pkg/deb/dpkgpm.cc:David Kalnischkies
2010-03-03fix memory leak in getLanguages() by closing the directory after checkingDavid Kalnischkies
2010-03-01fix compiler error if compiled with -std=c++0xDavid Kalnischkies
2010-03-01We need to kill also pseudo packages which have no dependency, noDavid Kalnischkies
2010-03-01Remove and Unpack operations should not be ignored for pseudo packages -David Kalnischkies
2010-02-28Create Pins for all group members instead of only for native architectureDavid Kalnischkies
2010-02-28Fix the PkgFileIterator Constructor which defaults to the wrong value.David Kalnischkies
2010-02-27Enable the AutoRemover to talk "Multi-Arch" by marking all pseudoDavid Kalnischkies
2010-02-27* apt-pkg/contrib/mmap.{h,cc}:David Kalnischkies
2010-02-26move ShowPkg() from apt-get to the PkgIterator and rename it to FullName()David Kalnischkies
2010-02-18fix crash when LANGUAGE is not setMichael Vogt
2010-02-18merge from the lp:~donkult/apt/sid branchMichael Vogt
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-18we break the ABI, so let use increase the ABI number :)David Kalnischkies
2010-02-18doesn't use a default separator in ExplodeString (halfway losted in merge)David Kalnischkies
2010-02-18criss-cross merge with my sid branchDavid Kalnischkies
2010-02-18* aptconfiguration.cc:David Kalnischkies
2010-02-18dd support for the LANGUAGE environment variableDavid Kalnischkies
2010-02-18* apt-pkg/deb/dpkgpm.cc:David Kalnischkies
2010-02-17merged from debian-sidMichael Vogt
2010-02-15* aptconfiguration.cc:David Kalnischkies
2010-02-14Add support for the LANGUAGE environment variableDavid Kalnischkies
2010-02-14Pseudo() doesn't work in the Cache generation step as the check if onlyDavid Kalnischkies
2010-02-13* apt-pkg/deb/dpkgpm.cc:David Kalnischkies
2010-02-13[BREAK] merge MultiArch-ABI. We don't support MultiArch,David Kalnischkies
2010-02-13merge with debian-sidDavid 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-11Arch() on a MultiArch:all version should return "all" to be compatibleDavid 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-10Create implicit dependencies needed for Multi-Arch handlingDavid Kalnischkies
2010-02-10Pre-MultiArch a package which depends on a package with architecture "all"David Kalnischkies
2010-02-07fix progress reporting while reading extended_states fileDavid Kalnischkies
2010-02-07Drop the Arch information from the Version structure as we can getDavid Kalnischkies
2010-01-31merge r1966..1967 from lp:~donkult/apt/sidMichael Vogt
2010-01-31* cmdline/acqprogress.cc:Michael Vogt