summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | fix progress-segfault in case of dpkg errors/promptsDavid Kalnischkies2013-10-141-2/+2
| | * | | Merge branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sidMichael Vogt2013-10-111-1/+1
| | |\ \ \
| | * | | | 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-144-15/+21
* | | | | 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-137-102/+211
* | | | | 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 branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sidMichael Vogt2013-10-090-0/+0
|\ \ \ \
| * | | | fix typoMichael Vogt2013-10-091-1/+1
| |/ / /
* / / / fix typoMichael Vogt2013-10-091-1/+1
|/ / /
* | | releasing package apt version 0.9.12Michael Vogt2013-10-091-2/+2
* | | update changelogMichael Vogt2013-10-091-0/+4
* | | 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
* | | | Merge remote-tracking branch 'mvo/feature/add-upgrade-mode-test' into debian/sidMichael Vogt2013-10-091-0/+78
|\ \ \ \
| * | | | fixup various UI issues in the testMichael Vogt2013-10-091-6/+6
| * | | | really fix testMichael Vogt2013-10-091-36/+43
| * | | | use "insertpackage" instead of "buildsimplenativepackage"Michael Vogt2013-10-091-10/+12
| * | | | add test for upgrade, upgrade --with-new-pkgs, dist-upgradeMichael Vogt2013-10-091-0/+69
* | | | | update Uploaders to match recent uploaders betterMichael Vogt2013-10-092-3/+3
* | | | | apt-pkg/deb/dpkgpm.cc: fix off-by-one in SetupTerminalScrollArea resetMichael Vogt2013-10-081-1/+1
|/ / / /
* | | | prepare new releaseMichael Vogt2013-10-081-2/+34
* | | | 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/feature/upgrade-with-new' into debian/sidMichael Vogt2013-10-083-2/+15
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/debian/sid' into feature/upgrade-with-newMichael Vogt2013-08-2815-290/+232
| |\ \ \ \ \
| * | | | | | its --with-new-pkgsMichael Vogt2013-08-281-1/+1
| * | | | | | add man-page, improve option, use --with-new-pkgs as the flagMichael Vogt2013-08-283-5/+15
| * | | | | | add new "apt-get upgrade --with-allow-new" optionMichael Vogt2013-08-271-0/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge remote-tracking branch 'mvo/feature/dpkg-progress-docs' into debian/sidMichael Vogt2013-10-082-2/+10
|\ \ \ \ \ \
| * | | | | | rename "--dpkg-progress" to "--show-progress" and document it in apt-get.8Michael Vogt2013-10-012-2/+10
* | | | | | | debian/apt.postinst: use --compare-versions lt instead of lt-nl, to ensure th...Michael Vogt2013-10-082-2/+2
* | | | | | | fix libapt-inst for >2G debs (closes: #725483)Michael Vogt2013-10-073-11/+15
* | | | | | | Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2013-10-0534-1194/+1921
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | tests: install --no-install-recommends and stunnel4 for travisDavid Kalnischkies2013-10-032-2/+2
| * | | | | | test: use a multiarch capable dpkg rather than workaroundDavid Kalnischkies2013-10-031-4/+3
| * | | | | | do not ++ on erased package pointers in autoremoveDavid Kalnischkies2013-10-031-3/+7
| * | | | | | fix lzma-support detection via xz binaryDavid Kalnischkies2013-10-031-1/+1
| * | | | | | use pkgAcqArchive in 'download' for proper errorsDavid Kalnischkies2013-10-035-59/+60
| * | | | | | put fetch errors in 'source' on our errorstackDavid Kalnischkies2013-10-035-90/+117
| * | | | | | refactor onError relabeling of DestFile as '.FAILED'David Kalnischkies2013-10-032-34/+60
| * | | | | | tests: fix some problems travis encountersDavid Kalnischkies2013-10-025-48/+54
| * | | | | | don't consider holds for autoremovalDavid Kalnischkies2013-10-013-4/+25