summaryrefslogtreecommitdiff
path: root/apt-pkg/install-progress.h
Commit message (Expand)AuthorAgeFilesLines
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-2/+2
* install-progress: Call the real ::fork() in our fork() methodJulian Andres Klode2016-08-231-1/+1
* Fix select timeout to be 50msec instead of 0.5msecMichael Vogt2015-09-301-1/+1
* add c++11 override marker to overridden methodsDavid Kalnischkies2015-08-101-14/+14
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-5/+5
* apply various style suggestions by cppcheckDavid Kalnischkies2015-08-101-2/+2
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-1/+10
* mark private methods as hiddenDavid Kalnischkies2014-09-301-1/+1
* fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies2014-09-271-3/+2
* force fancy progressbar redraw on window size changeDavid Kalnischkies2014-04-141-0/+3
* Add progressbar to "Dpkg::Progress-Fancy"Michael Vogt2014-03-271-1/+10
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-9/+9
* warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-131-16/+16
* add missing vector includeMichael Vogt2013-12-281-0/+1
* properly handle SIGWINCH in PackageManagerFancy againMichael Vogt2013-12-281-3/+9
* first proof-of-concept for a fix for #731738Michael Vogt2013-12-221-2/+2
* Handle SIGWINCH in APT::Progress-Fancy=1Michael Vogt2013-12-061-3/+6
* use StartDpkg() in PackageManagerProgressDeb822Fd as wellMichael Vogt2013-10-311-1/+1
* add new pid_t ExecFork(std::set<int> KeepFDs) to get rid of the super ugly AP...Michael Vogt2013-10-311-1/+7
* restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR...Michael Vogt2013-10-311-0/+3
* move install-progress.{cc,h} to apt-pkgMichael Vogt2013-10-221-0/+137