summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2010-04-14* apt-pkg/deb/dpkgpm.cc:David Kalnischkies1-1/+13
2010-04-13create the partial dirs also automatic if only Dir::Cache::archives orDavid Kalnischkies1-5/+14
2010-04-13regex for package names executed on Grp- not PkgIteratorDavid Kalnischkies1-0/+1
2010-04-09* apt-pkg/acquire-item.cc:David Kalnischkies1-7/+21
2010-04-07* apt-pkg/contrib/fileutl.cc:David Kalnischkies6-30/+164
2010-04-04remove the ABI compatible stub for GetListOfFilesInDirDavid Kalnischkies2-9/+1
2010-04-03* apt-pkg/packagemanager.cc:David Kalnischkies1-3/+11
2010-04-03Initialize history_out always with NULL so apt will not segfault laterDavid Kalnischkies1-1/+2
2010-04-03* apt-pkg/depcache.cc:David Kalnischkies1-2/+5
2010-04-01merged from lp:~donkult/apt/sidMichael Vogt38-971/+2023
2010-03-31Userinfo is urlencoded in URIs (RFC 3986)David Kalnischkies2-6/+16
2010-03-30convert some tabs to spaces to respect the style guideDavid Kalnischkies2-99/+109
2010-03-30rename ExplodeString to VectorizeStringDavid Kalnischkies4-6/+6
2010-03-30Group packages in the same group together in the package listDavid Kalnischkies2-21/+22
2010-03-30replace every call to toupper with one to our own tolower_asciiDavid Kalnischkies4-46/+42
2010-03-26* apt-pkg/deb/dpkgpm.cc:Michael Vogt2-0/+6
2010-03-21Add with pkgCacheGen::Essential a way to control which packages get theDavid Kalnischkies1-3/+13
2010-03-21* apt-pkg/policy.cc:Julian Andres Klode1-0/+14
2010-03-19add a missing non-const & Accessors to the Iterator classDavid Kalnischkies1-0/+1
2010-03-18merge MultiArch-ABI. We don't support MultiArch yet (as most other tools),David Kalnischkies27-861/+1756
2010-03-18Readd the FindPkg() method implementation used in the singleArch days toDavid Kalnischkies2-2/+36
2010-03-18generate "negative" dependencies against all architectures of a packageDavid Kalnischkies1-3/+16
2010-03-18Fix a segfault in the version merger introduced in the previous patch:David Kalnischkies1-1/+1
2010-03-17* apt-pkg/pkgcachegen.cc:David Kalnischkies1-17/+11
2010-03-16apt-pkg/packagemanager.cc: more debug output for debug::pkgPackageManagerMichael Vogt1-0/+5
2010-03-14* apt-pkg/depcache.cc:David Kalnischkies4-20/+41
2010-03-14Ensure that for each all package at least one pseudopackage is installedDavid Kalnischkies1-9/+68
2010-03-13* apt-pkg/deb/debversion.cc:David Kalnischkies1-2/+16
2010-03-12* apt-pkg/indexfile.cc:Michael Vogt1-5/+13
2010-03-12* apt-pkg/deb/dpkgpm.cc:David Kalnischkies3-1/+44
2010-03-12* cmdline/apt-get.ccDavid Kalnischkies1-1/+2
2010-03-12* apt-pkg/deb/dpkgpm.cc:David Kalnischkies1-7/+9
2010-03-03fix memory leak in getLanguages() by closing the directory after checkingDavid Kalnischkies1-0/+1
2010-03-01fix compiler error if compiled with -std=c++0xDavid Kalnischkies1-5/+5
2010-03-01We need to kill also pseudo packages which have no dependency, noDavid Kalnischkies2-12/+66
2010-03-01Remove and Unpack operations should not be ignored for pseudo packages -David Kalnischkies2-9/+15
2010-02-28Create Pins for all group members instead of only for native architectureDavid Kalnischkies1-19/+22
2010-02-28Fix the PkgFileIterator Constructor which defaults to the wrong value.David Kalnischkies1-1/+2
2010-02-27Enable the AutoRemover to talk "Multi-Arch" by marking all pseudoDavid Kalnischkies2-65/+109
2010-02-27* apt-pkg/contrib/mmap.{h,cc}:David Kalnischkies2-11/+64
2010-02-26move ShowPkg() from apt-get to the PkgIterator and rename it to FullName()David Kalnischkies2-0/+13
2010-02-25* apt-pkg/deb/dpkgpm.cc:Michael Vogt1-0/+1
2010-02-18fix crash when LANGUAGE is not setMichael Vogt1-1/+2
2010-02-18merge from the lp:~donkult/apt/sid branchMichael Vogt7-42/+158
2010-02-18* [BREAK] merged lp:~mvo/apt/historyMichael Vogt6-21/+99
2010-02-18Change the package index Info methods to allow apt-cache policy to beMichael Vogt3-6/+19
2010-02-18we break the ABI, so let use increase the ABI number :)David Kalnischkies1-1/+1
2010-02-18doesn't use a default separator in ExplodeString (halfway losted in merge)David Kalnischkies1-1/+1
2010-02-18criss-cross merge with my sid branchDavid Kalnischkies2-11/+12
2010-02-18* aptconfiguration.cc:David Kalnischkies2-7/+76