summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* * apt-pkg/deb/debrecords.cc:Michael Vogt2010-05-051-1/+2
|\
| * * apt-pkg/deb/debrecords.cc:Michael Vogt2010-05-051-1/+2
| |\
| | * * apt-pkg/deb/debrecords.cc:Michael Vogt2010-05-051-1/+2
* | | * doc/files.sgml:Michael Vogt2010-05-044-87/+394
|\ \ \
| * | | * apt-pkg/pkgcache.h:David Kalnischkies2010-05-043-5/+11
| * | | * doc/cache.sgml:David Kalnischkies2010-05-041-84/+385
| * | | replace »« with '' in the internal error msg to have ascii chars for gettextDavid Kalnischkies2010-05-031-1/+1
* | | | * apt-pkg/pkgcache.cc:Julian Andres Klode2010-05-041-1/+1
* | | | * apt-pkg/contrib/weakptr.h:Julian Andres Klode2010-05-045-4/+69
* | | | merged from davids branchMichael Vogt2010-05-0413-86/+315
|\| | |
| * | | rewrite the pseudo package reinstaller to be more intelligentDavid Kalnischkies2010-04-282-38/+84
| * | | * apt-pkg/contrib/configuration.cc:David Kalnischkies2010-04-241-0/+2
| * | | * apt-pkg/sourcelist.cc:David Kalnischkies2010-04-241-0/+7
| * | | * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2010-04-141-1/+13
| * | | create the partial dirs also automatic if only Dir::Cache::archives orDavid Kalnischkies2010-04-131-5/+14
| * | | regex for package names executed on Grp- not PkgIteratorDavid Kalnischkies2010-04-131-0/+1
| * | | * apt-pkg/acquire-item.cc:David Kalnischkies2010-04-091-7/+21
| * | | * apt-pkg/contrib/fileutl.cc:David Kalnischkies2010-04-076-30/+164
| * | | remove the ABI compatible stub for GetListOfFilesInDirDavid Kalnischkies2010-04-042-9/+1
| * | | * apt-pkg/packagemanager.cc:David Kalnischkies2010-04-031-3/+11
| * | | Initialize history_out always with NULL so apt will not segfault laterDavid Kalnischkies2010-04-031-1/+2
| * | | * apt-pkg/depcache.cc:David Kalnischkies2010-04-031-2/+5
* | | | merged from the debian-sid branchMichael Vogt2010-05-044-6/+23
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | merge from the mvo branchMichael Vogt2010-05-044-6/+23
| |\|
| | * * apt-pkg/indexfile.cc:Michael Vogt2010-05-031-0/+2
| | * apt-pkg/policy.cc: yet another cout -> clog fixMichael Vogt2010-04-281-1/+1
| | * * apt-pkg/depcache.cc:Michael Vogt2010-04-281-2/+2
| | * * [ Abi break ] apt-pkg/acquire-item.{cc,h}:Michael Vogt2010-04-282-3/+20
* | | merged from lp:~donkult/apt/sidMichael Vogt2010-04-0138-971/+2023
|\ \ \ | |/ / |/| |
| * | Userinfo is urlencoded in URIs (RFC 3986)David Kalnischkies2010-03-312-6/+16
| * | convert some tabs to spaces to respect the style guideDavid Kalnischkies2010-03-302-99/+109
| * | rename ExplodeString to VectorizeStringDavid Kalnischkies2010-03-304-6/+6
| * | Group packages in the same group together in the package listDavid Kalnischkies2010-03-302-21/+22
| * | replace every call to toupper with one to our own tolower_asciiDavid Kalnischkies2010-03-304-46/+42
| * | Add with pkgCacheGen::Essential a way to control which packages get theDavid Kalnischkies2010-03-211-3/+13
| * | add a missing non-const & Accessors to the Iterator classDavid Kalnischkies2010-03-191-0/+1
| * | merge MultiArch-ABI. We don't support MultiArch yet (as most other tools),David Kalnischkies2010-03-1827-861/+1756
| |\ \
| | * | Readd the FindPkg() method implementation used in the singleArch days toDavid Kalnischkies2010-03-182-2/+36
| | * | generate "negative" dependencies against all architectures of a packageDavid Kalnischkies2010-03-181-3/+16
| | * | Ensure that for each all package at least one pseudopackage is installedDavid Kalnischkies2010-03-141-9/+68
| | * | fix compiler error if compiled with -std=c++0xDavid Kalnischkies2010-03-011-5/+5
| | * | We need to kill also pseudo packages which have no dependency, noDavid Kalnischkies2010-03-012-12/+66
| | * | Remove and Unpack operations should not be ignored for pseudo packages -David Kalnischkies2010-03-012-9/+15
| | * | Create Pins for all group members instead of only for native architectureDavid Kalnischkies2010-02-281-19/+22
| | * | Fix the PkgFileIterator Constructor which defaults to the wrong value.David Kalnischkies2010-02-281-1/+2
| | * | Enable the AutoRemover to talk "Multi-Arch" by marking all pseudoDavid Kalnischkies2010-02-272-65/+109
| | * | move ShowPkg() from apt-get to the PkgIterator and rename it to FullName()David Kalnischkies2010-02-262-0/+13
| | * | doesn't use a default separator in ExplodeString (halfway losted in merge)David Kalnischkies2010-02-181-1/+1
| | * | criss-cross merge with my sid branchDavid Kalnischkies2010-02-182-11/+12
| | |\ \
| | * | | * aptconfiguration.cc:David Kalnischkies2010-02-152-7/+76