summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* Also free regular expressions.Julian Andres Klode2010-06-281-0/+1
* Use _error->Warning() instead of writing to std::cerr.Julian Andres Klode2010-06-281-1/+1
* Remove debugging stuff, this was not meant to be here.Julian Andres Klode2010-06-281-1/+0
* 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
* * apt-pkg/cachefile.h:Michael Vogt2010-06-101-1/+1
* 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
| * | * apt-pkg/cachefile.{cc,h}:David Kalnischkies2010-06-047-52/+100
| * | * apt-pkg/cacheset.{cc,h}:David Kalnischkies2010-05-313-6/+49
| * | rename packageset into cacheset while it is not too lateDavid Kalnischkies2010-05-313-12/+16
| * | * apt-pkg/pkgcache.cc:David Kalnischkies2010-05-312-0/+24
| * | * apt-pkg/contrib/cmdline.cc:David Kalnischkies2010-05-311-2/+2
| * | improve the handling of regex together with the architecture modifierDavid Kalnischkies2010-05-312-16/+23
| * | move cmdline parsing from apt-cache to new FromCommandLine methodDavid Kalnischkies2010-05-312-22/+73
| * | move regex magic from apt-get to new FromRegEx methodDavid Kalnischkies2010-05-304-3/+87
| * | * apt-pkg/packageset.h:David Kalnischkies2010-05-302-1/+55
| * | * apt-pkg/depcache.cc:David Kalnischkies2010-05-291-3/+3
| * | * apt-pkg/cacheiterator.h:David Kalnischkies2010-05-291-1/+3
| * | * apt-pkg/indexrecords.{cc,h}:David Kalnischkies2010-05-293-5/+15
| * | * apt-pkg/aptconfiguration.cc:David Kalnischkies2010-05-281-1/+14
| * | try harder to find the other pseudo versions for autoremove multiarchDavid Kalnischkies2010-05-281-5/+2
| * | * apt-pkg/depcache.cc:David Kalnischkies2010-05-281-2/+5