summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
...
* | | | * 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 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
| | * | | Add support for the LANGUAGE environment variableDavid Kalnischkies2010-02-143-34/+61
| | * | | Pseudo() doesn't work in the Cache generation step as the check if onlyDavid Kalnischkies2010-02-141-1/+2
| | * | | * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2010-02-131-1/+1
| | * | | [BREAK] merge MultiArch-ABI. We don't support MultiArch,David Kalnischkies2010-02-1328-770/+1455
| | |\ \ \
| | | * | | In SingleArch environments we don't need the arch "all" pseudo packageDavid Kalnischkies2010-02-123-4/+10
| | | * | | Add yet another pseudo package which isn't as pseudo as the others:David Kalnischkies2010-02-1210-17/+124
| | | * | | Arch() on a MultiArch:all version should return "all" to be compatibleDavid Kalnischkies2010-02-111-1/+10
| | | * | | Add Multi-Arch: allowed support by creating an implicit provide ofDavid Kalnischkies2010-02-112-1/+10
| | | * | | Foreign Versions add an implicit Provides to the other packages in the groupDavid Kalnischkies2010-02-103-24/+42
| | | * | | Create implicit dependencies needed for Multi-Arch handlingDavid Kalnischkies2010-02-101-7/+24
| | | * | | Pre-MultiArch a package which depends on a package with architecture "all"David Kalnischkies2010-02-103-11/+110
| | | * | | Drop the Arch information from the Version structure as we can getDavid Kalnischkies2010-02-076-7/+12
| | | * | | Split ListParser::NewDepends into two methods to use these new methodDavid Kalnischkies2009-12-276-40/+176
| | | * | | merge Goswin Brederlow "support download of index files for different archs"David Kalnischkies2009-12-2318-214/+394
| | | * | | Implement the first step toward Multi-Arch by setting up a GroupDavid Kalnischkies2009-12-197-70/+267
| | | * | | mark the Error/Warning method as __coldDavid Kalnischkies2009-12-191-4/+5
| | | * | | add optional gcc features as deprecated, unused and (un)likelyDavid Kalnischkies2009-12-191-0/+22
| | | * | | Refactor the cache iterators by using a common base classDavid Kalnischkies2009-12-093-418/+320
| * | | | | Fix a segfault in the version merger introduced in the previous patch:David Kalnischkies2010-03-181-1/+1
| * | | | | * apt-pkg/pkgcachegen.cc:David Kalnischkies2010-03-171-17/+11
| * | | | | * apt-pkg/depcache.cc:David Kalnischkies2010-03-144-20/+41
| * | | | | * apt-pkg/deb/debversion.cc:David Kalnischkies2010-03-131-2/+16
| * | | | | * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2010-03-123-1/+44