summaryrefslogtreecommitdiff
path: root/apt-pkg/install-progress.cc
Commit message (Expand)AuthorAgeFilesLines
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-4/+4
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-0/+6
* fix another instance of warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-09-301-2/+2
* fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies2014-09-271-0/+2
* force fancy progressbar redraw on window size changeDavid Kalnischkies2014-04-141-12/+23
* Add progressbar to "Dpkg::Progress-Fancy"Michael Vogt2014-03-271-11/+52
* make fancy-progress fg/bg color configurableMichael Vogt2014-03-271-2/+6
* follow method attribute suggestions by gccDavid Kalnischkies2014-03-131-2/+2
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-12/+18
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-2/+2
* warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-131-2/+2
* correct some style/performance/warnings from cppcheckDavid Kalnischkies2014-01-161-1/+1
* Merge branch 'debian/sid' into bugfix/bts731738-fancy-progessMichael Vogt2013-12-281-0/+1
|\
| * Fix conffile prompt regression (LP: #1260297)Michael Vogt2013-12-121-1/+1
* | Merge remote-tracking branch 'origin/bugfix/bts731738-fancy-progess' into bug...Michael Vogt2013-12-281-2/+0
|\ \
| * | first proof-of-concept for a fix for #731738Michael Vogt2013-12-221-1/+8
| |/
* | properly handle SIGWINCH in PackageManagerFancy againMichael Vogt2013-12-281-23/+42
* | first proof-of-concept for a fix for #731738Michael Vogt2013-12-221-1/+8
|/
* Handle SIGWINCH in APT::Progress-Fancy=1Michael Vogt2013-12-061-7/+25
* small documentation updatesMichael Vogt2013-11-011-0/+4
* setup LINES in apt-pkg/install-progress.ccMichael Vogt2013-10-311-0/+5
* 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-5/+1
* restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR...Michael Vogt2013-10-311-0/+22
* fix install-progress locationMichael Vogt2013-10-221-2/+1
* move install-progress.{cc,h} to apt-pkgMichael Vogt2013-10-221-0/+306