summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wrap the mmap actions in the CacheGenerator in their own methods toDavid Kalnischkies2010-07-062-23/+42
* extends the ParseDepends testcase to have a look also at the WildcardsDavid Kalnischkies2010-07-051-0/+68
* merge with debian-experimental-maDavid Kalnischkies2010-07-058-22/+107
|\
| * Fix the atomic replace.Julian Andres Klode2010-06-291-1/+1
| * * apt-pkg/contrib/fileutl.cc:Julian Andres Klode2010-06-293-6/+19
| * debian/control: Set Standards-Version to 3.9.0Julian Andres Klode2010-06-292-1/+3
| * Also free regular expressions.Julian Andres Klode2010-06-281-0/+1
| * Use _error->Warning() instead of writing to std::cerr.Julian Andres Klode2010-06-281-1/+1
| * Remove debugging stuff, this was not meant to be here.Julian Andres Klode2010-06-281-1/+0
| * Also support regular expressions and glob() patterns in "Pin: version".Julian Andres Klode2010-06-281-0/+2
| * * apt-pkg/versionmatch.cc:Julian Andres Klode2010-06-283-12/+52
| * deblistparser: Special-case *-armel, lpia and powerpcspe architectures.Julian Andres Klode2010-06-271-0/+6
| * apt-pkg/deb/deblistparser.cc: Fix bug in architecture wildcard support.Julian Andres Klode2010-06-261-3/+10
| * debian/changelog: Fix a typoJulian Andres Klode2010-06-261-1/+1
| * * apt-pkg/deb/deblistparser.cc:Julian Andres Klode2010-06-262-1/+11
| * methods/ftp.h: Handle different logins are on the same server (Closes: #586904).Julian Andres Klode2010-06-242-1/+8
* | fix typos and add a proper Closes tag after the unmerge in debbugsDavid Kalnischkies2010-07-051-3/+3
* | Try to use NotEquals for the MultiArch Breaks dependencies instead ofDavid Kalnischkies2010-07-051-4/+1
* | make the specify order of packages irrelevant (half-close #196021)David Kalnischkies2010-07-052-5/+19
* | clean deblistparser a bit by get the Architectures at one placeDavid Kalnischkies2010-07-042-14/+13
* | * apt-pkg/policy.h:David Kalnischkies2010-07-047-30/+32
* | prefer the Policy if it is built instead of the DepCache andDavid Kalnischkies2010-07-042-3/+7
* | reorder classes a bit and make TryToInstallBuildDep use themDavid Kalnischkies2010-07-031-360/+250
* | Refactor TryToInstall to look a bit saner by splitting the RemoveDavid Kalnischkies2010-07-032-53/+177
* | add a ConstructedBy member to the PackageSet which can be used by theDavid Kalnischkies2010-07-022-17/+51
* | if the package has no installed & candidate but is virtual see if onlyDavid Kalnischkies2010-06-293-37/+59
* | rename AddSelectedVersion() to a better public FromPackage()David Kalnischkies2010-06-292-10/+15
* | for install, do all installs first and then the removes and vice versaDavid Kalnischkies2010-06-291-38/+54
* | - factor out code to get a single package FromName()David Kalnischkies2010-06-283-54/+116
* | - only print errors if all tries to get a package by string failedDavid Kalnischkies2010-06-262-7/+15
* | always mark the all package if a pseudo package is marked for installDavid Kalnischkies2010-06-262-2/+6
* | 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
|\|