summaryrefslogtreecommitdiff
path: root/apt-pkg/packagemanager.h
Commit message (Expand)AuthorAgeFilesLines
* Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode2019-06-121-8/+0
* packagemanager: Remove deprecated functionsJulian Andres Klode2019-02-261-5/+0
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-3/+3
* fix various typos reported by spellintianDavid Kalnischkies2017-01-191-1/+1
* simulate all package manager actions explicitlyDavid Kalnischkies2016-08-101-1/+1
* eipp: let apt make a plan, not make stuff planeDavid Kalnischkies2016-06-291-1/+1
* eipp: provide the internal planer as an external oneDavid Kalnischkies2016-06-271-1/+8
* add messages to our deprecation warnings in libaptDavid Kalnischkies2015-11-271-2/+2
* typo: run s#frontend#front-end# on all of src:aptDavid Kalnischkies2015-11-251-1/+1
* just-in-time removal of broken essential packagesDavid Kalnischkies2015-08-271-0/+1
* remove the compatibility markers for 4.13 abiDavid Kalnischkies2015-08-101-10/+0
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-1/+1
* apply various style suggestions by cppcheckDavid Kalnischkies2015-08-101-1/+1
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-1/+1
* use a abi version check similar to the gcc checkDavid Kalnischkies2014-11-081-7/+5
* fix: warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-09-271-2/+2
* readd pkgPackageManager::Go() to not break APIMichael Vogt2014-06-181-0/+1
* Merge remote-tracking branch 'upstream/debian/sid' into debian/experimentalMichael Vogt2014-05-291-6/+13
|\
| * fix tight loop detection and temporary removesDavid Kalnischkies2014-05-221-2/+9
| * consistently fail if Smart* packagemanager actions failDavid Kalnischkies2014-05-221-5/+5
* | fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG...Michael Vogt2014-05-071-0/+5
|/
* follow method attribute suggestions by gccDavid Kalnischkies2014-03-131-1/+1
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-5/+7
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-2/+2
* fix some more ABI issues, abicheck is happy nowMichael Vogt2013-10-311-1/+1
* restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR...Michael Vogt2013-10-311-1/+14
* fix install-progress locationMichael Vogt2013-10-221-2/+1
* restore binary compatiblity with the pkgPackageManager interfaceMichael Vogt2013-10-211-10/+8
* move the status-fd progress reporting out of the pkgDPkgPM class, at this poi...Michael Vogt2013-10-131-3/+15
* first iteration of install progress refactorMichael Vogt2013-10-111-0/+1
* revert 2184.1.3: forward declaration instead of headersDavid Kalnischkies2011-12-131-0/+1
* revert 2184.1.2: do not pollute namespace in headersDavid Kalnischkies2011-12-131-0/+4
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-2/+1
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-4/+2
* Fixed a bug where SmartUnPack would be called with Immediate=true (to resolve...Christopher Baines2011-08-151-2/+2
* SmartConfigure and SmartUnPack have got smarter! The full descriptions of wha...Christopher Baines2011-07-271-3/+1
* Dont try to configure packages using SmartConfigure when not performing immed...Christopher Baines2011-07-161-0/+1
* Added a APT::Immediate-Configure-All option to enable imediate configuration ...Christopher Baines2011-07-061-0/+1
* Initial commit from my GSoC project. Added a verification function (VerifyCon...Christopher Baines2011-06-271-1/+3
* * apt-pkg/packagemanager.cc:David Kalnischkies2011-05-161-0/+2
* - show at the end of the install process a list of disappeared packagesDavid Kalnischkies2010-05-241-2/+14
* * apt-pkg/packagemanager.cc:Michael Vogt2009-09-291-1/+1
* * apt-pkg/packagemanager.{cc,h}:Michael Vogt2008-01-031-0/+1
* * apt-pkg/packagemanager.{cc,h}:Michael Vogt2007-09-141-14/+1
* * fix missing SetExecClose() call when the status-fd is usedMichael Vogt2007-09-111-0/+2
* * merged the no-pragma branchMichael Vogt2006-12-141-3/+0
|\
| * * removed the pragma messMichael Vogt2006-10-021-3/+0
| * * merged from mainMichael Vogt2005-08-091-1/+1
* | * merged from mainMichael Vogt2005-08-181-6/+1
* | * merged with ubuntu, only use the pkgCache::Flag::Auto flag for automaticall...Michael Vogt2005-06-291-3/+4
|\|