index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
install-progress.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-12
Reformat and sort all includes with clang-format
Julian Andres Klode
1
-2
/
+2
2016-08-23
install-progress: Call the real ::fork() in our fork() method
Julian Andres Klode
1
-1
/
+1
2015-09-30
Fix select timeout to be 50msec instead of 0.5msec
Michael Vogt
1
-1
/
+1
2015-08-10
add c++11 override marker to overridden methods
David Kalnischkies
1
-14
/
+14
2015-08-10
make all d-pointer * const pointers
David Kalnischkies
1
-5
/
+5
2015-08-10
apply various style suggestions by cppcheck
David Kalnischkies
1
-2
/
+2
2015-06-16
add d-pointer, virtual destructors and de-inline de/constructors
David Kalnischkies
1
-1
/
+10
2014-09-30
mark private methods as hidden
David Kalnischkies
1
-1
/
+1
2014-09-27
fix: Member variable 'X' is not initialized in the constructor.
David Kalnischkies
1
-3
/
+2
2014-04-14
force fancy progressbar redraw on window size change
David Kalnischkies
1
-0
/
+3
2014-03-27
Add progressbar to "Dpkg::Progress-Fancy"
Michael Vogt
1
-1
/
+10
2014-03-13
warning: unused parameter ‘foo’ [-Wunused-parameter]
David Kalnischkies
1
-9
/
+9
2014-03-13
warning: extra ‘;’ [-Wpedantic]
David Kalnischkies
1
-16
/
+16
2013-12-28
add missing vector include
Michael Vogt
1
-0
/
+1
2013-12-28
properly handle SIGWINCH in PackageManagerFancy again
Michael Vogt
1
-3
/
+9
2013-12-22
first proof-of-concept for a fix for #731738
Michael Vogt
1
-2
/
+2
2013-12-06
Handle SIGWINCH in APT::Progress-Fancy=1
Michael Vogt
1
-3
/
+6
2013-10-31
use StartDpkg() in PackageManagerProgressDeb822Fd as well
Michael Vogt
1
-1
/
+1
2013-10-31
add new pid_t ExecFork(std::set<int> KeepFDs) to get rid of the super ugly AP...
Michael Vogt
1
-1
/
+7
2013-10-31
restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR...
Michael Vogt
1
-0
/
+3
2013-10-22
move install-progress.{cc,h} to apt-pkg
Michael Vogt
1
-0
/
+137