summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/dpkgpm.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'mvo/feature/install-progress' into debian/sidMichael Vogt2013-08-281-1/+16
|\
| * Add DPkgPM::Progress for terminal install progressMichael Vogt2013-07-111-1/+16
* | allow Pre-Install-Pkgs hooks to get info over an FD != stdinDavid Kalnischkies2013-08-161-5/+15
* | use our _error stack to generate openpty errorsDavid Kalnischkies2013-08-121-7/+13
* | do not try to chown if not run as rootDavid Kalnischkies2013-08-121-8/+9
* | fix -Wall errorsMichael Vogt2013-08-081-2/+4
* | Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt2013-07-281-0/+1
|\ \
| * | fix some coverity chroot() releated warningsMichael Vogt2013-07-261-0/+1
| |/
* / fix if-clause to generate hook-info for 'rc' packagesDavid Kalnischkies2013-07-161-1/+1
|/
* Version 3 for DPkg::Pre-Install-Pkgs with MultiArch infoDavid Kalnischkies2013-07-111-21/+50
* various simple changes to fix cppcheck warningsDavid Kalnischkies2013-03-101-10/+7
* change permissions of /var/log/apt/term.log to 0640 (LP: #975199)Michael Vogt2012-12-131-1/+1
* handle packages without a mandatory architecture (debian-policy ยง5.3)David Kalnischkies2012-09-091-2/+6
* report the package name with architecture in the "no file" error messageDavid Kalnischkies2012-09-031-1/+1
* 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
|\ \ \