summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* give the APT::Cache::Generate option her effect backDavid Kalnischkies2010-06-261-1/+3
* do not override the user set quiet setting even if the target is not a ttyDavid Kalnischkies2010-06-263-3/+3
* 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-264-1/+23
* - use the new MatchAgainstConfig for the DefaultRootSetFuncDavid Kalnischkies2010-06-265-66/+71
* * apt-pkg/aptconfiguration.cc:David Kalnischkies2010-06-262-1/+7
* print all messages if the application is in an interactive runDavid Kalnischkies2010-06-253-21/+15
* add a simple stack handling to be able to delay error handlingDavid Kalnischkies2010-06-255-5/+152
* * apt-pkg/contrib/error.{cc,h}:David Kalnischkies2010-06-253-208/+360
* Use an abstract helper for error handling and outputDavid Kalnischkies2010-06-223-118/+244
* * cmdline/apt-get.cc:David Kalnischkies2010-06-193-203/+51
* get packages by task^ with FromTask()David Kalnischkies2010-06-193-9/+88
* fix the gcc warning about the initialisation order of variables causedDavid Kalnischkies2010-06-191-1/+1
* * apt-pkg/depcache.cc:David Kalnischkies2010-06-163-2/+35
* add a simple method to VerIterator to check if two Versions are similarDavid Kalnischkies2010-06-161-0/+9
* * cmdline/cacheset.cc:David Kalnischkies2010-06-155-6/+6
* Add a GroupedFromCommandLine for the VersionSet similar to theDavid Kalnischkies2010-06-152-39/+119
* * debian/control:David Kalnischkies2010-06-112-1/+3
* merge with debian-experimental-ma to get the public policy backDavid Kalnischkies2010-06-102-5/+13
|\
| * * apt-pkg/cachefile.h:Michael Vogt2010-06-102-1/+9
| * releasing version 0.7.26~exp6Michael Vogt2010-06-101-1/+1
| * merged from davidMichael Vogt2010-06-1012-163/+206
| |\
* | | * apt-pkg/orderlist.cc:David Kalnischkies2010-06-103-2/+8
* | | * apt-pkg/cacheset.cc:David Kalnischkies2010-06-103-5/+22
| |/ |/|
* | correct a minor spelling mistake in the changelogDavid Kalnischkies2010-06-101-1/+1
* | readd the autoremove protection for the kfreebsd-image as it was lostDavid Kalnischkies2010-06-101-10/+11
* | enhance the split out of the gpgv commandline mangling by splitting outDavid Kalnischkies2010-06-093-56/+67
* | sent Last-Modified header also for Translation filesDavid Kalnischkies2010-06-092-4/+12
* | 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-094-81/+82
* | fix compiler warning in the new mirror codeDavid Kalnischkies2010-06-092-12/+17
* | * 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