summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'mvo/feature/apt-install-deb' into debian/experi...Michael Vogt2014-05-077-8/+236
|\
| * use flAbsPath()Michael Vogt2014-04-281-2/+1
| * use new Popen()Michael Vogt2014-04-281-10/+13
| * avoid deb specific code in private-installMichael Vogt2014-04-281-0/+20
| * WIP local deb installMichael Vogt2014-04-287-8/+214
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-05-0716-124/+353
|\ \
| * | 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
| * mark optional (private) symbols as hiddenDavid Kalnischkies2014-03-211-1/+2
| * abstract version hash comparison a bitDavid Kalnischkies2014-03-132-0/+24
| * factor out parsing of MultiArch flagDavid Kalnischkies2014-03-132-21/+29
| * follow method attribute suggestions by gccDavid Kalnischkies2014-03-134-13/+13
| * cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-1316-41/+139
| * warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-133-4/+4
| * warning: useless cast to type A [-Wuseless-cast]David Kalnischkies2014-03-131-1/+1
| * fix -Wmissing-field-initializers warningsDavid Kalnischkies2014-03-131-4/+4
| * support DEB_BUILD_PROFILES and -P for build profilesDavid Kalnischkies2014-03-131-1/+1
| * implement BuildProfileSpec support as dpkg has in 1.17.2Johannes Schauer2014-03-133-9/+101
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-02-278-306/+495
|\|
| * Fix typos in documentation (codespell)Michael Vogt2014-02-223-4/+4
| * restart debSrcRecordParsers only if neededDavid Kalnischkies2014-01-301-3/+3
| * 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
| |/
| * Handle SIGWINCH in APT::Progress-Fancy=1Michael Vogt2013-12-061-1/+0
| * * enable release based selection for deb-src (closes: 731102)Michael Vogt2013-12-052-1/+23
| * 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-312-88/+97
| |\
| | * move pty stuff into its own functionMichael Vogt2013-10-312-79/+97
| | * 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
| * | fix some more ABI issues, abicheck is happy nowMichael Vogt2013-10-311-0/+9
| * | restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR...Michael Vogt2013-10-312-0/+24
| * | 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
| * | 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