summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/dpkgpm.cc
Commit message (Expand)AuthorAgeFilesLines
* 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-181-33/+71
* 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-171-10/+36
|\
| * fix broken clean when apt was finished and ensure that terminal progress is u...Michael Vogt2013-10-171-9/+19
| * 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-131-75/+24
* | move common code into PackageManager::StatusChanged()Michael Vogt2013-10-111-2/+3
* | first iteration of install progress refactorMichael Vogt2013-10-111-91/+20
|/
* apt-pkg/deb/dpkgpm.cc: fix off-by-one in SetupTerminalScrollArea resetMichael Vogt2013-10-081-1/+1
* 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-071-9/+79
* make dpkg progress slightly nicerMichael Vogt2013-10-021-3/+17
* fix multiarch status-fd progress calculationMichael Vogt2013-09-071-24/+24
* Merge remote-tracking branch 'mvo/feature/install-progress' into debian/sidMichael Vogt2013-08-281-1/+16
|\
| * Add DPkgPM::Progress for terminal install progressMichael Vogt2013-07-111-1/+16
* | allow Pre-Install-Pkgs hooks to get info over an FD != stdinDavid Kalnischkies2013-08-161-5/+15
* | use our _error stack to generate openpty errorsDavid Kalnischkies2013-08-121-7/+13
* | do not try to chown if not run as rootDavid Kalnischkies2013-08-121-8/+9
* | fix -Wall errorsMichael Vogt2013-08-081-2/+4
* | Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt2013-07-281-0/+1
|\ \
| * | fix some coverity chroot() releated warningsMichael Vogt2013-07-261-0/+1
| |/
* / fix if-clause to generate hook-info for 'rc' packagesDavid Kalnischkies2013-07-161-1/+1
|/
* Version 3 for DPkg::Pre-Install-Pkgs with MultiArch infoDavid Kalnischkies2013-07-111-21/+50
* various simple changes to fix cppcheck warningsDavid Kalnischkies2013-03-101-10/+7
* change permissions of /var/log/apt/term.log to 0640 (LP: #975199)Michael Vogt2012-12-131-1/+1
* handle packages without a mandatory architecture (debian-policy ยง5.3)David Kalnischkies2012-09-091-2/+6
* report the package name with architecture in the "no file" error messageDavid Kalnischkies2012-09-031-1/+1
* merge from the lp:~mvo/apt/mvo branchMichael Vogt2012-04-201-1/+5
|\
| * cherry pick r1975 from lp:~ubuntu-core-dev/apt/ubuntuMichael Vogt2012-04-201-0/+1
| * * apt-pkg/deb/dpkgpm.cc:Michael Vogt2012-03-271-1/+4
* | use a static FileFd::Write overload to reduce duplication of write()-retry codeDavid Kalnischkies2012-04-111-27/+7
* | make these retry_write methods static so that they don't end up as symbolsDavid Kalnischkies2012-03-221-1/+2
* | * methods/rred.cc:David Kalnischkies2012-03-201-8/+28
|/
* set char-limits for the scanf parsing previous crash-reportsDavid Kalnischkies2012-03-051-1/+1
* fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies2012-03-041-1/+3