summaryrefslogtreecommitdiff
path: root/apt-pkg/packagemanager.cc
AgeCommit message (Expand)AuthorFilesLines
2012-10-24* apt-pkg/packagemanager.cc:David Kalnischkies1-0/+2
2012-09-03unpack versions only in case a different version from the packageDavid Kalnischkies1-1/+4
2012-08-30* apt-pkg/packagemanager.cc:David Kalnischkies1-1/+3
2012-07-18* apt-pkg/packagemanager.cc:David Kalnischkies1-1/+1
2012-05-19* apt-pkg/packagemanager.cc:David Kalnischkies1-1/+1
2012-05-05ensure that apti18n.h is included last as advertised (Closes: #671623)David Kalnischkies1-1/+2
2012-04-19* apt-pkg/packagemanager.cc:Malcolm Scott1-2/+2
2012-04-16* apt-pkg/packagemanager.cc:David Kalnischkies1-1/+1
2012-04-12apt-pkg/packagemanager.cc: tweak MaxLoopCount to 500 and improve the error me...Michael Vogt1-3/+3
2012-03-13add APT::pkgPackageManager::MaxLoopCount to ensure that theMichael Vogt1-2/+12
2012-03-13merged from lp:~donkult/apt/experimentalMichael Vogt1-264/+327
2012-03-13recheck dependencies in SmartUnpack after a change, tooDavid Kalnischkies1-165/+196
2012-03-13* apt-pkg/packagemanager.cc:David Kalnischkies1-79/+111
2012-03-12ensure that the fullname of a package is displayed in the debug outputDavid Kalnischkies1-29/+29
2012-03-07show which dependency couldn't be satisfied in the debug outputDavid Kalnischkies1-1/+1
2012-03-07* apt-pkg/packagemanager.cc:Michael Vogt1-13/+13
2012-03-06merge with apt/experimentalDavid Kalnischkies1-8/+18
2012-03-06* apt-pkg/packagemanager.cc:Michael Vogt1-4/+13
2012-03-05* Treat the Important flag like the Essential flag with two differences:Julian Andres Klode1-2/+4
2012-03-05* apt-pkg/packagemanager.cc:Julian Andres Klode1-2/+1
2012-03-04fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies1-6/+5
2012-03-03* apt-pkg/packagemanager.cc:David Kalnischkies1-12/+40
2012-03-03show in the debug output if we are looping in the avoid breaksDavid Kalnischkies1-1/+6
2012-03-03eanup the ordering-code avoiding a break (no function change)David Kalnischkies1-28/+23
2012-03-02* apt-pkg/packagemanager.cc:Michael Vogt1-4/+13
2012-01-20fix a few esoteric cppcheck errors/warnings/infosDavid Kalnischkies1-1/+0
2012-01-20fix typos in comments reported by the lintian in very-picky-modesDavid Kalnischkies1-5/+5
2012-01-19* apt-pkg/packagemanager.cc:David Kalnischkies1-1/+7
2012-01-19* apt-pkg/cacheiterators.h:David Kalnischkies1-1/+1
2012-01-13factor out the detection of self-conflicts into Dep::IsIgnorableDavid Kalnischkies1-1/+1
2011-10-31do not enter an endless loop for (essential) pre-dependency loopsDavid Kalnischkies1-12/+17
2011-10-17* apt-pkg/packagemanager.cc:David Kalnischkies1-9/+2
2011-09-19remove an extra argument for the error mesage formatDavid Kalnischkies1-1/+1
2011-09-14enable APT in unpack/configure ordering to handle loops as wellDavid Kalnischkies1-156/+301
2011-09-13merge with debian/sidDavid Kalnischkies1-6/+28
2011-09-13merge with debian/experimentalDavid Kalnischkies1-16/+16
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-3/+5
2011-09-09M-A:same lockstep unpack should operate on installedDavid Kalnischkies1-5/+26
2011-08-17* apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc:David Kalnischkies1-1/+2
2011-08-16Fixed a problem where the loop flag would be removed prematurely.Christopher Baines1-15/+34
2011-08-15Fixed a bug where SmartUnPack would be called with Immediate=true (to resolve...Christopher Baines1-35/+40
2011-08-15merged from the debian-sid branchMichael Vogt1-16/+16
2011-08-14Applied DonKult (David)'s excellent fix for inproving the loop management. No...Christopher Baines1-8/+11
2011-08-13Fix a bug introduced in Rev.2159 on line 398, also fix another potential bug.Christopher Baines1-5/+5
2011-08-12Added code to allow SmartConfigure to be called mutiple times on the same pac...Christopher Baines1-9/+17
2011-08-12Inproved debug with versioningChristopher Baines1-5/+13
2011-08-12Small fix for loop handeling.Christopher Baines1-1/+1
2011-08-11fix a few more cppcheck performance and scope warningsDavid Kalnischkies1-6/+6
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies1-10/+10
2011-08-11Added a RmFlag function to remvoe the loop flag, this should prevent any erro...Christopher Baines1-4/+11