Age | Commit message (Expand) | Author |
2010-06-25 | print all messages if the application is in an interactive run | David Kalnischkies |
2010-06-25 | add a simple stack handling to be able to delay error handling | David Kalnischkies |
2010-06-25 | * apt-pkg/contrib/error.{cc,h}: | David Kalnischkies |
2010-06-22 | Use an abstract helper for error handling and output | David Kalnischkies |
2010-06-19 | * cmdline/apt-get.cc: | David Kalnischkies |
2010-06-19 | get packages by task^ with FromTask() | David Kalnischkies |
2010-06-19 | fix the gcc warning about the initialisation order of variables caused | David Kalnischkies |
2010-06-16 | * apt-pkg/depcache.cc: | David Kalnischkies |
2010-06-16 | add a simple method to VerIterator to check if two Versions are similar | David Kalnischkies |
2010-06-15 | * cmdline/cacheset.cc: | David Kalnischkies |
2010-06-15 | Add a GroupedFromCommandLine for the VersionSet similar to the | David Kalnischkies |
2010-06-11 | * debian/control: | David Kalnischkies |
2010-06-10 | merge with debian-experimental-ma to get the public policy back | David Kalnischkies |
2010-06-10 | * apt-pkg/cachefile.h: | Michael Vogt |
2010-06-10 | * apt-pkg/orderlist.cc: | David Kalnischkies |
2010-06-10 | releasing version 0.7.26~exp6 | Michael Vogt |
2010-06-10 | merged from david | Michael Vogt |
2010-06-10 | * apt-pkg/cacheset.cc: | David Kalnischkies |
2010-06-10 | correct a minor spelling mistake in the changelog | David Kalnischkies |
2010-06-10 | readd the autoremove protection for the kfreebsd-image as it was lost | David Kalnischkies |
2010-06-09 | enhance the split out of the gpgv commandline mangling by splitting out | David Kalnischkies |
2010-06-09 | sent Last-Modified header also for Translation files | David Kalnischkies |
2010-06-09 | be sure that the RFC1123StrToTime method is run in a LANG=C environment | David Kalnischkies |
2010-06-09 | * apt-pkg/indexcopy.cc: | David Kalnischkies |
2010-06-09 | fix compiler warning in the new mirror code | David Kalnischkies |
2010-06-09 | * apt-pkg/policy.cc: | David Kalnischkies |
2010-06-09 | remove the "typename" from the const_iterators as gcc-4.4 doesn't like | David Kalnischkies |
2010-06-09 | merged from lp:~donkult/apt/sid | Michael Vogt |
2010-06-09 | debian/rules: remove two more leftovers fromthe ubuntu merge | Michael Vogt |
2010-06-09 | merge lp:~mvo/apt/ubuntu-mirror-method-improvements | Michael Vogt |
2010-06-09 | * merge the remaining Ubuntu change: | Michael Vogt |
2010-06-09 | - backport forgotten Valid-Until patch from the obsolete experimental | David Kalnischkies |
2010-06-09 | * apt-pkg/pkgcache.h: | David Kalnischkies |
2010-06-09 | rename the options, document them and reorder the changelog a bit | David Kalnischkies |
2010-06-09 | move the users away from the deprecated StrToTime() method | David Kalnischkies |
2010-06-09 | use the portable timegm shown in his manpage instead of a strange | David Kalnischkies |
2010-06-09 | * ftparchive/writer.cc: | David Kalnischkies |
2010-06-08 | use the Valid-Until header from the Release file but if the user | David Kalnischkies |
2010-06-08 | enhance the Valid-Until code a bit by using the correct RFC1123StrToTime | David Kalnischkies |
2010-06-08 | * apt-pkg/contrib/strutl.cc: | David Kalnischkies |
2010-06-08 | * apt-pkg/indexrecords.cc: | David Kalnischkies |
2010-06-06 | use the GroupedFromCommandLine() method in the dotty and xvcg command | David Kalnischkies |
2010-06-06 | add a GroupedFromCommandLine method to the PackageSet to split the | David Kalnischkies |
2010-06-05 | do not fail if an unrelated error is pending in DisplayRecord() | David Kalnischkies |
2010-06-05 | support special release-modifier 'installed' and 'candidate' | David Kalnischkies |
2010-06-05 | accept package versions in the unmet command | David Kalnischkies |
2010-06-05 | enhance the changelog a bit | David Kalnischkies |
2010-06-05 | handle :arch modifier in PackageSet::FromString correctly | David Kalnischkies |
2010-06-05 | apt-cache show --no-all-versions should issues the Candidate | David Kalnischkies |
2010-06-05 | do not insert end() Iterators into the CacheSet even if requested | David Kalnischkies |