summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
Commit message (Expand)AuthorAgeFilesLines
* Handle SIGWINCH in APT::Progress-Fancy=1Michael Vogt2013-12-061-1/+0
* * enable release based selection for deb-src (closes: 731102)Michael Vogt2013-12-052-1/+23
* merge ubuntus apport reporting changes to reduce diffDavid Kalnischkies2013-11-301-5/+54
* fix apport report writing (LP: #1254499)Michael Vogt2013-11-291-1/+1
* reset terminal on error (closes: #730795)Michael Vogt2013-11-291-0/+1
* fix regression that APT::Keep-Fds is not honored (closes: #730490)Michael Vogt2013-11-281-0/+2
* add new pid_t ExecFork(std::set<int> KeepFDs) to get rid of the super ugly AP...Michael Vogt2013-10-311-12/+14
* move pty magic into its own functionsMichael Vogt2013-10-312-88/+97
|\
| * move pty stuff into its own functionMichael Vogt2013-10-312-79/+97
| * use std::string instead of char* in pkgDPkgPM::ProcessDpkgStatusLine()Michael Vogt2013-10-181-24/+24
| * reshuffle the pkgDPkgPM::ProcessDpkgStatusLine() some more to make it more ro...Michael Vogt2013-10-181-77/+91
| * reshuffle dpkgpm.cc code a bit moreMichael Vogt2013-10-181-28/+40
| * add APT::String::Strip(), start cleanup of ProcessDpkgStatusLineMichael Vogt2013-10-181-5/+28
* | fix some more ABI issues, abicheck is happy nowMichael Vogt2013-10-311-0/+9
* | restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR...Michael Vogt2013-10-312-0/+24
* | extract getDpkgExecutable() and DPkgPM::BuildPackagesProgressMap() out of the...Michael Vogt2013-10-252-62/+77
* | make the main loop a while() instead of a for() as I find this (much) easier ...Michael Vogt2013-10-241-2/+3
* | fix failing ./test/integration/test-disappearing-packages (thanks Donkult!)Michael Vogt2013-10-221-4/+4
* | use Pkg.FullName() in disappearedPkgs and remove duplicated checkMichael Vogt2013-10-221-11/+2
* | fix install-progress locationMichael Vogt2013-10-221-2/+1
* | restore binary compatiblity with the pkgPackageManager interfaceMichael Vogt2013-10-211-1/+2
* | fix apt output ordering and update test to match the new human friendly messa...Michael Vogt2013-10-211-5/+5
* | re-add missing APT::String::StripMichael Vogt2013-10-181-3/+4
* | merged debian/sidMichael Vogt2013-10-181-130/+127
* | cleanupMichael Vogt2013-10-182-34/+73
* | ensure that short-name -> long-name detection for dpkg-status works for reins...Michael Vogt2013-10-171-1/+4
* | Merge branch 'debian/sid' into feature/install-progress-refactorMichael Vogt2013-10-172-10/+37
|\|
| * fix broken clean when apt was finished and ensure that terminal progress is u...Michael Vogt2013-10-172-9/+20
| * tests, do not send pkgname with arch via the status-fdMichael Vogt2013-10-151-1/+1
| * Merge remote-tracking branch 'upstream/debian/sid' into bugfix/bts-726156-2Michael Vogt2013-10-151-3/+3
| |\
| | * fix progress-segfault in case of dpkg errors/promptsDavid Kalnischkies2013-10-141-2/+2
| | * add missing _() around the new "Progress" stringMichael Vogt2013-10-111-1/+1
| * | fix logic for finding what package dpkg means in the --status-fd and only sen...Michael Vogt2013-10-151-4/+19
| |/
* | re-add APT::Keep-Fds:: for the dpkg status-fd in dpkgpm.cc as we always need ...Michael Vogt2013-10-141-0/+6
* | rename APT::Progress::Packagemanager Started->Start, Finished->Stop to match ...Michael Vogt2013-10-141-6/+4
* | add APT::Progress::PackageManager::Pulse()Michael Vogt2013-10-131-2/+3
* | move the status-fd progress reporting out of the pkgDPkgPM class, at this poi...Michael Vogt2013-10-132-78/+28
* | move common code into PackageManager::StatusChanged()Michael Vogt2013-10-111-2/+3
* | first iteration of install progress refactorMichael Vogt2013-10-112-91/+21
|/
* apt-pkg/deb/dpkgpm.cc: fix off-by-one in SetupTerminalScrollArea resetMichael Vogt2013-10-081-1/+1
* Merge remote-tracking branch 'mvo/feature/dpkg-progress-fancy' into debian/sidMichael Vogt2013-10-082-9/+81
|\
| * fix off-by-one error in pkgDPkgPM::SetupTerminalScrollArea()Michael Vogt2013-10-071-1/+1
| * use Dpkg::Progress-Fancy to be consitent with Dpkg::ProgressMichael Vogt2013-10-071-1/+1
| * add -o DpkgPM::Progress-Fancy for better dpkg progress output on vt100+ termi...Michael Vogt2013-10-072-9/+81
* | Merge remote-tracking branch 'mvo/bugfix/dpkg-progress-multiarch' into debian...Michael Vogt2013-10-051-27/+41
|\|
| * make dpkg progress slightly nicerMichael Vogt2013-10-021-3/+17
| * fix multiarch status-fd progress calculationMichael Vogt2013-09-071-24/+24
* | don't strip :any from dependencies in single-archDavid Kalnischkies2013-09-261-4/+2
|/
* Merge remote-tracking branch 'mvo/feature/install-progress' into debian/sidMichael Vogt2013-08-282-1/+18
|\
| * Add DPkgPM::Progress for terminal install progressMichael Vogt2013-07-112-1/+18