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