summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
AgeCommit message (Expand)AuthorFilesLines
2015-04-07fix crash in order writing in pkgDPkgPM::WriteApportReport()Michael Vogt1-2/+9
2014-12-23pass-through stdin fd instead of content if not a terminalDavid Kalnischkies1-4/+12
2014-12-23always run 'dpkg --configure -a' at the end of our dpkg callingsDavid Kalnischkies1-2/+7
2014-12-23do not make PTY slave the controlling terminalDavid Kalnischkies1-2/+2
2014-11-28fix PTY interaction on linux and kfreebsdDavid Kalnischkies1-44/+55
2014-11-28close leaking slave fd after setting up pty magicDavid Kalnischkies1-2/+4
2014-11-10use 'best' hash for source authenticationDavid Kalnischkies2-44/+119
2014-10-23Fix incorrect comparison between signed/unsignedMichael Vogt1-1/+1
2014-10-23Use sysconf(_SC_ARG_MAX) to find the size of Dpkg::MaxArgBytesMichael Vogt1-2/+21
2014-10-08Update Status field values handlingGuillem Jover1-12/+6
2014-10-06implement the updated build profile specjosch1-45/+67
2014-09-21generalize Acquire::GzipIndexMichael Vogt1-22/+38
2014-09-08rework PTY magic to fix stair-stepping on kfreebsdDavid Kalnischkies2-53/+107
2014-09-08fix progress report for upgrade and reinstallDavid Kalnischkies1-38/+41
2014-09-02* apt-pkg/deb/dpkgpm.cc:Michael Vogt1-6/+7
2014-08-26support versioned provides as implemented by dpkgDavid Kalnischkies1-2/+2
2014-08-24Fix debListParser to accept "no" as a value for the Multi-Arch fieldJulian Andres Klode1-1/+1
2014-07-07handle moved mmap after UniqFindTagWrite callDavid Kalnischkies1-2/+6
2014-05-28Fix warning about uninitialized variableMichael Vogt1-1/+2
2014-05-27use free() instead of delete[] in debSrcRecordParser::~debSrcRecordParserMichael Vogt1-1/+2
2014-05-15Never parse Version/Architecture tags in a Translation-$lang fileMichael Vogt2-1/+12
2014-04-30Only do openpty() if both stdin/stdout are terminalsMichael Vogt1-5/+6
2014-04-25reduce delta from ubuntuMichael Vogt1-1/+1
2014-04-01do not crash on SIGPIPE in pkgDPkgPM::RunScriptsWithPkgs()Michael Vogt1-7/+18
2014-04-01Add new Debug::RunScripts optionMichael Vogt1-0/+4
2014-03-22ensure proper teardown in dpkg error casesDavid Kalnischkies1-17/+7
2014-03-21mark optional (private) symbols as hiddenDavid Kalnischkies1-1/+2
2014-03-13abstract version hash comparison a bitDavid Kalnischkies2-0/+24
2014-03-13factor out parsing of MultiArch flagDavid Kalnischkies2-21/+29
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies4-13/+13
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies16-41/+139
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies3-4/+4
2014-03-13warning: useless cast to type A [-Wuseless-cast]David Kalnischkies1-1/+1
2014-03-13fix -Wmissing-field-initializers warningsDavid Kalnischkies1-4/+4
2014-03-13support DEB_BUILD_PROFILES and -P for build profilesDavid Kalnischkies1-1/+1
2014-03-13implement BuildProfileSpec support as dpkg has in 1.17.2Johannes Schauer3-9/+101
2014-02-22Fix typos in documentation (codespell)Michael Vogt3-4/+4
2014-01-30restart debSrcRecordParsers only if neededDavid Kalnischkies1-3/+3
2014-01-26Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt1-6/+3
2014-01-18do not ignore ioctl(TIOCSCTTY) errorsMichael Vogt1-9/+19
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies1-6/+3
2013-12-28Merge branch 'debian/sid' into bugfix/bts731738-fancy-progessMichael Vogt1-3/+7
2013-12-22first proof-of-concept for a fix for #731738Michael Vogt1-1/+1
2013-12-12Fix conffile prompt regression (LP: #1260297)Michael Vogt1-3/+7
2013-12-06Handle SIGWINCH in APT::Progress-Fancy=1Michael Vogt1-1/+0
2013-12-05* enable release based selection for deb-src (closes: 731102)Michael Vogt2-1/+23
2013-11-30merge ubuntus apport reporting changes to reduce diffDavid Kalnischkies1-5/+54
2013-11-29fix apport report writing (LP: #1254499)Michael Vogt1-1/+1
2013-11-29reset terminal on error (closes: #730795)Michael Vogt1-0/+1
2013-11-28fix regression that APT::Keep-Fds is not honored (closes: #730490)Michael Vogt1-0/+2