summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)Author
2013-08-12use our _error stack to generate openpty errorsDavid Kalnischkies
2013-08-12do not try to chown if not run as rootDavid Kalnischkies
2013-08-12fix: --print-uris removes authenticationDavid Kalnischkies
2013-08-08fix -Wall errorsMichael Vogt
2013-08-08use pkgTagFile to parse "header" of Release filesDavid Kalnischkies
2013-08-08stop skipping "-----" sections in Release filesDavid Kalnischkies
2013-08-08specific pins below 1000 cause downgradesDavid Kalnischkies
2013-08-05Merge remote-tracking branch 'upstream/debian/sid' into bugfix/coverityMichael Vogt
2013-08-05fix some unitialized data membersMichael Vogt
2013-08-01prefer native arch over higher priority for providersColin Watson
2013-07-28Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt
2013-07-26fix another missing va_end()Michael Vogt
2013-07-26fix some coverity chroot() releated warningsMichael Vogt
2013-07-26ensure that FileFd::Size returns 0 in error casesDavid Kalnischkies
2013-07-26proper cleanup varargs in _error (uncovered by Coverity)David Kalnischkies
2013-07-25pick up Translation-* even if only compressed availableDavid Kalnischkies
2013-07-25add missing "free(buffer) for allocated bufferMichael Vogt
2013-07-25delete targets dataMichael Vogt
2013-07-25fix resource leak when verification failsMichael Vogt
2013-07-25apt-pkg/indexcopy.cc: check for pending errors before calling fdopen()Michael Vogt
2013-07-25call fdopen() after FileFd was checkedMichael Vogt
2013-07-25fix resource leak (thanks coverity)Michael Vogt
2013-07-25rework the code in cdromutl.cc to make coverity (more) happyMichael Vogt
2013-07-25fix off-by-one error and do not use magic constant of 100 when checking Stack...Michael Vogt
2013-07-25always "delete d" in FileFd::~FileFd to coverity happyMichael Vogt
2013-07-24Merge remote-tracking branch 'upstream/debian/sid'Michael Vogt
2013-07-23remove double list includeMichael Vogt
2013-07-16fix if-clause to generate hook-info for 'rc' packagesDavid Kalnischkies
2013-07-11prevent MarkInstall of unsynced Multi-Arch:same siblingsDavid Kalnischkies
2013-07-11implement arch+= and arch-= for sources.listDavid Kalnischkies
2013-07-11Version 3 for DPkg::Pre-Install-Pkgs with MultiArch infoDavid Kalnischkies
2013-07-10apt-pkg/packagemanager.cc:Michael Vogt
2013-07-02Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt
2013-06-28make starting debug output of pkgProblemResolver proper englishMichael Vogt
2013-06-27use just one line for the debug output (thanks to donkult for the review)Michael Vogt
2013-06-27when doing MarkInstall() packages may also get removed, so show them in the d...Michael Vogt
2013-06-27show broken count when starting the resolverMichael Vogt
2013-06-24fix SHA2* cleanups to zero-out the complete contextDavid Kalnischkies
2013-06-24do not modify DepIterator as we might check againDavid Kalnischkies
2013-06-20trigger NODATA error for invalid InRelease filesDavid Kalnischkies
2013-06-20do not redownload unchanged InRelease filesDavid Kalnischkies
2013-06-20support \n and \r\n line endings in ReadMessagesDavid Kalnischkies
2013-06-20handle missing "Description" in apt-cache showDavid Kalnischkies
2013-06-09ensure state-dir exists before coyping cdrom filesDavid Kalnischkies
2013-06-09fail in CopyFile if the FileFds have error flag setDavid Kalnischkies
2013-06-09OpenDescriptor should autoclose fd always on errorDavid Kalnischkies
2013-06-09set Fail flag in FileFd on all errors consistentlyDavid Kalnischkies
2013-06-09make the vprintf like _error->Insert publicDavid Kalnischkies
2013-06-09deprecate InstallProtect as a cpu-eating no-opDavid Kalnischkies
2013-06-09do unpacks before configures in SmartConfigureDavid Kalnischkies