summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-08* apt-pkg/pkgcachegen.{cc,h}:David Kalnischkies
2010-07-08use references instead of copies in the Cache generation methodsDavid Kalnischkies
2010-07-07* apt-pkg/deb/dpkgpm.cc:Michael Vogt
2010-07-06methods/gzip.cc: With FileFd now being able to read gzipped files, theremartin@piware.de
2010-07-06FileFd(): Drop file name extension check in ReadOnlyGzip modemartin@piware.de
2010-07-06wrap the mmap actions in the CacheGenerator in their own methods toDavid Kalnischkies
2010-07-05extends the ParseDepends testcase to have a look also at the WildcardsDavid Kalnischkies
2010-07-05merge with debian-experimental-maDavid Kalnischkies
2010-07-05fix typos and add a proper Closes tag after the unmerge in debbugsDavid Kalnischkies
2010-07-05Try to use NotEquals for the MultiArch Breaks dependencies instead ofDavid Kalnischkies
2010-07-05make the specify order of packages irrelevant (half-close #196021)David Kalnischkies
2010-07-04clean deblistparser a bit by get the Architectures at one placeDavid Kalnischkies
2010-07-04* apt-pkg/policy.h:David Kalnischkies
2010-07-04prefer the Policy if it is built instead of the DepCache andDavid Kalnischkies
2010-07-03reorder classes a bit and make TryToInstallBuildDep use themDavid Kalnischkies
2010-07-03Refactor TryToInstall to look a bit saner by splitting the RemoveDavid Kalnischkies
2010-07-02add a ConstructedBy member to the PackageSet which can be used by theDavid Kalnischkies
2010-06-29if the package has no installed & candidate but is virtual see if onlyDavid Kalnischkies
2010-06-29rename AddSelectedVersion() to a better public FromPackage()David Kalnischkies
2010-06-29Fix the atomic replace.Julian Andres Klode
2010-06-29* apt-pkg/contrib/fileutl.cc:Julian Andres Klode
2010-06-29for install, do all installs first and then the removes and vice versaDavid Kalnischkies
2010-06-29debian/control: Set Standards-Version to 3.9.0Julian Andres Klode
2010-06-28 - factor out code to get a single package FromName()David Kalnischkies
2010-06-28Also free regular expressions.Julian Andres Klode
2010-06-28Use _error->Warning() instead of writing to std::cerr.Julian Andres Klode
2010-06-28Remove debugging stuff, this was not meant to be here.Julian Andres Klode
2010-06-28Also support regular expressions and glob() patterns in "Pin: version".Julian Andres Klode
2010-06-28* apt-pkg/versionmatch.cc:Julian Andres Klode
2010-06-27deblistparser: Special-case *-armel, lpia and powerpcspe architectures.Julian Andres Klode
2010-06-26apt-pkg/deb/deblistparser.cc: Fix bug in architecture wildcard support.Julian Andres Klode
2010-06-26 - only print errors if all tries to get a package by string failedDavid Kalnischkies
2010-06-26debian/changelog: Fix a typoJulian Andres Klode
2010-06-26* apt-pkg/deb/deblistparser.cc:Julian Andres Klode
2010-06-26always mark the all package if a pseudo package is marked for installDavid Kalnischkies
2010-06-26give the APT::Cache::Generate option her effect backDavid Kalnischkies
2010-06-26do not override the user set quiet setting even if the target is not a ttyDavid Kalnischkies
2010-06-26make the MMap Grow Error a fatal one as while in theory the code shouldDavid Kalnischkies
2010-06-26* apt-pkg/contrib/fileutl.cc:David Kalnischkies
2010-06-26 - use the new MatchAgainstConfig for the DefaultRootSetFuncDavid Kalnischkies
2010-06-26* apt-pkg/aptconfiguration.cc:David Kalnischkies
2010-06-25print all messages if the application is in an interactive runDavid Kalnischkies
2010-06-25add a simple stack handling to be able to delay error handlingDavid Kalnischkies
2010-06-25* apt-pkg/contrib/error.{cc,h}:David Kalnischkies
2010-06-24test-indexes.sh: EXFAIL: file:/ URIs currently decompress even with the GzipI...martin@piware.de
2010-06-24apt-pkg/acquire-item.cc: Fix handling of local (file:/) sourcesmartin@piware.de
2010-06-24test-indexes.sh: Test handling of local file:// archivesmartin@piware.de
2010-06-24Switch FileFd to not transparently gunzip, since that breaks code which expec...martin@piware.de
2010-06-24methods/ftp.h: Handle different logins are on the same server (Closes: #586904).Julian Andres Klode
2010-06-22Use an abstract helper for error handling and outputDavid Kalnischkies