summaryrefslogtreecommitdiff
path: root/apt-pkg/deb/dpkgpm.cc
Commit message (Expand)AuthorAgeFilesLines
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-3/+2
* store Release files data in the CacheDavid Kalnischkies2015-06-121-1/+3
* Merge branch 'debian/jessie' into debian/experimentalDavid Kalnischkies2015-04-191-2/+9
|\
| * fix crash in order writing in pkgDPkgPM::WriteApportReport()Michael Vogt2015-04-071-2/+9
* | merge debian/sid into debian/experimentalDavid Kalnischkies2015-03-161-4/+12
|\|
| * pass-through stdin fd instead of content if not a terminalDavid Kalnischkies2014-12-231-4/+12
| * always run 'dpkg --configure -a' at the end of our dpkg callingsDavid Kalnischkies2014-12-231-2/+7
| * do not make PTY slave the controlling terminalDavid Kalnischkies2014-12-231-2/+2
| * fix PTY interaction on linux and kfreebsdDavid Kalnischkies2014-11-281-44/+55
| * close leaking slave fd after setting up pty magicDavid Kalnischkies2014-11-281-2/+4
* | do not make PTY slave the controlling terminalDavid Kalnischkies2014-12-101-2/+2
* | always run 'dpkg --configure -a' at the end of our dpkg callingsDavid Kalnischkies2014-12-071-2/+7
* | correct architecture detection for 'rc' packages for purgeDavid Kalnischkies2014-12-071-12/+4
* | fix PTY interaction on linux and kfreebsdDavid Kalnischkies2014-11-191-44/+55
* | close leaking slave fd after setting up pty magicDavid Kalnischkies2014-11-181-2/+4
* | guard ABI changes for SourcePkg/Ver in pkgCacheDavid Kalnischkies2014-11-081-1/+10
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-11-051-2/+21
|\|
| * Fix incorrect comparison between signed/unsignedMichael Vogt2014-10-231-1/+1
| * Use sysconf(_SC_ARG_MAX) to find the size of Dpkg::MaxArgBytesMichael Vogt2014-10-231-2/+21
* | store source name and version in binary cacheDavid Kalnischkies2014-09-271-6/+1
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-231-91/+147
|\|
| * rework PTY magic to fix stair-stepping on kfreebsdDavid Kalnischkies2014-09-081-53/+106
| * fix progress report for upgrade and reinstallDavid Kalnischkies2014-09-081-38/+41
* | 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