summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Collapse)AuthorFilesLines
2006-12-14* merged the no-pragma branchMichael Vogt51-159/+9
2006-12-14* merged with apt--debian-sidMichael Vogt7-6/+12
2006-12-14* merged with apt--debian-sidMichael Vogt4-39/+45
2006-12-14* merged from apt--mvoMichael Vogt7-6/+12
2006-12-13* apt-pkg/algorithms.cc:Michael Vogt1-1/+1
- use clog instead of cout in debug
2006-12-07* apt-pkg/contrib/progress.ccMichael Vogt4-3/+9
- 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 Vogt2-2/+2
- File.FileName() == NULL check added * apt-pkg/deb/debsrcrecords.cc: - fix FTBFS on i386
2006-12-01* merged from mainMichael Vogt1-1/+1
2006-12-01* merged from mainMichael Vogt4-32/+31
2006-12-01* apt-pkg/deb/debsrcrecords.cc:Michael Vogt1-1/+1
- fix off-by-one problem
2006-11-30* apt-pkg/deb/debsrcrecords.{cc,h}:Michael Vogt2-24/+14
- make the buffer dynmaic
2006-11-27* apt-pkg/deb/dpkgpm.cc: Michael Vogt1-7/+16
- 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.org1-1/+1
2006-11-02* merged from apt--mvoMichael Vogt1-0/+2
2006-10-31* apt-pkg/deb/dpkgpm.cc:Michael Vogt1-0/+2
- reset the line if a invalid line was read
2006-10-30* merged from apt--mvoMichael Vogt1-7/+12
2006-10-30* apt-pkg/deb/dpkgpm.cc:Michael Vogt1-7/+12
- fix segfault if dpkg sends multiline error messages
2006-10-02* merged from apt--mvoMichael Vogt2-7/+41
2006-10-02* removed the remaining #ifdef __GNUG__ that are no longer requiredMichael Vogt2-4/+0
2006-10-02* remove the remaining #ifdef __GNUG__ bitsMichael Vogt3-6/+1
2006-10-02* removed the pragma messMichael Vogt49-147/+6
2006-10-02* merged from apt--auto-markMichael Vogt2-9/+17
2006-10-02* merged from apt--mvoMichael Vogt2-7/+41
2006-10-02* apt-pkg/tagfile.cc,h:Michael Vogt2-7/+41
- make the internal buffer grow dynamically if required
2006-10-02* merged with unstable, prepared uploadMichael Vogt3-68/+34
2006-09-30* apt-pkg/tagfile.h:Michael Vogt1-1/+1
- increase the buffer in tagfile.cc for now, this really needs to become a dynamic buffer
2006-09-30* merged from mainlineMichael Vogt1-11/+11
2006-09-30* apt-pkg/deb/dpkgpm.cc:Michael Vogt1-11/+11
- 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 apt--install-recommends branchMichael Vogt1-5/+21
2006-09-21* apt-pkg/depcache.cc:Michael Vogt1-3/+11
- 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-16* merged from mvoMichael Vogt2-57/+23
2006-09-15* apt-pkg/tagfile.cc, tagfile.h:Michael Vogt2-55/+21
- reverted the mmap patch again, it caused too much trouble with pipes etc
2006-09-15* apt-pkg/tagfile.cc:Michael Vogt1-2/+2
- applied patch from jvw to make the tag key stuff case-insensitive
2006-09-08* apt-pkg/algorithms.cc:Michael Vogt1-2/+7
- bugfix in the InstallProcted() code (preserver the auto-install information) * cmdline/makefile: - install apt-mark as well
2006-09-07* apt-pkg/depcache.cc:Michael Vogt1-5/+21
- added "APT::Install-Recommends-Section" option
2006-09-06* merged with the apt--mvo branchMichael Vogt9-23/+618
2006-08-15* merged debian-sidMichael Vogt1-0/+3
* updated changelog
2006-08-15* merged the install-recommends branchMichael Vogt5-12/+63
2006-08-11* apt-pkg/depcache.cc:Michael Vogt1-8/+9
- only work on instVer if we actually have one
2006-08-11* cmdline/apt-get.cc:Michael Vogt2-11/+20
- 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-09* apt-pkg/depcache.cc:Michael Vogt1-1/+27
- find new important dependencies on upgrade and deal with them
2006-08-09* apt-pkg/init.cc:Michael Vogt1-0/+2
- init "install-recommends", "install-suggests" with default "false" * debian/changelog: - updated
2006-08-09* merged with mainlineMichael Vogt2-17/+103
2006-07-27* merged with mainlineMichael Vogt2-17/+103
2006-07-27* merged with mainlineMichael Vogt1-1/+1
2006-07-26* merged with mainlineMichael Vogt10-8/+543
2006-07-26* support non-mmapable files againMichael Vogt2-17/+103
2006-07-26* merged with mainlineMichael Vogt3-6/+12
2006-07-26* suport both MMapable files and non-mmapable filesMichael Vogt2-17/+103
2006-07-25* merged with the latest ddtp branch fixesMichael Vogt1-0/+2