summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2010-05-04* apt-pkg/contrib/weakptr.h:Julian Andres Klode5-4/+69
2010-05-04merged from davids branchMichael Vogt13-86/+315
2010-05-04merged from the debian-sid branchMichael Vogt4-6/+23
2010-05-04merge from the mvo branchMichael Vogt4-6/+23
2010-05-03* apt-pkg/indexfile.cc:Michael Vogt1-0/+2
2010-04-28rewrite the pseudo package reinstaller to be more intelligentDavid Kalnischkies2-38/+84
2010-04-28apt-pkg/policy.cc: yet another cout -> clog fixMichael Vogt1-1/+1
2010-04-28* apt-pkg/depcache.cc:Michael Vogt1-2/+2
2010-04-28* [ Abi break ] apt-pkg/acquire-item.{cc,h}:Michael Vogt2-3/+20
2010-04-24* apt-pkg/contrib/configuration.cc:David Kalnischkies1-0/+2
2010-04-24* apt-pkg/sourcelist.cc:David Kalnischkies1-0/+7
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