summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Collapse)Author
2006-12-20* merged from mainMichael Vogt
2006-12-20* merged from apt--mvoMichael Vogt
2006-12-20* apt-pkg/algorithms.cc:Michael Vogt
- make sure we have a candidateVer if we check it for downloadability
2006-12-19* apt-pkg/algorithms.cc:Michael Vogt
- when encountering a or-group in pkgProblemResolver::Resolver(), check if it IsCritical(), otherwise we may do checking on weak-depends and confuse the system badly
2006-12-19* apt-pkg/deb/debrecords.cc:Michael Vogt
- return the correct SHA1Hash() * methods/http.cc: - send VERSION of apt in the User-Agent string
2006-12-19* merged with mainlineMichael Vogt
2006-12-18* apt-pkg/algorithms.cc: Michael Vogt
- only increase the score of installed applications if they are not obsolte (still downloadable)
2006-12-18* merged from apt--auto-markMichael Vogt
2006-12-18* apt-pkg/depcache.cc:Michael Vogt
- never mark required packages as garbage
2006-12-13* merged from apt--mvoMichael Vogt
2006-12-13* apt-pkg/algorithms.cc:Michael Vogt
- use clog instead of cout in debug
2006-12-07merged iwjs patchMichael Vogt
2006-12-07merged from apt--mvoMichael Vogt
2006-12-07* apt-pkg/contrib/progress.ccMichael Vogt
- only check time on precent boundaries (seems to make a real difference on ARM, see debian #398381) * apt-pkg/contrib/sha256.cc: - added #pragma interface * apt-pkg/contrib/sha256.h: - remove unneeded stdint.h include * apt-pkg/vendorlist.cc: - fix qualifier to make it build with -O0 * po/: - make update-po
2006-12-07* apt-pkg/deb/debindexfile.cc:Michael Vogt
- File.FileName() == NULL check added * apt-pkg/deb/debsrcrecords.cc: - fix FTBFS on i386
2006-12-01* apt-pkg/deb/debsrcrecords.cc:Michael Vogt
- fix off-by-one problem
2006-11-30* apt-pkg/deb/debsrcrecords.{cc,h}:Michael Vogt
- make the buffer dynmaic
2006-11-27* apt-pkg/deb/dpkgpm.cc: Michael Vogt
- added "Dpkg::StopOnError" variable that controls if apt will abort on errors from dpkg
2006-11-22Correct grammar in one message. Unfuzzy translations. Closes: #399652bubulle@debian.org
2006-10-31* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- reset the line if a invalid line was read
2006-10-30* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- fix segfault if dpkg sends multiline error messages
2006-10-05* merged i18n fixes from apt--mvoMichael Vogt
2006-10-02* apt-pkg/tagfile.cc,h:Michael Vogt
- make the internal buffer grow dynamically if required
2006-09-30* apt-pkg/tagfile.h:Michael Vogt
- increase the buffer in tagfile.cc for now, this really needs to become a dynamic buffer
2006-09-30* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- translate the dpkg progress strings when they are used, not in the struct (thanks to Steinar Gunderson) * debian/changelog: - updated
2006-09-21* merged from the auto-mark branchMichael Vogt
* uploaded
2006-09-21* apt-pkg/depcache.cc:Michael Vogt
- do not change the auto-flag in MarkKeep() to prevent side-effects in interactive package managers when a package is marked for remove first and then unmarked again. the old code removed the auto-flag, the new code will retain this information - a package can be garbage even if it is already marked for removal
2006-09-20* apt-pkg/depcache.{cc,h}:Michael Vogt
- added OnlyInstalled option to writeState() * debian/changelog: - prepared nwe upload
2006-09-19* apt-pkg/tagfile.cc:Michael Vogt
- added ubuntu specific Original-Maintainer field
2006-09-19* merged apt--tasks, this brings in the latest changes from apt--mvo as wellMichael Vogt
2006-09-15* apt-pkg/tagfile.cc, tagfile.h:Michael Vogt
- reverted the mmap patch again, it caused too much trouble with pipes etc
2006-09-15* apt-pkg/tagfile.cc:Michael Vogt
- applied patch from jvw to make the tag key stuff case-insensitive
2006-09-08* apt-pkg/algorithms.cc:Michael Vogt
- merged from apt--auto-mark (preserve auto-install information in InstallProtect * cmdline/apt-get.cc: - fix typo * cmdline/makefile: - install apt-mark as well
2006-09-08* apt-pkg/algorithms.cc:Michael Vogt
- bugfix in the InstallProcted() code (preserver the auto-install information) * cmdline/makefile: - install apt-mark as well
2006-09-07* merged from the apt--install-recommends branchMichael Vogt
2006-09-07* apt-pkg/depcache.cc:Michael Vogt
- bugfix in the "get-section" code
2006-09-07* apt-pkg/depcache.cc:Michael Vogt
- merged from install-recommends * debian/apt.conf.ubuntu: - added "APT::Install-Recommends-Section" to "metapackages" * renamed apt.conf.autoremove -> apt.conf.ubuntu
2006-09-07* apt-pkg/depcache.cc:Michael Vogt
- added "APT::Install-Recommends-Section" option
2006-09-06* merged with the apt--mvo branchMichael Vogt
2006-09-05bump cache versionIan Jackson
2006-08-25initial Breaks implementationIan Jackson
2006-08-15* apt-pkg/deb/dpkgpm.cc:Michael Vogt
- pass --auto-deconfigure to dpkg (-B) * debian/control: - depend on a dpkg with support for breaks
2006-08-15* apt-pkg/pkgcachegen.cc:Michael Vogt
- increased the cache limit
2006-08-14* merged from the install-recommends branchMichael Vogt
2006-08-11* merged ddtp supportMichael Vogt
2006-08-11* apt-pkg/depcache.cc:Michael Vogt
- only work on instVer if we actually have one
2006-08-11* merged the apt--install-recommends branchMichael Vogt
* ABI break, bumped the version number
2006-08-11* cmdline/apt-get.cc:Michael Vogt
- added "--fix-policy" option to make it easy to fix any not-install recommends * apt-pkg/depcache.{cc,h} - MarkInstall() has a new "ForceImportantDeps" option (defaults to false) to fice the install of recommends even for already installed pkgs - a new PolicyBroken() function to see how much of the recommends are broken
2006-08-10* merged the apt--install-recommends branchMichael Vogt
2006-08-09* apt-pkg/depcache.cc:Michael Vogt
- find new important dependencies on upgrade and deal with them