summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-08* apt-pkg/pkgcachegen.{cc,h}:David Kalnischkies8-77/+226
2010-07-08use references instead of copies in the Cache generation methodsDavid Kalnischkies4-25/+26
2010-07-06wrap the mmap actions in the CacheGenerator in their own methods toDavid Kalnischkies2-23/+42
2010-07-05extends the ParseDepends testcase to have a look also at the WildcardsDavid Kalnischkies1-0/+68
2010-07-05merge with debian-experimental-maDavid Kalnischkies8-22/+107
2010-07-05fix typos and add a proper Closes tag after the unmerge in debbugsDavid Kalnischkies1-3/+3
2010-07-05Try to use NotEquals for the MultiArch Breaks dependencies instead ofDavid Kalnischkies1-4/+1
2010-07-05make the specify order of packages irrelevant (half-close #196021)David Kalnischkies2-5/+19
2010-07-04clean deblistparser a bit by get the Architectures at one placeDavid Kalnischkies2-14/+13
2010-07-04* apt-pkg/policy.h:David Kalnischkies7-30/+32
2010-07-04prefer the Policy if it is built instead of the DepCache andDavid Kalnischkies2-3/+7
2010-07-03reorder classes a bit and make TryToInstallBuildDep use themDavid Kalnischkies1-360/+250
2010-07-03Refactor TryToInstall to look a bit saner by splitting the RemoveDavid Kalnischkies2-53/+177
2010-07-02add a ConstructedBy member to the PackageSet which can be used by theDavid Kalnischkies2-17/+51
2010-06-29if the package has no installed & candidate but is virtual see if onlyDavid Kalnischkies3-37/+59
2010-06-29rename AddSelectedVersion() to a better public FromPackage()David Kalnischkies2-10/+15
2010-06-29Fix the atomic replace.Julian Andres Klode1-1/+1
2010-06-29* apt-pkg/contrib/fileutl.cc:Julian Andres Klode3-6/+19
2010-06-29for install, do all installs first and then the removes and vice versaDavid Kalnischkies1-38/+54
2010-06-29debian/control: Set Standards-Version to 3.9.0Julian Andres Klode2-1/+3
2010-06-28 - factor out code to get a single package FromName()David Kalnischkies3-54/+116
2010-06-28Also free regular expressions.Julian Andres Klode1-0/+1
2010-06-28Use _error->Warning() instead of writing to std::cerr.Julian Andres Klode1-1/+1
2010-06-28Remove debugging stuff, this was not meant to be here.Julian Andres Klode1-1/+0
2010-06-28Also support regular expressions and glob() patterns in "Pin: version".Julian Andres Klode1-0/+2
2010-06-28* apt-pkg/versionmatch.cc:Julian Andres Klode3-12/+52
2010-06-27deblistparser: Special-case *-armel, lpia and powerpcspe architectures.Julian Andres Klode1-0/+6
2010-06-26apt-pkg/deb/deblistparser.cc: Fix bug in architecture wildcard support.Julian Andres Klode1-3/+10
2010-06-26 - only print errors if all tries to get a package by string failedDavid Kalnischkies2-7/+15
2010-06-26debian/changelog: Fix a typoJulian Andres Klode1-1/+1
2010-06-26* apt-pkg/deb/deblistparser.cc:Julian Andres Klode2-1/+11
2010-06-26always mark the all package if a pseudo package is marked for installDavid Kalnischkies2-2/+6
2010-06-26give the APT::Cache::Generate option her effect backDavid Kalnischkies1-1/+3
2010-06-26do not override the user set quiet setting even if the target is not a ttyDavid Kalnischkies3-3/+3
2010-06-26make the MMap Grow Error a fatal one as while in theory the code shouldDavid Kalnischkies1-1/+1
2010-06-26* apt-pkg/contrib/fileutl.cc:David Kalnischkies4-1/+23
2010-06-26 - use the new MatchAgainstConfig for the DefaultRootSetFuncDavid Kalnischkies5-66/+71
2010-06-26* apt-pkg/aptconfiguration.cc:David Kalnischkies2-1/+7
2010-06-25print all messages if the application is in an interactive runDavid Kalnischkies3-21/+15
2010-06-25add a simple stack handling to be able to delay error handlingDavid Kalnischkies5-5/+152
2010-06-25* apt-pkg/contrib/error.{cc,h}:David Kalnischkies3-208/+360
2010-06-24methods/ftp.h: Handle different logins are on the same server (Closes: #586904).Julian Andres Klode2-1/+8
2010-06-22Use an abstract helper for error handling and outputDavid Kalnischkies3-118/+244
2010-06-19* cmdline/apt-get.cc:David Kalnischkies3-203/+51
2010-06-19get packages by task^ with FromTask()David Kalnischkies3-9/+88
2010-06-19fix the gcc warning about the initialisation order of variables causedDavid Kalnischkies1-1/+1
2010-06-16* apt-pkg/depcache.cc:David Kalnischkies3-2/+35
2010-06-16add a simple method to VerIterator to check if two Versions are similarDavid Kalnischkies1-0/+9
2010-06-15* cmdline/cacheset.cc:David Kalnischkies5-6/+6
2010-06-15Add a GroupedFromCommandLine for the VersionSet similar to theDavid Kalnischkies2-39/+119