summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update Status field values handlingGuillem Jover2014-10-081-12/+6
* implement the updated build profile specjosch2014-10-061-45/+67
* generalize Acquire::GzipIndexMichael Vogt2014-09-211-22/+38
* rework PTY magic to fix stair-stepping on kfreebsdDavid Kalnischkies2014-09-082-53/+107
* fix progress report for upgrade and reinstallDavid Kalnischkies2014-09-081-38/+41
* * apt-pkg/deb/dpkgpm.cc:Michael Vogt2014-09-021-6/+7
* support versioned provides as implemented by dpkgDavid Kalnischkies2014-08-261-2/+2
* Fix debListParser to accept "no" as a value for the Multi-Arch fieldJulian Andres Klode2014-08-241-1/+1
* handle moved mmap after UniqFindTagWrite callDavid Kalnischkies2014-07-071-2/+6
* Fix warning about uninitialized variableMichael Vogt2014-05-281-1/+2
* use free() instead of delete[] in debSrcRecordParser::~debSrcRecordParserMichael Vogt2014-05-271-1/+2
* Never parse Version/Architecture tags in a Translation-$lang fileMichael Vogt2014-05-152-1/+12
* 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
* 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