summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2013-07-26ensure that FileFd::Size returns 0 in error casesDavid Kalnischkies1-5/+18
2013-07-26proper cleanup varargs in _error (uncovered by Coverity)David Kalnischkies1-4/+6
2013-07-25pick up Translation-* even if only compressed availableDavid Kalnischkies1-2/+13
2013-07-16fix if-clause to generate hook-info for 'rc' packagesDavid Kalnischkies1-1/+1
2013-07-11prevent MarkInstall of unsynced Multi-Arch:same siblingsDavid Kalnischkies2-17/+66
2013-07-11implement arch+= and arch-= for sources.listDavid Kalnischkies1-2/+21
2013-07-11Version 3 for DPkg::Pre-Install-Pkgs with MultiArch infoDavid Kalnischkies4-22/+66
2013-07-10apt-pkg/packagemanager.cc:Michael Vogt1-2/+2
2013-07-02Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt17-301/+380
2013-06-28make starting debug output of pkgProblemResolver proper englishMichael Vogt1-2/+4
2013-06-27use just one line for the debug output (thanks to donkult for the review)Michael Vogt1-4/+2
2013-06-27when doing MarkInstall() packages may also get removed, so show them in the d...Michael Vogt1-3/+10
2013-06-27show broken count when starting the resolverMichael Vogt1-2/+6
2013-06-24fix SHA2* cleanups to zero-out the complete contextDavid Kalnischkies1-6/+6
2013-06-24do not modify DepIterator as we might check againDavid Kalnischkies1-5/+7
2013-06-20trigger NODATA error for invalid InRelease filesDavid Kalnischkies2-4/+13
2013-06-20do not redownload unchanged InRelease filesDavid Kalnischkies1-1/+12
2013-06-20support \n and \r\n line endings in ReadMessagesDavid Kalnischkies1-2/+3
2013-06-20handle missing "Description" in apt-cache showDavid Kalnischkies2-2/+8
2013-06-09ensure state-dir exists before coyping cdrom filesDavid Kalnischkies1-0/+8
2013-06-09fail in CopyFile if the FileFds have error flag setDavid Kalnischkies2-5/+4
2013-06-09OpenDescriptor should autoclose fd always on errorDavid Kalnischkies1-4/+19
2013-06-09set Fail flag in FileFd on all errors consistentlyDavid Kalnischkies2-96/+75
2013-06-09make the vprintf like _error->Insert publicDavid Kalnischkies1-6/+35
2013-06-09deprecate InstallProtect as a cpu-eating no-opDavid Kalnischkies2-5/+8
2013-06-09do unpacks before configures in SmartConfigureDavid Kalnischkies1-45/+68
2013-06-09try all providers in order if uninstallable in MarkInstallDavid Kalnischkies1-5/+13
2013-06-09fix priority sorting by prefering higher in MarkInstallDavid Kalnischkies1-1/+1
2013-06-09prefer Essentials over Removals in ordering scoreDavid Kalnischkies1-3/+2
2013-06-09rewrite pkgOrderList::DepRemove to stop incorrect immediate settingDavid Kalnischkies1-116/+103
2013-06-06fix double free (closes: #711045)Michael Vogt1-2/+5
2013-05-16non-inline RunGPGV methods to restore ABI compatibility with previous version...David Kalnischkies2-8/+14
2013-05-08merged patch from Daniel Hartwig to fix URI and proxy releated issuesMichael Vogt1-4/+5
2013-05-08merged from the debian-wheezy branchMichael Vogt2-4/+14
2013-05-08* apt-pkg/algorithms.cc:Michael Vogt1-1/+4
2013-05-08properly handle if-modfied-since with libcurl/https Michael Vogt1-3/+10
2013-04-10Fix English spelling error in a message ('A error'). Unfuzzybubulle@debian.org1-1/+1
2013-04-08merged bundle from davidMichael Vogt20-159/+225
2013-04-04* apt-pkg/sourcelist.cc:Michael Vogt1-1/+5
2013-04-03share version strings between same versions (of different architectures)David Kalnischkies3-15/+40
2013-04-03* apt-pkg/cacheiterators.h:David Kalnischkies3-19/+24
2013-04-03apt-pkg/contrib/gpgv.cc: fix InRelease checkMichael Vogt1-2/+2
2013-04-03 - sort group and package names in the hashtable on insertDavid Kalnischkies2-16/+31
2013-04-02merged lp:~mvo/apt/fix-inrelease5Michael Vogt12-168/+544
2013-04-01micro-optimize and enhance readability of ListParser::VersionHashDavid Kalnischkies1-7/+7
2013-04-01equal comparisions are used mostly in same-source relations,David Kalnischkies1-6/+14
2013-04-01* apt-pkg/deb/debversion.cc:David Kalnischkies1-3/+12
2013-03-22merged lp:~mvo/apt/fix-tagfile-hashMichael Vogt2-3/+10
2013-03-22merged the debian-wheezy branchMichael Vogt1-7/+14
2013-03-20apt-pkg/edsp.cc: do not use stderr in WriteSolution at allMichael Vogt1-3/+0