index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
install-progress.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-24
Replace APT_CONST with APT_PURE everywhere
Julian Andres Klode
1
-2
/
+2
2017-07-12
Reformat and sort all includes with clang-format
Julian Andres Klode
1
-7
/
+7
2016-08-26
Use C locale instead of C.UTF-8 for protocol strings
Julian Andres Klode
1
-2
/
+2
2016-08-23
prevent C++ locale number formatting in text APIs (try 3)
David Kalnischkies
1
-34
/
+39
2016-08-12
don't perform int<float in progress bar drawing
David Kalnischkies
1
-12
/
+8
2016-05-27
prevent C++ locale number formatting in text APIs
David Kalnischkies
1
-55
/
+34
2016-03-14
flush line-clearing on progress stop before post-invoke
David Kalnischkies
1
-0
/
+1
2015-08-17
Fix all the wrong removals of includes that iwyu got wrong
Michael Vogt
1
-0
/
+1
2015-08-17
Cleanup includes after running iwyu
Michael Vogt
1
-2
/
+0
2015-08-16
Use terminfo's typical save_cursor/restore_cursor sequences
James McCoy
1
-4
/
+4
2015-08-10
make all d-pointer * const pointers
David Kalnischkies
1
-4
/
+4
2015-06-16
add d-pointer, virtual destructors and de-inline de/constructors
David Kalnischkies
1
-0
/
+6
2014-09-30
fix another instance of warning: extra ‘;’ [-Wpedantic]
David Kalnischkies
1
-2
/
+2
2014-09-27
fix: Member variable 'X' is not initialized in the constructor.
David Kalnischkies
1
-0
/
+2
2014-04-14
force fancy progressbar redraw on window size change
David Kalnischkies
1
-12
/
+23
2014-03-27
Add progressbar to "Dpkg::Progress-Fancy"
Michael Vogt
1
-11
/
+52
2014-03-27
make fancy-progress fg/bg color configurable
Michael Vogt
1
-2
/
+6
2014-03-13
follow method attribute suggestions by gcc
David Kalnischkies
1
-2
/
+2
2014-03-13
cleanup headers and especially #includes everywhere
David Kalnischkies
1
-12
/
+18
2014-03-13
warning: unused parameter ‘foo’ [-Wunused-parameter]
David Kalnischkies
1
-2
/
+2
2014-03-13
warning: extra ‘;’ [-Wpedantic]
David Kalnischkies
1
-2
/
+2
2014-01-16
correct some style/performance/warnings from cppcheck
David Kalnischkies
1
-1
/
+1
2013-12-28
Merge branch 'debian/sid' into bugfix/bts731738-fancy-progess
Michael Vogt
1
-0
/
+1
2013-12-28
Merge remote-tracking branch 'origin/bugfix/bts731738-fancy-progess' into bug...
Michael Vogt
1
-2
/
+0
2013-12-28
properly handle SIGWINCH in PackageManagerFancy again
Michael Vogt
1
-23
/
+42
2013-12-22
first proof-of-concept for a fix for #731738
Michael Vogt
1
-1
/
+8
2013-12-22
first proof-of-concept for a fix for #731738
Michael Vogt
1
-1
/
+8
2013-12-12
Fix conffile prompt regression (LP: #1260297)
Michael Vogt
1
-1
/
+1
2013-12-06
Handle SIGWINCH in APT::Progress-Fancy=1
Michael Vogt
1
-7
/
+25
2013-11-01
small documentation updates
0.9.13_exp1
Michael Vogt
1
-0
/
+4
2013-10-31
setup LINES in apt-pkg/install-progress.cc
Michael Vogt
1
-0
/
+5
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
-5
/
+1
2013-10-31
restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR...
Michael Vogt
1
-0
/
+22
2013-10-22
fix install-progress location
Michael Vogt
1
-2
/
+1
2013-10-22
move install-progress.{cc,h} to apt-pkg
Michael Vogt
1
-0
/
+306