summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* use our _error stack to generate openpty errorsDavid Kalnischkies2013-08-121-7/+13
* do not try to chown if not run as rootDavid Kalnischkies2013-08-121-8/+9
* fix: --print-uris removes authenticationDavid Kalnischkies2013-08-122-4/+29
* fix -Wall errorsMichael Vogt2013-08-083-4/+6
* use pkgTagFile to parse "header" of Release filesDavid Kalnischkies2013-08-081-85/+19
* stop skipping "-----" sections in Release filesDavid Kalnischkies2013-08-081-11/+6
* specific pins below 1000 cause downgradesDavid Kalnischkies2013-08-081-7/+18
* Merge remote-tracking branch 'upstream/debian/sid' into bugfix/coverityMichael Vogt2013-08-055-15/+41
|\
| * 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
| |\
| * | 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
* | | fix some unitialized data membersMichael Vogt2013-08-053-3/+5
| |/ |/|
* | 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
|\|
| * 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