summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2013-10-18cleanupMichael Vogt3-35/+74
2013-10-17ensure that short-name -> long-name detection for dpkg-status works for reins...Michael Vogt1-1/+4
2013-10-17Merge branch 'debian/sid' into feature/install-progress-refactorMichael Vogt2-10/+37
2013-10-17fix broken clean when apt was finished and ensure that terminal progress is u...Michael Vogt2-9/+20
2013-10-15tests, do not send pkgname with arch via the status-fdMichael Vogt1-1/+1
2013-10-15Merge remote-tracking branch 'upstream/debian/sid' into bugfix/bts-726156-2Michael Vogt1-3/+3
2013-10-15fix logic for finding what package dpkg means in the --status-fd and only sen...Michael Vogt1-4/+19
2013-10-14fix progress-segfault in case of dpkg errors/promptsDavid Kalnischkies1-2/+2
2013-10-14re-add APT::Keep-Fds:: for the dpkg status-fd in dpkgpm.cc as we always need ...Michael Vogt3-15/+18
2013-10-14rename APT::Progress::Packagemanager Started->Start, Finished->Stop to match ...Michael Vogt3-17/+14
2013-10-14refactor writing to WriteToStatusFd()Michael Vogt2-14/+19
2013-10-13add APT::Progress::PackageManager::Pulse()Michael Vogt2-3/+9
2013-10-13move the status-fd progress reporting out of the pkgDPkgPM class, at this poi...Michael Vogt6-100/+189
2013-10-11move common code into PackageManager::StatusChanged()Michael Vogt3-29/+38
2013-10-11deal with nr_terminal_rows unavailableMichael Vogt2-6/+13
2013-10-11add missing _() around the new "Progress" stringMichael Vogt1-1/+1
2013-10-11first iteration of install progress refactorMichael Vogt6-93/+194
2013-10-09Merge remote-tracking branch 'mvo/feature/limit-default-pdiffs' into debian/sidMichael Vogt1-1/+1
2013-10-08apt-pkg/deb/dpkgpm.cc: fix off-by-one in SetupTerminalScrollArea resetMichael Vogt1-1/+1
2013-10-08Merge remote-tracking branch 'mvo/feature/dpkg-progress-fancy' into debian/sidMichael Vogt2-9/+81
2013-10-07fix off-by-one error in pkgDPkgPM::SetupTerminalScrollArea()Michael Vogt1-1/+1
2013-10-07fix libapt-inst for >2G debs (closes: #725483)Michael Vogt1-8/+8
2013-10-07use Dpkg::Progress-Fancy to be consitent with Dpkg::ProgressMichael Vogt1-1/+1
2013-10-07add -o DpkgPM::Progress-Fancy for better dpkg progress output on vt100+ termi...Michael Vogt2-9/+81
2013-10-05rename FORBID_NEW_INSTALL_PACKAGES to FORBID_INSTALL_NEW_PACKAGESMichael Vogt9-57/+89
2013-10-05Move ListUpdate/AquireUpdate into update.{cc,h}Michael Vogt5-106/+150
2013-10-05* move upgrade releated code into upgrade.{cc,h}Michael Vogt5-255/+300
2013-10-05cleanup upgrade API some more (thanks for the feedback from David)Michael Vogt2-14/+21
2013-10-05Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt5-42/+68
2013-10-05Merge remote-tracking branch 'mvo/bugfix/dpkg-progress-multiarch' into debian...Michael Vogt3-28/+96
2013-10-03fix lzma-support detection via xz binaryDavid Kalnischkies1-1/+1
2013-10-03use pkgAcqArchive in 'download' for proper errorsDavid Kalnischkies1-3/+2
2013-10-03refactor onError relabeling of DestFile as '.FAILED'David Kalnischkies2-34/+60
2013-10-02Merge remote-tracking branch 'origin/bugfix/dpkg-progress-multiarch' into bug...Michael Vogt2-8/+21
2013-10-02make dpkg progress slightly nicerMichael Vogt1-3/+17
2013-10-01change maxsplit default from "0" to maxintMichael Vogt2-3/+3
2013-10-01improve documentation for StringSplit()Michael Vogt2-6/+19
2013-10-01don't consider holds for autoremovalDavid Kalnischkies2-4/+5
2013-09-26pkg from only trusted sources keeps being trustedDavid Kalnischkies1-8/+15
2013-09-26don't strip :any from dependencies in single-archDavid Kalnischkies1-4/+2
2013-09-20do not trust FileFd::Eof() in pkgTagFile::Fill()David Kalnischkies1-1/+1
2013-09-18improve the API for Upgrade()Michael Vogt2-10/+40
2013-09-07doc updateMichael Vogt2-8/+17
2013-09-07fix multiarch status-fd progress calculationMichael Vogt1-24/+24
2013-09-07add maxsplit parameter to StringSplitMichael Vogt2-6/+14
2013-09-07implement StringSplit() as we need this to fix the dpkg status-fd output parsingMichael Vogt2-0/+24
2013-08-31fix typo (mkostemp->mkstemp)Michael Vogt1-1/+1
2013-08-28Merge remote-tracking branch 'mvo/feature/install-progress' into debian/sidMichael Vogt2-1/+18
2013-08-27use mkstemp instead of mkostemp in FileFd::Open()David Kalnischkies1-8/+4
2013-08-27replace usage of potential dangerous mktemp with mkstempAngel Guzman Maeso1-5/+19