summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR...Michael Vogt2013-10-317-29/+106
* Merge remote-tracking branch 'upstream/debian/sid' into feature/install-progr...Michael Vogt2013-10-251-4/+10
|\
| * improve documentation for Acquire::http::Proxy-Auto-Detect (thanks to Frances...Michael Vogt2013-10-251-4/+10
* | 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
* | Merge remote-tracking branch 'upstream/debian/sid' into feature/install-progr...Michael Vogt2013-10-2220-377/+512
|\|
| * fix failing ./test/integration/test-disappearing-packages (thanks Donkult) - ...Michael Vogt2013-10-222-15/+6
| * test/integration/run-tests: output the failed test namesMichael Vogt2013-10-221-0/+5
| * Merge remote-tracking branch 'mvo/feature/upgrade-api' into debian/sidMichael Vogt2013-10-2214-374/+486
| |\
| | * rename FORBID_NEW_INSTALL_PACKAGES to FORBID_INSTALL_NEW_PACKAGESMichael Vogt2013-10-0547-1203/+2362
| | |\
| | * | Move ListUpdate/AquireUpdate into update.{cc,h}Michael Vogt2013-10-056-106/+151
| | * | * move upgrade releated code into upgrade.{cc,h}Michael Vogt2013-10-0510-256/+305
| | * | re-add "Calculating upgrade..." messageMichael Vogt2013-10-051-3/+2
| | * | cleanup upgrade API some more (thanks for the feedback from David)Michael Vogt2013-10-055-65/+52
| | * | improve the API for Upgrade()Michael Vogt2013-09-183-11/+41
| * | | add Acquire::http::Proxy-Auto-Detect to the apt.conf.5 manpage (closes: 726597)Michael Vogt2013-10-223-1/+19
| * | | 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-182-29/+41
| * | | add $* to gdb to make it more usefulMichael Vogt2013-10-181-1/+1
| * | | add APT::String::Strip(), start cleanup of ProcessDpkgStatusLineMichael Vogt2013-10-183-6/+51
* | | | 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-222-12/+3
* | | | fix install-progress locationMichael Vogt2013-10-224-8/+4
* | | | move install-progress.{cc,h} to apt-pkgMichael Vogt2013-10-224-3/+4
* | | | add APT::Status-deb822-FdMichael Vogt2013-10-214-31/+159
* | | | restore binary compatiblity with the pkgPackageManager interfaceMichael Vogt2013-10-214-11/+89
* | | | fix apt output ordering and update test to match the new human friendly messa...Michael Vogt2013-10-212-7/+7
* | | | move iprogress.{cc,h} to private-progress.{cc,h} until its fully stableMichael Vogt2013-10-214-3/+3
* | | | re-add missing APT::String::StripMichael Vogt2013-10-186-6/+36
* | | | merged debian/sidMichael Vogt2013-10-181-130/+127
* | | | cleanupMichael Vogt2013-10-184-58/+97
* | | | 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-178-3218/+173
|\| | |
| * | | fix broken clean when apt was finished and ensure that terminal progress is u...Michael Vogt2013-10-172-9/+20
| * | | fix changelogMichael Vogt2013-10-152-3207/+2
| * | | releasing package apt version 0.9.12.1Michael Vogt2013-10-151-0/+14
| * | | remove POSTINST from framework, file tree can be used for thisMichael Vogt2013-10-151-4/+0
| * | | tests, do not send pkgname with arch via the status-fdMichael Vogt2013-10-155-2/+125
| * | | 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
| | * | | 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