summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
| * properly handle if-modfied-since with libcurl/https Michael Vogt2013-05-081-3/+10
* | Fix English spelling error in a message ('A error'). Unfuzzybubulle@debian.org2013-04-101-1/+1
* | merged bundle from davidMichael Vogt2013-04-0820-159/+225
|\ \
| * | share version strings between same versions (of different architectures)David Kalnischkies2013-04-033-15/+40
| * | * apt-pkg/cacheiterators.h:David Kalnischkies2013-04-033-19/+24
| * | - sort group and package names in the hashtable on insertDavid Kalnischkies2013-04-032-16/+31
| * | micro-optimize and enhance readability of ListParser::VersionHashDavid Kalnischkies2013-04-011-7/+7
| * | equal comparisions are used mostly in same-source relations,David Kalnischkies2013-04-011-6/+14
| * | * apt-pkg/deb/debversion.cc:David Kalnischkies2013-04-011-3/+12
| * | factor version string creation out of NewDepends, so we can easily reuseDavid Kalnischkies2013-03-132-26/+34
| * | handle language tags for descriptions are unique strings to be sharedDavid Kalnischkies2013-03-121-1/+1
| * | * apt-pkg/pkgcachegen.cc:David Kalnischkies2013-03-121-29/+32
| * | various simple changes to fix cppcheck warningsDavid Kalnischkies2013-03-1014-52/+45
* | | * apt-pkg/sourcelist.cc:Michael Vogt2013-04-041-1/+5
* | | apt-pkg/contrib/gpgv.cc: fix InRelease checkMichael Vogt2013-04-031-2/+2
* | | merged lp:~mvo/apt/fix-inrelease5Michael Vogt2013-04-0212-168/+544
|\ \ \
| * | | support dash-escaped text in clearsigned files as implementations areDavid Kalnischkies2013-03-192-14/+12
| * | | use FileFd instead of int fds to tidy up the interface a bitDavid Kalnischkies2013-03-192-62/+53