Age | Commit message (Expand) | Author |
2010-08-28 | remove useless GetInitialize method | David Kalnischkies |
2010-08-28 | remove death code by removing unused GetInitialize | David Kalnischkies |
2010-08-26 | * cmdline/apt-get.cc: | David Kalnischkies |
2010-08-25 | show in madison command again also source packages (LP: #614589) | David Kalnischkies |
2010-08-24 | Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aoki | bubulle@debian.org |
2010-08-12 | purge packages in 'rc' state, thanks Rogier! (Closes: #150831) | David Kalnischkies |
2010-08-11 | * cmdline/apt-get.cc: | David Kalnischkies |
2010-07-30 | - return success in show if a virtual package was given | David Kalnischkies |
2010-07-30 | - [ABI BREAK] add an ErrorType option to CacheSetHelper | David Kalnischkies |
2010-07-29 | merged lp:~donkult/apt/sid | Michael Vogt |
2010-07-27 | * cmdline/apt-get.cc: | Julian Andres Klode |
2010-07-26 | - show in (r)depends the canidate per default instead of newest | David Kalnischkies |
2010-07-26 | add APT::Cache::ShowOnlyFirstOr option to print only the first | David Kalnischkies |
2010-07-17 | * apt-pkg/cacheset.cc: | David Kalnischkies |
2010-07-17 | factor regex package name matches into newly created cachefilter classes | David Kalnischkies |
2010-07-16 | * cmdline/apt-cache.cc: | David Kalnischkies |
2010-07-11 | [ Martin Pitt ] | David Kalnischkies |
2010-07-05 | make the specify order of packages irrelevant (half-close #196021) | David Kalnischkies |
2010-07-04 | prefer the Policy if it is built instead of the DepCache and | David Kalnischkies |
2010-07-03 | reorder classes a bit and make TryToInstallBuildDep use them | David Kalnischkies |
2010-07-03 | Refactor TryToInstall to look a bit saner by splitting the Remove | David Kalnischkies |
2010-07-02 | add a ConstructedBy member to the PackageSet which can be used by the | David Kalnischkies |
2010-06-29 | if the package has no installed & candidate but is virtual see if only | David Kalnischkies |
2010-06-29 | rename AddSelectedVersion() to a better public FromPackage() | David Kalnischkies |
2010-06-29 | for install, do all installs first and then the removes and vice versa | David Kalnischkies |
2010-06-28 | - factor out code to get a single package FromName() | David Kalnischkies |
2010-06-26 | - only print errors if all tries to get a package by string failed | David Kalnischkies |
2010-06-26 | give the APT::Cache::Generate option her effect back | David Kalnischkies |
2010-06-26 | do not override the user set quiet setting even if the target is not a tty | David Kalnischkies |
2010-06-25 | print all messages if the application is in an interactive run | David Kalnischkies |
2010-06-24 | Switch FileFd to not transparently gunzip, since that breaks code which expec... | martin@piware.de |
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-15 | * cmdline/cacheset.cc: | David Kalnischkies |
2010-06-09 | merged from lp:~donkult/apt/sid | Michael Vogt |
2010-06-09 | * merge the remaining Ubuntu change: | Michael Vogt |
2010-06-09 | * apt-pkg/pkgcache.h: | David Kalnischkies |
2010-06-06 | use the GroupedFromCommandLine() method in the dotty and xvcg command | David Kalnischkies |
2010-06-05 | do not fail if an unrelated error is pending in DisplayRecord() | David Kalnischkies |
2010-06-05 | accept package versions in the unmet command | David Kalnischkies |
2010-06-05 | apt-cache show --no-all-versions should issues the Candidate | David Kalnischkies |
2010-06-05 | Don't increase the commandline parameter in the library but in the | David Kalnischkies |
2010-06-05 | add --target-release option (Closes: #115520) | David Kalnischkies |
2010-06-05 | Add a option to apt-cache policy to additionally init the DepCache before | David Kalnischkies |
2010-06-05 | use pkgCacheFile and the new CacheSets all over the place | David Kalnischkies |
2010-06-04 | Switch away from the now deprecated methods for Cache building | David Kalnischkies |
2010-06-03 | * cmdline/apt-get.cc: | David Kalnischkies |
2010-06-02 | cmdline/apt-report-mirror-failure: port to latest python-apt | Michael Vogt |
2010-05-31 | rename packageset into cacheset while it is not too late | David Kalnischkies |