summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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-143-15/+18
* | rename APT::Progress::Packagemanager Started->Start, Finished->Stop to match ...Michael Vogt2013-10-143-17/+14
* | refactor writing to WriteToStatusFd()Michael Vogt2013-10-142-14/+19
* | add APT::Progress::PackageManager::Pulse()Michael Vogt2013-10-132-3/+9
* | move the status-fd progress reporting out of the pkgDPkgPM class, at this poi...Michael Vogt2013-10-136-100/+189
* | move common code into PackageManager::StatusChanged()Michael Vogt2013-10-113-29/+38
* | deal with nr_terminal_rows unavailableMichael Vogt2013-10-112-6/+13
* | first iteration of install progress refactorMichael Vogt2013-10-116-93/+194
|/
* Merge remote-tracking branch 'mvo/feature/limit-default-pdiffs' into debian/sidMichael Vogt2013-10-091-1/+1
|\
| * set Acquire::PDiffs::FileLimit to 20 to avoid needless huge fetchesMichael Vogt2013-08-261-1/+1
* | 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
* | | fix libapt-inst for >2G debs (closes: #725483)Michael Vogt2013-10-071-8/+8
* | | Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2013-10-055-42/+68
|\ \ \
| * | | fix lzma-support detection via xz binaryDavid Kalnischkies2013-10-031-1/+1
| * | | use pkgAcqArchive in 'download' for proper errorsDavid Kalnischkies2013-10-031-3/+2
| * | | refactor onError relabeling of DestFile as '.FAILED'David Kalnischkies2013-10-032-34/+60
| * | | don't consider holds for autoremovalDavid Kalnischkies2013-10-012-4/+5
* | | | Merge remote-tracking branch 'mvo/bugfix/dpkg-progress-multiarch' into debian...Michael Vogt2013-10-053-28/+96
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge remote-tracking branch 'origin/bugfix/dpkg-progress-multiarch' into bug...Michael Vogt2013-10-022-8/+21
| |\ \
| | * | change maxsplit default from "0" to maxintMichael Vogt2013-10-012-3/+3
| | * | improve documentation for StringSplit()Michael Vogt2013-10-012-6/+19
| * | | make dpkg progress slightly nicerMichael Vogt2013-10-021-3/+17
| |/ /
| * | doc updateMichael Vogt2013-09-072-8/+17
| * | fix multiarch status-fd progress calculationMichael Vogt2013-09-071-24/+24
| * | add maxsplit parameter to StringSplitMichael Vogt2013-09-072-6/+14
| * | implement StringSplit() as we need this to fix the dpkg status-fd output parsingMichael Vogt2013-09-072-0/+24
* | | pkg from only trusted sources keeps being trustedDavid Kalnischkies2013-09-261-8/+15
* | | don't strip :any from dependencies in single-archDavid Kalnischkies2013-09-261-4/+2
* | | do not trust FileFd::Eof() in pkgTagFile::Fill()David Kalnischkies2013-09-201-1/+1
|/ /
* | fix typo (mkostemp->mkstemp)Michael Vogt2013-08-311-1/+1
* | 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
* | | use mkstemp instead of mkostemp in FileFd::Open()David Kalnischkies2013-08-271-8/+4
* | | replace usage of potential dangerous mktemp with mkstempAngel Guzman Maeso2013-08-271-5/+19
| |/ |/|
* | do chdir("/") after chroot()Michael Vogt2013-08-222-2/+2
* | apt-pkg:contrib Avoid compiler warning about sign-compareÁngel Guzmán Maeso2013-08-221-1/+2
* | Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt2013-08-225-1/+16
|\ \
| * | some more coverity fixesMichael Vogt2013-08-123-0/+5
| * | memset() pkgTagSections data to make coverity happyMichael Vogt2013-08-062-1/+11