summaryrefslogtreecommitdiff
path: root/apt-pkg/packagemanager.cc
Commit message (Expand)AuthorAgeFilesLines
* restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR...Michael Vogt2013-10-311-6/+30
* restore binary compatiblity with the pkgPackageManager interfaceMichael Vogt2013-10-211-0/+25
* re-add APT::Keep-Fds:: for the dpkg status-fd in dpkgpm.cc as we always need ...Michael Vogt2013-10-141-13/+5
* move the status-fd progress reporting out of the pkgDPkgPM class, at this poi...Michael Vogt2013-10-131-5/+9
* apt-pkg/packagemanager.cc:Michael Vogt2013-07-101-2/+2
* do not modify DepIterator as we might check againDavid Kalnischkies2013-06-241-5/+7
* do unpacks before configures in SmartConfigureDavid Kalnischkies2013-06-091-45/+68
* * apt-pkg/packagemanager.cc:David Kalnischkies2012-10-241-0/+2
* unpack versions only in case a different version from the packageDavid Kalnischkies2012-09-031-1/+4
* * apt-pkg/packagemanager.cc:David Kalnischkies2012-08-301-1/+3
* * apt-pkg/packagemanager.cc:David Kalnischkies2012-07-181-1/+1
* * apt-pkg/packagemanager.cc:David Kalnischkies2012-05-191-1/+1
* ensure that apti18n.h is included last as advertised (Closes: #671623)David Kalnischkies2012-05-051-1/+2
* * apt-pkg/packagemanager.cc:Malcolm Scott2012-04-191-2/+2
* * apt-pkg/packagemanager.cc:David Kalnischkies2012-04-161-1/+1
* apt-pkg/packagemanager.cc: tweak MaxLoopCount to 500 and improve the error me...Michael Vogt2012-04-121-3/+3
* add APT::pkgPackageManager::MaxLoopCount to ensure that theMichael Vogt2012-03-131-2/+12
* merged from lp:~donkult/apt/experimentalMichael Vogt2012-03-131-264/+327
|\
| * recheck dependencies in SmartUnpack after a change, tooDavid Kalnischkies2012-03-131-165/+196
| * * apt-pkg/packagemanager.cc:David Kalnischkies2012-03-131-79/+111
| * ensure that the fullname of a package is displayed in the debug outputDavid Kalnischkies2012-03-121-29/+29
| * show which dependency couldn't be satisfied in the debug outputDavid Kalnischkies2012-03-071-1/+1
* | * apt-pkg/packagemanager.cc:Michael Vogt2012-03-071-13/+13
|/
* merge with apt/experimentalDavid Kalnischkies2012-03-061-8/+18
|\
| * * apt-pkg/packagemanager.cc:Michael Vogt2012-03-061-4/+13
| |\
| | * * apt-pkg/packagemanager.cc:Michael Vogt2012-03-021-4/+13
| * | * Treat the Important flag like the Essential flag with two differences:Julian Andres Klode2012-03-051-2/+4
| * | * apt-pkg/packagemanager.cc:Julian Andres Klode2012-03-051-2/+1
| |/
* | fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies2012-03-041-6/+5
* | * apt-pkg/packagemanager.cc:David Kalnischkies2012-03-031-12/+40
* | show in the debug output if we are looping in the avoid breaksDavid Kalnischkies2012-03-031-1/+6
* | eanup the ordering-code avoiding a break (no function change)David Kalnischkies2012-03-031-28/+23
|/
* fix a few esoteric cppcheck errors/warnings/infosDavid Kalnischkies2012-01-201-1/+0
* fix typos in comments reported by the lintian in very-picky-modesDavid Kalnischkies2012-01-201-5/+5
* * apt-pkg/packagemanager.cc:David Kalnischkies2012-01-191-1/+7
* * apt-pkg/cacheiterators.h:David Kalnischkies2012-01-191-1/+1
* factor out the detection of self-conflicts into Dep::IsIgnorableDavid Kalnischkies2012-01-131-1/+1
* do not enter an endless loop for (essential) pre-dependency loopsDavid Kalnischkies2011-10-311-12/+17
* * apt-pkg/packagemanager.cc:David Kalnischkies2011-10-171-9/+2
* remove an extra argument for the error mesage formatDavid Kalnischkies2011-09-191-1/+1
* enable APT in unpack/configure ordering to handle loops as wellDavid Kalnischkies2011-09-141-156/+301
|\
| * Fixed a problem where the loop flag would be removed prematurely.Christopher Baines2011-08-161-15/+34
| * Fixed a bug where SmartUnPack would be called with Immediate=true (to resolve...Christopher Baines2011-08-151-35/+40
| * Applied DonKult (David)'s excellent fix for inproving the loop management. No...Christopher Baines2011-08-141-8/+11
| * Fix a bug introduced in Rev.2159 on line 398, also fix another potential bug.Christopher Baines2011-08-131-5/+5
| * Added code to allow SmartConfigure to be called mutiple times on the same pac...Christopher Baines2011-08-121-9/+17
| * Inproved debug with versioningChristopher Baines2011-08-121-5/+13
| * Small fix for loop handeling.Christopher Baines2011-08-121-1/+1
| * Added a RmFlag function to remvoe the loop flag, this should prevent any erro...Christopher Baines2011-08-111-4/+11
| * Improved errors and messages in general and improved the comments.Christopher Baines2011-08-071-132/+63