summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* prefer native arch over higher priority for providersColin Watson2013-08-011-3/+3
* Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt2013-07-289-18/+22
|\
| * fix another missing va_end()Michael Vogt2013-07-261-3/+3
| * fix some coverity chroot() releated warningsMichael Vogt2013-07-262-2/+3
| * add missing "free(buffer) for allocated bufferMichael Vogt2013-07-251-1/+0
| * delete targets dataMichael Vogt2013-07-251-0/+1
| * fix resource leak when verification failsMichael Vogt2013-07-251-0/+1
| * apt-pkg/indexcopy.cc: check for pending errors before calling fdopen()Michael Vogt2013-07-251-1/+1
| * call fdopen() after FileFd was checkedMichael Vogt2013-07-251-1/+1
| * fix resource leak (thanks coverity)Michael Vogt2013-07-251-4/+8
| * rework the code in cdromutl.cc to make coverity (more) happyMichael Vogt2013-07-251-1/+2
| * fix off-by-one error and do not use magic constant of 100 when checking Stack...Michael Vogt2013-07-251-1/+1
| * always "delete d" in FileFd::~FileFd to coverity happyMichael Vogt2013-07-251-4/+2
| * Merge remote-tracking branch 'upstream/debian/sid'Michael Vogt2013-07-2423-351/+553
| |\
| * | remove double list includeMichael Vogt2013-07-231-1/+0
* | | ensure that FileFd::Size returns 0 in error casesDavid Kalnischkies2013-07-261-5/+18
* | | proper cleanup varargs in _error (uncovered by Coverity)David Kalnischkies2013-07-261-4/+6
* | | pick up Translation-* even if only compressed availableDavid Kalnischkies2013-07-251-2/+13
* | | fix if-clause to generate hook-info for 'rc' packagesDavid Kalnischkies2013-07-161-1/+1
| |/ |/|
* | prevent MarkInstall of unsynced Multi-Arch:same siblingsDavid Kalnischkies2013-07-112-17/+66
* | implement arch+= and arch-= for sources.listDavid Kalnischkies2013-07-111-2/+21
* | Version 3 for DPkg::Pre-Install-Pkgs with MultiArch infoDavid Kalnischkies2013-07-114-22/+66
* | apt-pkg/packagemanager.cc:Michael Vogt2013-07-101-2/+2
* | Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2013-07-0217-301/+380
|\ \
| * | fix SHA2* cleanups to zero-out the complete contextDavid Kalnischkies2013-06-241-6/+6
| * | do not modify DepIterator as we might check againDavid Kalnischkies2013-06-241-5/+7
| * | trigger NODATA error for invalid InRelease filesDavid Kalnischkies2013-06-202-4/+13
| * | do not redownload unchanged InRelease filesDavid Kalnischkies2013-06-201-1/+12
| * | support \n and \r\n line endings in ReadMessagesDavid Kalnischkies2013-06-201-2/+3
| * | handle missing "Description" in apt-cache showDavid Kalnischkies2013-06-202-2/+8
| * | ensure state-dir exists before coyping cdrom filesDavid Kalnischkies2013-06-091-0/+8
| * | fail in CopyFile if the FileFds have error flag setDavid Kalnischkies2013-06-092-5/+4
| * | OpenDescriptor should autoclose fd always on errorDavid Kalnischkies2013-06-091-4/+19
| * | set Fail flag in FileFd on all errors consistentlyDavid Kalnischkies2013-06-092-96/+75
| * | make the vprintf like _error->Insert publicDavid Kalnischkies2013-06-091-6/+35
| * | deprecate InstallProtect as a cpu-eating no-opDavid Kalnischkies2013-06-092-5/+8
| * | do unpacks before configures in SmartConfigureDavid Kalnischkies2013-06-091-45/+68
| * | try all providers in order if uninstallable in MarkInstallDavid Kalnischkies2013-06-091-5/+13
| * | fix priority sorting by prefering higher in MarkInstallDavid Kalnischkies2013-06-091-1/+1
| * | prefer Essentials over Removals in ordering scoreDavid Kalnischkies2013-06-091-3/+2
| * | rewrite pkgOrderList::DepRemove to stop incorrect immediate settingDavid Kalnischkies2013-06-091-116/+103
| |/
* | make starting debug output of pkgProblemResolver proper englishMichael Vogt2013-06-281-2/+4
* | use just one line for the debug output (thanks to donkult for the review)Michael Vogt2013-06-271-4/+2
* | when doing MarkInstall() packages may also get removed, so show them in the d...Michael Vogt2013-06-271-3/+10
* | show broken count when starting the resolverMichael Vogt2013-06-271-2/+6
|/
* fix double free (closes: #711045)Michael Vogt2013-06-061-2/+5
* non-inline RunGPGV methods to restore ABI compatibility with previous version...David Kalnischkies2013-05-162-8/+14
* merged patch from Daniel Hartwig to fix URI and proxy releated issuesMichael Vogt2013-05-081-4/+5
* merged from the debian-wheezy branchMichael Vogt2013-05-082-4/+14
|\
| * * apt-pkg/algorithms.cc:Michael Vogt2013-05-081-1/+4