Michael Vogt
|
cbcdd3ee9d
* apt-pkg/deb/dpkgpm.cc:
|
12 年之前 |
Michael Vogt
|
b29599105e
Fix warning about uninitialized variable
|
12 年之前 |
Michael Vogt
|
a11f6c973b
Only do openpty() if both stdin/stdout are terminals
|
12 年之前 |
Michael Vogt
|
6c50447eb4
reduce delta from ubuntu
|
12 年之前 |
Michael Vogt
|
26b3ade25d
do not crash on SIGPIPE in pkgDPkgPM::RunScriptsWithPkgs()
|
12 年之前 |
Michael Vogt
|
e5b7e01923
Add new Debug::RunScripts option
|
12 年之前 |
David Kalnischkies
|
d151adbf2c
ensure proper teardown in dpkg error cases
|
12 年之前 |
David Kalnischkies
|
453b82a388
cleanup headers and especially #includes everywhere
|
12 年之前 |
David Kalnischkies
|
655122418d
warning: unused parameter ‘foo’ [-Wunused-parameter]
|
12 年之前 |
Michael Vogt
|
796673c385
Merge remote-tracking branch 'donkult/debian/sid' into debian/sid
|
12 年之前 |
Michael Vogt
|
1700c3cfb9
do not ignore ioctl(TIOCSCTTY) errors
|
12 年之前 |
David Kalnischkies
|
9ce3cfc930
correct some style/performance/warnings from cppcheck
|
12 年之前 |
Michael Vogt
|
35ac30ee37
Merge branch 'debian/sid' into bugfix/bts731738-fancy-progess
|
12 年之前 |
Michael Vogt
|
4754718a44
first proof-of-concept for a fix for #731738
|
12 年之前 |
Michael Vogt
|
c23e6cd582
Fix conffile prompt regression (LP: #1260297)
|
12 年之前 |
David Kalnischkies
|
581b556830
merge ubuntus apport reporting changes to reduce diff
|
12 年之前 |
Michael Vogt
|
0cd4e69630
fix apport report writing (LP: #1254499)
|
12 年之前 |
Michael Vogt
|
804d195655
reset terminal on error (closes: #730795)
|
12 年之前 |
Michael Vogt
|
96ae6de5d3
fix regression that APT::Keep-Fds is not honored (closes: #730490)
|
12 年之前 |
Michael Vogt
|
e45c4617e4
add new pid_t ExecFork(std::set<int> KeepFDs) to get rid of the super ugly APT::Keep-Fds hack and also add a new PackageManagerProgressFd::StartDpkg() progress state
|
12 年之前 |
Michael Vogt
|
177296dffd
move pty magic into its own functions
|
12 年之前 |
Michael Vogt
|
bd5f39b34c
restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR >= 13)
|
12 年之前 |
Michael Vogt
|
c3045b7979
move pty stuff into its own function
|
12 年之前 |
Michael Vogt
|
6fad3c240c
extract getDpkgExecutable() and DPkgPM::BuildPackagesProgressMap() out of the monster long pkgDPkgPM::Go()
|
12 年之前 |
Michael Vogt
|
a18456a58a
make the main loop a while() instead of a for() as I find this (much) easier to read this way)
|
12 年之前 |
Michael Vogt
|
b4017ba767
fix failing ./test/integration/test-disappearing-packages (thanks Donkult!)
|
12 年之前 |
Michael Vogt
|
1f46727611
use Pkg.FullName() in disappearedPkgs and remove duplicated check
|
12 年之前 |
Michael Vogt
|
af36becc88
fix install-progress location
|
12 年之前 |
Michael Vogt
|
3b1b0f2900
restore binary compatiblity with the pkgPackageManager interface
|
12 年之前 |
Michael Vogt
|
d274520ee8
fix apt output ordering and update test to match the new human friendly messages that include the architecture
|
12 年之前 |