summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/dpkgpm.cc
Commit message (Expand)AuthorAgeFilesLines
* merge from the lp:~mvo/apt/mvo branchMichael Vogt2012-04-201-1/+5
|\
| * cherry pick r1975 from lp:~ubuntu-core-dev/apt/ubuntuMichael Vogt2012-04-201-0/+1
| * * apt-pkg/deb/dpkgpm.cc:Michael Vogt2012-03-271-1/+4
* | use a static FileFd::Write overload to reduce duplication of write()-retry codeDavid Kalnischkies2012-04-111-27/+7
* | make these retry_write methods static so that they don't end up as symbolsDavid Kalnischkies2012-03-221-1/+2
* | * methods/rred.cc:David Kalnischkies2012-03-201-8/+28
|/
* set char-limits for the scanf parsing previous crash-reportsDavid Kalnischkies2012-03-051-1/+1
* fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies2012-03-041-1/+3
* handle a SIGINT in all modes as a break after the currently runningDavid Kalnischkies2012-03-041-3/+4
* save the universe by not printing messages about apport if a packageDavid Kalnischkies2012-02-111-0/+6
* call dpkg --assert-multi-arch with execvp instead of execvDavid Kalnischkies2012-02-091-1/+1
* * apt-pkg/deb/dpkgpm.cc:Michael Vogt2012-01-301-2/+36
* ensure that dpkg binary doesn't have the chroot-directory prefixedDavid Kalnischkies2012-01-291-1/+11
* * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2012-01-291-17/+15
* * apt-pkg/cacheiterators.h:David Kalnischkies2012-01-191-2/+2
* * apt-pkg/deb/dpkgpm.cc:Michael Vogt2012-01-191-1/+5
* if multi-arch is detected ensure that pkg:all is reported as pkg:allDavid Kalnischkies2012-01-191-1/+4
* * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2012-01-191-0/+5
* * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2012-01-131-21/+52
* merge with my debian-sid branchDavid Kalnischkies2011-10-301-1/+0
|\
| * * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2011-09-201-72/+78
* | load the dpkg base arguments only one time and reuse them laterDavid Kalnischkies2011-09-201-22/+28
* | * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2011-09-201-61/+61
* | enable APT in unpack/configure ordering to handle loops as wellDavid Kalnischkies2011-09-141-4/+21
|\ \
| * | Inproved the SIGINT stop in the dpkgpm, not perfect yet but it should work wh...Christopher Baines2011-08-021-3/+9
| * | Only stop on SigInt if the system state is right (still needs more testing).Christopher Baines2011-08-011-2/+2
| * | Only allow interupts when using, Immediate-Configure-All.Christopher Baines2011-07-311-3/+5
| * | SmartConfigure and SmartUnPack have got smarter! The full descriptions of wha...Christopher Baines2011-07-271-3/+12
* | | merge with debian/experimentalDavid Kalnischkies2011-09-131-10/+10
|\ \ \
| * \ \ merged from the debian-sid branchMichael Vogt2011-08-151-10/+10
| |\ \ \ | | | |/ | | |/|
| | * | cppcheck complains about some possible speed improvements which could beDavid Kalnischkies2011-08-111-10/+10
| | |/
* | / reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-1/+2
|/ /
* | merge lp:~mvo/apt/abi-breakMichael Vogt2011-06-291-46/+62
|\ \ | |/ |/|
| * * [ABI-Break] Implement EDSP in libapt-pkg so that all front-ends whichMichael Vogt2011-06-081-46/+62
| |\
| | * apt-pkg/deb/dpkgpm.{cc,h}: convert to use dpointersMichael Vogt2011-01-271-46/+62
* | | merged from lp:~mvo/apt/mvoMichael Vogt2011-06-281-1/+9
|\ \ \
| * | | * apt-pkg/deb/dpkgpm.cc:Michael Vogt2011-06-271-1/+9
| |/ /
* | | log reinstall commands in history.logDavid Kalnischkies2011-05-231-18/+29
* | | remove invalid pkgcache.bin and rebuild it if possibleDavid Kalnischkies2011-05-191-1/+18
|/ /
* | * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2011-04-161-2/+3
* | * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2011-03-161-2/+6
* | merged the lp:~mvo/apt/mvo branchMichael Vogt2011-03-101-0/+9
|\ \
| * | * apt-pkg/contrib/fileutl.cc, apt-pkg/deb/dpkgpm.cc:Michael Vogt2011-03-031-0/+9
* | | use FullName and strdup instead of handmade and new[]David Kalnischkies2011-03-071-5/+3
* | | * apt-pkg/deb/dpkgpm.cc:Steve Langasek2011-03-071-2/+19
|/ /
* | merge 'after squeeze release'-stuffDavid Kalnischkies2011-02-031-7/+3
|\ \
| * | * deb/dpkgpm.cc:Petter Reinholdtsen2011-01-121-2/+2
| * | remove the unused Die boolean - error reporting is done by ExecWaitDavid Kalnischkies2011-01-121-5/+1
| |/
* / apt-pkg/deb/dpkgpm.cc: fix format string warningMichael Vogt2011-01-271-1/+1
|/
* * apt-pkg/deb/dpkgpm.cc:Michael Vogt2010-10-281-0/+1