summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)Author
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
2013-06-09try all providers in order if uninstallable in MarkInstallDavid Kalnischkies
2013-06-09fix priority sorting by prefering higher in MarkInstallDavid Kalnischkies
2013-06-09prefer Essentials over Removals in ordering scoreDavid Kalnischkies
2013-06-09rewrite pkgOrderList::DepRemove to stop incorrect immediate settingDavid Kalnischkies
2013-06-06fix double free (closes: #711045)Michael Vogt
2013-05-16non-inline RunGPGV methods to restore ABI compatibility with previous version...David Kalnischkies
2013-05-08merged patch from Daniel Hartwig to fix URI and proxy releated issuesMichael Vogt
2013-05-08merged from the debian-wheezy branchMichael Vogt
2013-05-08* apt-pkg/algorithms.cc:Michael Vogt
2013-05-08properly handle if-modfied-since with libcurl/https Michael Vogt
2013-04-10Fix English spelling error in a message ('A error'). Unfuzzybubulle@debian.org
2013-04-08merged bundle from davidMichael Vogt
2013-04-04* apt-pkg/sourcelist.cc:Michael Vogt
2013-04-03share version strings between same versions (of different architectures)David Kalnischkies
2013-04-03* apt-pkg/cacheiterators.h:David Kalnischkies
2013-04-03apt-pkg/contrib/gpgv.cc: fix InRelease checkMichael Vogt
2013-04-03 - sort group and package names in the hashtable on insertDavid Kalnischkies
2013-04-02merged lp:~mvo/apt/fix-inrelease5Michael Vogt
2013-04-01micro-optimize and enhance readability of ListParser::VersionHashDavid Kalnischkies
2013-04-01equal comparisions are used mostly in same-source relations,David Kalnischkies
2013-04-01* apt-pkg/deb/debversion.cc:David Kalnischkies
2013-03-22merged lp:~mvo/apt/fix-tagfile-hashMichael Vogt
2013-03-22merged the debian-wheezy branchMichael Vogt
2013-03-20apt-pkg/edsp.cc: do not use stderr in WriteSolution at allMichael Vogt
2013-03-20apt-pkg/edsp.cc: do not spam stderr in WriteSolutionMichael Vogt
2013-03-19support dash-escaped text in clearsigned files as implementations areDavid Kalnischkies
2013-03-19use FileFd instead of int fds to tidy up the interface a bitDavid Kalnischkies
2013-03-18* apt-pkg/deb/debindexfile.cc,David Kalnischkies
2013-03-18 - add method to open (maybe) clearsigned files transparentlyDavid Kalnischkies
2013-03-18fix pkgTagSection::Exists() and add testMichael Vogt
2013-03-16ensure that we fclose/unlink/free in the new gpg-code as soon as possibleDavid Kalnischkies
2013-03-15 - if ExecGPGV deals with a clear-signed file it will split this fileDavid Kalnischkies