summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/dpkgpm.h
AgeCommit message (Expand)Author
2018-05-07Remove obsolete RCS keywordsGuillem Jover
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode
2016-11-24improve arch-unqualified dpkg-progress parsingDavid Kalnischkies
2016-08-10simulate all package manager actions explicitlyDavid Kalnischkies
2016-08-10select remove/purge packages early on for dpkgDavid Kalnischkies
2016-03-07Fix several typosVeres Lajos
2015-11-27add messages to our deprecation warnings in libaptDavid Kalnischkies
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies
2015-08-10make all d-pointer * const pointersDavid Kalnischkies
2014-09-30mark private methods as hiddenDavid Kalnischkies
2014-09-23Merge branch 'debian/sid' into debian/experimentalMichael Vogt
2014-09-08rework PTY magic to fix stair-stepping on kfreebsdDavid Kalnischkies
2014-06-18readd pkgPackageManager::Go() to not break APIMichael Vogt
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies
2013-12-06Handle SIGWINCH in APT::Progress-Fancy=1Michael Vogt
2013-10-31move pty magic into its own functionsMichael Vogt
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-31move pty stuff into its own functionMichael Vogt
2013-10-25extract getDpkgExecutable() and DPkgPM::BuildPackagesProgressMap() out of the...Michael Vogt
2013-10-18cleanupMichael Vogt
2013-10-17Merge branch 'debian/sid' into feature/install-progress-refactorMichael Vogt
2013-10-17fix broken clean when apt was finished and ensure that terminal progress is u...Michael 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
2013-10-07add -o DpkgPM::Progress-Fancy for better dpkg progress output on vt100+ termi...Michael Vogt
2013-07-11Add DPkgPM::Progress for terminal install progressMichael Vogt
2013-07-11Version 3 for DPkg::Pre-Install-Pkgs with MultiArch infoDavid Kalnischkies
2011-12-13revert 2184.1.2: do not pollute namespace in headersDavid Kalnischkies
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies
2011-09-14enable APT in unpack/configure ordering to handle loops as wellDavid Kalnischkies
2011-07-27SmartConfigure and SmartUnPack have got smarter! The full descriptions of wha...Christopher Baines
2011-01-27apt-pkg/deb/dpkgpm.{cc,h}: convert to use dpointersMichael Vogt
2010-06-09merged from lp:~donkult/apt/sidMichael Vogt
2010-06-09* merge the remaining Ubuntu change:Michael Vogt
2010-05-27forward manual-installed bit on package disappearanceDavid Kalnischkies
2010-05-27* apt-pkg/deb/dpkgpm.cc:David Kalnischkies
2010-01-26Change history branch so that it does not break the Michael Vogt
2009-12-18* Merged from the mvo branchMichael Vogt
2009-12-18apt-pkg/deb/dpkgpm.{cc,h}: refactor writing of the history tag, add ","Michael Vogt
2009-12-18add /var/log/apt/history.log fileMichael Vogt
2009-09-23merged from debianMichael Vogt
2009-09-15Add even more config options and try to handle configuration problemsDavid Kalnischkies
2009-09-13add and document experimental options to make aggressiveDavid Kalnischkies
2009-07-30merged from debianMichael Vogt
2008-11-24merged from debian-sidMichael Vogt
2008-09-25Restore the apt ABI.Daniel Burrows
2008-07-25* improve apt progress reporting, display trigger actionsMichael Vogt
2008-06-03* Apply patch to avoid truncating of arbitrary files. Thanks to BryanMichael Vogt