summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Also support regular expressions and glob() patterns in "Pin: version".Julian Andres Klode2010-06-281-0/+2
| * | | * apt-pkg/versionmatch.cc:Julian Andres Klode2010-06-282-12/+48
| * | | deblistparser: Special-case *-armel, lpia and powerpcspe architectures.Julian Andres Klode2010-06-271-0/+6
| * | | apt-pkg/deb/deblistparser.cc: Fix bug in architecture wildcard support.Julian Andres Klode2010-06-261-3/+10
| * | | * apt-pkg/deb/deblistparser.cc:Julian Andres Klode2010-06-261-1/+9
* | | | Try to use NotEquals for the MultiArch Breaks dependencies instead ofDavid Kalnischkies2010-07-051-4/+1
* | | | clean deblistparser a bit by get the Architectures at one placeDavid Kalnischkies2010-07-042-14/+13
* | | | * apt-pkg/policy.h:David Kalnischkies2010-07-046-29/+29
* | | | always mark the all package if a pseudo package is marked for installDavid Kalnischkies2010-06-261-0/+4
* | | | make the MMap Grow Error a fatal one as while in theory the code shouldDavid Kalnischkies2010-06-261-1/+1
* | | | * apt-pkg/contrib/fileutl.cc:David Kalnischkies2010-06-262-0/+9
* | | | - use the new MatchAgainstConfig for the DefaultRootSetFuncDavid Kalnischkies2010-06-264-65/+67
* | | | * apt-pkg/aptconfiguration.cc:David Kalnischkies2010-06-261-0/+4
* | | | add a simple stack handling to be able to delay error handlingDavid Kalnischkies2010-06-252-2/+65
* | | | * apt-pkg/contrib/error.{cc,h}:David Kalnischkies2010-06-252-207/+356
* | | | fix the gcc warning about the initialisation order of variables causedDavid Kalnischkies2010-06-191-1/+1
* | | | * apt-pkg/depcache.cc:David Kalnischkies2010-06-162-2/+32
* | | | add a simple method to VerIterator to check if two Versions are similarDavid Kalnischkies2010-06-161-0/+9
* | | | * cmdline/cacheset.cc:David Kalnischkies2010-06-153-607/+2
* | | | Add a GroupedFromCommandLine for the VersionSet similar to theDavid Kalnischkies2010-06-152-39/+119
* | | | merge with debian-experimental-ma to get the public policy backDavid Kalnischkies2010-06-101-1/+1
|\| | |
| * | | * apt-pkg/cachefile.h:Michael Vogt2010-06-101-1/+1
* | | | * apt-pkg/orderlist.cc:David Kalnischkies2010-06-102-2/+4
* | | | * apt-pkg/cacheset.cc:David Kalnischkies2010-06-102-5/+14
|/ / /
* | | enhance the split out of the gpgv commandline mangling by splitting outDavid Kalnischkies2010-06-092-15/+57
* | | sent Last-Modified header also for Translation filesDavid Kalnischkies2010-06-091-3/+10
* | | be sure that the RFC1123StrToTime method is run in a LANG=C environmentDavid Kalnischkies2010-06-091-2/+6
* | | * apt-pkg/indexcopy.cc:David Kalnischkies2010-06-092-39/+73
* | | * apt-pkg/policy.cc:David Kalnischkies2010-06-092-13/+23
* | | remove the "typename" from the const_iterators as gcc-4.4 doesn't likeDavid Kalnischkies2010-06-091-2/+2
* | | merged from lp:~donkult/apt/sidMichael Vogt2010-06-0932-161/+1085
|\ \ \
| * \ \ - backport forgotten Valid-Until patch from the obsolete experimentalDavid Kalnischkies2010-06-096-26/+115
| |\ \ \
| | * | | rename the options, document them and reorder the changelog a bitDavid Kalnischkies2010-06-091-2/+2
| | * | | move the users away from the deprecated StrToTime() methodDavid Kalnischkies2010-06-092-3/+3
| | * | | use the portable timegm shown in his manpage instead of a strangeDavid Kalnischkies2010-06-091-20/+16
| | * | | use the Valid-Until header from the Release file but if the userDavid Kalnischkies2010-06-081-14/+19
| | * | | enhance the Valid-Until code a bit by using the correct RFC1123StrToTimeDavid Kalnischkies2010-06-082-19/+21
| | * | | * apt-pkg/contrib/strutl.cc:David Kalnischkies2010-06-082-1/+39
| | * | | * apt-pkg/indexrecords.cc:David Kalnischkies2010-06-083-3/+51
| * | | | * apt-pkg/pkgcache.h:David Kalnischkies2010-06-099-32/+128
| |\ \ \ \
| | * | | | * apt-pkg/depcache.cc:David Kalnischkies2010-06-033-14/+16
| | * | | | deprecate AddSize with Multiplier as it is unused and switch toDavid Kalnischkies2010-06-032-4/+74
| | * | | | * apt-pkg/pkgcache.h:David Kalnischkies2010-06-036-14/+38
| | |/ / /
| * | | | add a GroupedFromCommandLine method to the PackageSet to split theDavid Kalnischkies2010-06-062-0/+56
| * | | | support special release-modifier 'installed' and 'candidate'David Kalnischkies2010-06-052-49/+82
| * | | | handle :arch modifier in PackageSet::FromString correctlyDavid Kalnischkies2010-06-052-8/+22
| * | | | do not insert end() Iterators into the CacheSet even if requestedDavid Kalnischkies2010-06-051-0/+6
| * | | | Don't increase the commandline parameter in the library but in theDavid Kalnischkies2010-06-051-2/+2
| * | | | Add a method to get a VersionSet from the Commandline and refactorDavid Kalnischkies2010-06-052-23/+191
| * | | | store also the SourceList we use internally for exportDavid Kalnischkies2010-06-042-13/+60