Age | Commit message (Expand) | Author |
2019-06-12 | Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERS | Julian Andres Klode |
2019-02-26 | packagemanager: Remove deprecated functions | Julian Andres Klode |
2017-07-12 | Reformat and sort all includes with clang-format | Julian Andres Klode |
2017-01-19 | fix various typos reported by spellintian | David Kalnischkies |
2016-08-10 | simulate all package manager actions explicitly | David Kalnischkies |
2016-06-29 | eipp: let apt make a plan, not make stuff plane | David Kalnischkies |
2016-06-27 | eipp: provide the internal planer as an external one | David Kalnischkies |
2015-11-27 | add messages to our deprecation warnings in libapt | David Kalnischkies |
2015-11-25 | typo: run s#frontend#front-end# on all of src:apt | David Kalnischkies |
2015-08-27 | just-in-time removal of broken essential packages | David Kalnischkies |
2015-08-10 | remove the compatibility markers for 4.13 abi | David Kalnischkies |
2015-08-10 | make all d-pointer * const pointers | David Kalnischkies |
2015-08-10 | apply various style suggestions by cppcheck | David Kalnischkies |
2015-06-16 | add d-pointer, virtual destructors and de-inline de/constructors | David Kalnischkies |
2014-11-08 | use a abi version check similar to the gcc check | David Kalnischkies |
2014-09-27 | fix: warning: extra ‘;’ [-Wpedantic] | David Kalnischkies |
2014-06-18 | readd pkgPackageManager::Go() to not break API | Michael Vogt |
2014-05-29 | Merge remote-tracking branch 'upstream/debian/sid' into debian/experimental | Michael Vogt |
2014-05-22 | fix tight loop detection and temporary removes | David Kalnischkies |
2014-05-22 | consistently fail if Smart* packagemanager actions fail | David Kalnischkies |
2014-05-07 | fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG... | Michael Vogt |
2014-03-13 | follow method attribute suggestions by gcc | David Kalnischkies |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
2014-03-13 | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies |
2013-10-31 | fix some more ABI issues, abicheck is happy now | Michael Vogt |
2013-10-31 | restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR... | Michael Vogt |
2013-10-22 | fix install-progress location | Michael Vogt |
2013-10-21 | restore binary compatiblity with the pkgPackageManager interface | Michael Vogt |
2013-10-13 | move the status-fd progress reporting out of the pkgDPkgPM class, at this poi... | Michael Vogt |
2013-10-11 | first iteration of install progress refactor | Michael Vogt |
2011-12-13 | revert 2184.1.3: forward declaration instead of headers | David Kalnischkies |
2011-12-13 | revert 2184.1.2: do not pollute namespace in headers | David Kalnischkies |
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies |
2011-09-19 | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies |
2011-08-15 | Fixed a bug where SmartUnPack would be called with Immediate=true (to resolve... | Christopher Baines |
2011-07-27 | SmartConfigure and SmartUnPack have got smarter! The full descriptions of wha... | Christopher Baines |
2011-07-16 | Dont try to configure packages using SmartConfigure when not performing immed... | Christopher Baines |
2011-07-06 | Added a APT::Immediate-Configure-All option to enable imediate configuration ... | Christopher Baines |
2011-06-27 | Initial 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 packages | David 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 used | Michael Vogt |
2006-12-14 | * merged the no-pragma branch | Michael Vogt |
2006-10-02 | * removed the pragma mess | Michael Vogt |
2005-08-18 | * merged from main | Michael Vogt |
2005-08-09 | * merged from main | Michael Vogt |
2005-06-29 | * merged with ubuntu, only use the pkgCache::Flag::Auto flag for automaticall... | Michael Vogt |