Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | correct some style/performance/warnings from cppcheck | David Kalnischkies | 2014-01-16 | 1 | -1/+1 |
| | | | | | | | | The most "visible" change is from utime to utimensat/futimens as the first one isn't part of POSIX anymore. Reported-By: cppcheck Git-Dch: Ignore | ||||
* | Merge branch 'debian/sid' into bugfix/bts731738-fancy-progess | Michael Vogt | 2013-12-28 | 1 | -0/+1 |
|\ | | | | | | | | | Conflicts: apt-pkg/install-progress.cc | ||||
| * | Fix conffile prompt regression (LP: #1260297) | Michael Vogt | 2013-12-12 | 1 | -1/+1 |
| | | | | | | | | | | This fixes a regression in the conffile prompt for the progress-fd and adds a testcase to ensure this does not regress again. | ||||
* | | Merge remote-tracking branch 'origin/bugfix/bts731738-fancy-progess' into ↵ | Michael Vogt | 2013-12-28 | 1 | -2/+0 |
|\ \ | | | | | | | | | | | | | | | | | | | bugfix/bts731738-fancy-progess Conflicts: apt-pkg/install-progress.cc | ||||
| * | | first proof-of-concept for a fix for #731738 | Michael Vogt | 2013-12-22 | 1 | -1/+8 |
| |/ | |||||
* | | properly handle SIGWINCH in PackageManagerFancy again | Michael Vogt | 2013-12-28 | 1 | -23/+42 |
| | | |||||
* | | first proof-of-concept for a fix for #731738 | Michael Vogt | 2013-12-22 | 1 | -1/+8 |
|/ | |||||
* | Handle SIGWINCH in APT::Progress-Fancy=1 | Michael Vogt | 2013-12-06 | 1 | -7/+25 |
| | |||||
* | small documentation updates | Michael Vogt | 2013-11-01 | 1 | -0/+4 |
| | |||||
* | setup LINES in apt-pkg/install-progress.cc | Michael Vogt | 2013-10-31 | 1 | -0/+5 |
| | |||||
* | use StartDpkg() in PackageManagerProgressDeb822Fd as well | Michael Vogt | 2013-10-31 | 1 | -1/+1 |
| | |||||
* | add new pid_t ExecFork(std::set<int> KeepFDs) to get rid of the super ugly ↵ | Michael Vogt | 2013-10-31 | 1 | -5/+1 |
| | | | | APT::Keep-Fds hack and also add a new PackageManagerProgressFd::StartDpkg() progress state | ||||
* | restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && ↵ | Michael Vogt | 2013-10-31 | 1 | -0/+22 |
| | | | | APT_PKG_MINOR >= 13) | ||||
* | fix install-progress location | Michael Vogt | 2013-10-22 | 1 | -2/+1 |
| | |||||
* | move install-progress.{cc,h} to apt-pkg | Michael Vogt | 2013-10-22 | 1 | -0/+306 |