summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/dpkgpm.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-051-6/+7
|\
| * * apt-pkg/deb/dpkgpm.cc:Michael Vogt2014-09-021-6/+7
* | readd pkgPackageManager::Go() to not break APIMichael Vogt2014-06-181-7/+1
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-06-181-1/+2
|\|
| * Fix warning about uninitialized variableMichael Vogt2014-05-281-1/+2
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-05-071-55/+65
|\|
| * Only do openpty() if both stdin/stdout are terminalsMichael Vogt2014-04-301-5/+6
| * reduce delta from ubuntuMichael Vogt2014-04-251-1/+1
| * do not crash on SIGPIPE in pkgDPkgPM::RunScriptsWithPkgs()Michael Vogt2014-04-011-7/+18
| * Add new Debug::RunScripts optionMichael Vogt2014-04-011-0/+4
| * ensure proper teardown in dpkg error casesDavid Kalnischkies2014-03-221-17/+7
| * cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-24/+28
| * warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-1/+1
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-02-271-292/+433
|\|
| * Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2014-01-261-6/+3
| |\
| | * correct some style/performance/warnings from cppcheckDavid Kalnischkies2014-01-161-6/+3
| * | do not ignore ioctl(TIOCSCTTY) errorsMichael Vogt2014-01-181-9/+19
| |/
| * Merge branch 'debian/sid' into bugfix/bts731738-fancy-progessMichael Vogt2013-12-281-3/+7
| |\
| | * Fix conffile prompt regression (LP: #1260297)Michael Vogt2013-12-121-3/+7
| * | first proof-of-concept for a fix for #731738Michael Vogt2013-12-221-1/+1
| |/
| * merge ubuntus apport reporting changes to reduce diffDavid Kalnischkies2013-11-301-5/+54
| * fix apport report writing (LP: #1254499)Michael Vogt2013-11-291-1/+1
| * reset terminal on error (closes: #730795)Michael Vogt2013-11-291-0/+1
| * fix regression that APT::Keep-Fds is not honored (closes: #730490)Michael Vogt2013-11-281-0/+2
| * add new pid_t ExecFork(std::set<int> KeepFDs) to get rid of the super ugly AP...Michael Vogt2013-10-311-12/+14
| * move pty magic into its own functionsMichael Vogt2013-10-311-88/+95
| |\
| | * move pty stuff into its own functionMichael Vogt2013-10-311-79/+94
| | * 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-181-28/+40
| | * add APT::String::Strip(), start cleanup of ProcessDpkgStatusLineMichael Vogt2013-10-181-5/+28
| * | restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR...Michael Vogt2013-10-311-0/+17
| * | extract getDpkgExecutable() and DPkgPM::BuildPackagesProgressMap() out of the...Michael Vogt2013-10-251-62/+74
| * | make the main loop a while() instead of a for() as I find this (much) easier ...Michael Vogt2013-10-241-2/+3
| * | 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
| | |/