summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * apt-pkg/policy.cc:David Kalnischkies2010-06-093-14/+27
* 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-0952-586/+1611
|\
| * - backport forgotten Valid-Until patch from the obsolete experimentalDavid Kalnischkies2010-06-0916-33/+186
| |\
| | * rename the options, document them and reorder the changelog a bitDavid Kalnischkies2010-06-094-10/+46
| | * move the users away from the deprecated StrToTime() methodDavid Kalnischkies2010-06-095-8/+6
| | * use the portable timegm shown in his manpage instead of a strangeDavid Kalnischkies2010-06-092-20/+18
| | * * ftparchive/writer.cc:David Kalnischkies2010-06-093-1/+14
| | * 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-083-1/+42
| | * * apt-pkg/indexrecords.cc:David Kalnischkies2010-06-086-3/+70
| * | * apt-pkg/pkgcache.h:David Kalnischkies2010-06-0911-39/+143
| |\ \
| | * | * cmdline/apt-get.cc:David Kalnischkies2010-06-032-7/+9
| | * | * apt-pkg/depcache.cc:David Kalnischkies2010-06-034-14/+17
| | * | deprecate AddSize with Multiplier as it is unused and switch toDavid Kalnischkies2010-06-033-4/+76
| | * | * apt-pkg/pkgcache.h:David Kalnischkies2010-06-037-14/+48
| | |/
| * | use the GroupedFromCommandLine() method in the dotty and xvcg commandDavid Kalnischkies2010-06-061-56/+28
| * | add a GroupedFromCommandLine method to the PackageSet to split theDavid Kalnischkies2010-06-062-0/+56
| * | do not fail if an unrelated error is pending in DisplayRecord()David Kalnischkies2010-06-051-4/+4
| * | support special release-modifier 'installed' and 'candidate'David Kalnischkies2010-06-053-49/+83
| * | accept package versions in the unmet commandDavid Kalnischkies2010-06-052-23/+35
| * | enhance the changelog a bitDavid Kalnischkies2010-06-051-3/+3
| * | handle :arch modifier in PackageSet::FromString correctlyDavid Kalnischkies2010-06-052-8/+22
| * | apt-cache show --no-all-versions should issues the CandidateDavid Kalnischkies2010-06-051-1/+1
| * | 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-052-8/+8
| * | add --target-release option (Closes: #115520)David Kalnischkies2010-06-052-0/+3
| * | Add a option to apt-cache policy to additionally init the DepCache beforeDavid Kalnischkies2010-06-051-0/+6
| * | use pkgCacheFile and the new CacheSets all over the placeDavid Kalnischkies2010-06-052-205/+195
| * | 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-043-13/+61
| * | Switch away from the now deprecated methods for Cache buildingDavid Kalnischkies2010-06-043-5/+4
| * | * apt-pkg/cachefile.{cc,h}:David Kalnischkies2010-06-048-52/+103
| * | * apt-pkg/cacheset.{cc,h}:David Kalnischkies2010-05-314-9/+52
| * | rename packageset into cacheset while it is not too lateDavid Kalnischkies2010-05-316-15/+19
| * | * cmdline/apt-cache.cc:David Kalnischkies2010-05-312-38/+43
| * | * apt-pkg/pkgcache.cc:David Kalnischkies2010-05-313-1/+27
| * | * apt-pkg/contrib/cmdline.cc:David Kalnischkies2010-05-312-3/+5
| * | improve the handling of regex together with the architecture modifierDavid Kalnischkies2010-05-312-16/+23
| * | i managed to commit broken code… which (at least in my mind) workedDavid Kalnischkies2010-05-312-2/+2
| * | move cmdline parsing from apt-cache to new FromCommandLine methodDavid Kalnischkies2010-05-314-81/+95
| * | move regex magic from apt-get to new FromRegEx methodDavid Kalnischkies2010-05-306-37/+96
| * | * apt-pkg/packageset.h:David Kalnischkies2010-05-303-1/+57
| * | * ftparchive/writer.h:David Kalnischkies2010-05-292-1/+4
| * | * apt-pkg/depcache.cc:David Kalnischkies2010-05-292-4/+6
| * | * apt-pkg/cacheiterator.h:David Kalnischkies2010-05-292-2/+6
| * | * apt-pkg/indexrecords.{cc,h}:David Kalnischkies2010-05-294-6/+20
| * | create the bin-test directory automatic in the runnerDavid Kalnischkies2010-05-281-0/+1
| * | * apt-pkg/aptconfiguration.cc:David Kalnischkies2010-05-284-1/+82