summaryrefslogtreecommitdiff
path: root/apt-pkg/packagemanager.h
AgeCommit message (Expand)AuthorFilesLines
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-3/+3
2017-01-19fix various typos reported by spellintianDavid Kalnischkies1-1/+1
2016-08-10simulate all package manager actions explicitlyDavid Kalnischkies1-1/+1
2016-06-29eipp: let apt make a plan, not make stuff planeDavid Kalnischkies1-1/+1
2016-06-27eipp: provide the internal planer as an external oneDavid Kalnischkies1-1/+8
2015-11-27add messages to our deprecation warnings in libaptDavid Kalnischkies1-2/+2
2015-11-25typo: run s#frontend#front-end# on all of src:aptDavid Kalnischkies1-1/+1
2015-08-27just-in-time removal of broken essential packagesDavid Kalnischkies1-0/+1
2015-08-10remove the compatibility markers for 4.13 abiDavid Kalnischkies1-10/+0
2015-08-10make all d-pointer * const pointersDavid Kalnischkies1-1/+1
2015-08-10apply various style suggestions by cppcheckDavid Kalnischkies1-1/+1
2015-06-16add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies1-1/+1
2014-11-08use a abi version check similar to the gcc checkDavid Kalnischkies1-7/+5
2014-09-27fix: warning: extra ‘;’ [-Wpedantic]David Kalnischkies1-2/+2
2014-06-18readd pkgPackageManager::Go() to not break APIMichael Vogt1-0/+1
2014-05-29Merge remote-tracking branch 'upstream/debian/sid' into debian/experimentalMichael Vogt1-6/+13
2014-05-22fix tight loop detection and temporary removesDavid Kalnischkies1-2/+9
2014-05-22consistently fail if Smart* packagemanager actions failDavid Kalnischkies1-5/+5
2014-05-07fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG...Michael Vogt1-0/+5
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies1-1/+1
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-5/+7
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies1-2/+2
2013-10-31fix some more ABI issues, abicheck is happy nowMichael Vogt1-1/+1
2013-10-31restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR...Michael Vogt1-1/+14
2013-10-22fix install-progress locationMichael Vogt1-2/+1
2013-10-21restore binary compatiblity with the pkgPackageManager interfaceMichael Vogt1-10/+8
2013-10-13move the status-fd progress reporting out of the pkgDPkgPM class, at this poi...Michael Vogt1-3/+15
2013-10-11first iteration of install progress refactorMichael Vogt1-0/+1
2011-12-13revert 2184.1.3: forward declaration instead of headersDavid Kalnischkies1-0/+1
2011-12-13revert 2184.1.2: do not pollute namespace in headersDavid Kalnischkies1-0/+4
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-2/+1
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies1-4/+2
2011-08-15Fixed a bug where SmartUnPack would be called with Immediate=true (to resolve...Christopher Baines1-2/+2
2011-07-27SmartConfigure and SmartUnPack have got smarter! The full descriptions of wha...Christopher Baines1-3/+1
2011-07-16Dont try to configure packages using SmartConfigure when not performing immed...Christopher Baines1-0/+1
2011-07-06Added a APT::Immediate-Configure-All option to enable imediate configuration ...Christopher Baines1-0/+1
2011-06-27Initial commit from my GSoC project. Added a verification function (VerifyCon...Christopher Baines1-1/+3
2011-05-16* apt-pkg/packagemanager.cc:David Kalnischkies1-0/+2
2010-05-24 - show at the end of the install process a list of disappeared packagesDavid Kalnischkies1-2/+14
2009-09-29* apt-pkg/packagemanager.cc:Michael Vogt1-1/+1
2008-01-03* apt-pkg/packagemanager.{cc,h}:Michael Vogt1-0/+1
2007-09-14* apt-pkg/packagemanager.{cc,h}:Michael Vogt1-14/+1
2007-09-11* fix missing SetExecClose() call when the status-fd is usedMichael Vogt1-0/+2
2006-12-14* merged the no-pragma branchMichael Vogt1-3/+0
2006-10-02* removed the pragma messMichael Vogt1-3/+0
2005-08-18* merged from mainMichael Vogt1-6/+1
2005-08-09* merged from mainMichael Vogt1-1/+1
2005-06-29* merged with ubuntu, only use the pkgCache::Flag::Auto flag for automaticall...Michael Vogt1-3/+4
2005-06-24* merged with the apt--improved-do-install patchMichael Vogt1-2/+34
2005-01-19Merge michael.vogt@canonical.com--2004/apt--status-fd--0Matt Zimmerman1-1/+1