Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-14 | * merged with apt--mvo | Michael Vogt | |
2006-12-08 | 0.6.46.3ubuntu2 change as uploaded: fix dist-upgrade | Ian Jackson | |
2006-12-01 | * apt-pkg/deb/debsrcrecords.{cc,h}: | Michael Vogt | |
- cast correct | |||
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-22 | Correct grammar in one message. Unfuzzy translations. Closes: #399652 | bubulle@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-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-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-05 | bump cache version | Ian Jackson | |
2006-08-25 | initial Breaks implementation | Ian 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 branch | Michael Vogt | |
2006-08-11 | * merged ddtp support | Michael 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 branch | Michael 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 branch | Michael Vogt | |
2006-08-09 | * apt-pkg/depcache.cc: | Michael Vogt | |
- find new important dependencies on upgrade and deal with them | |||
2006-08-09 | * apt-pkg/init.cc: | Michael Vogt | |
- init "install-recommends", "install-suggests" with default "false" * debian/changelog: - updated | |||
2006-08-09 | * merged with mainline | Michael Vogt | |
2006-08-01 | * merged with mainline | Michael Vogt | |
2006-07-26 | * merged with mainline | Michael Vogt | |
2006-07-26 | * suport both MMapable files and non-mmapable files | Michael Vogt | |
2006-07-25 | * apt-pkg/deb/debmetaindex.cc: | Michael Vogt | |
- don't queue translations for deb-src entries | |||
2006-07-25 | * apt-pkg/acquire-item.cc: | Michael Vogt | |
- check "/bin/bzip2" instead of "/usr/bin/bzip2" | |||
2006-07-25 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- ignore lines that can't be split properly from dpkg (DpkgPM::Go) * doc/examples/configure-index: - documentation updates | |||
2006-07-24 | * merged ajs apt-ftparchive branch | Michael Vogt | |
2006-07-24 | * apt-pkg/contrib/sha256.cc: | Michael Vogt | |
- fix the sha256 code (thanks to Jakob Bohm, closes: #378183) | |||
2006-07-21 | * merged changes from Kamions upload (thanks!) | Michael Vogt | |
2006-07-04 | * apt-pkg/depcache.cc: | Michael Vogt | |
- if no /var/lib/apt/extended_states exists, create a empty one | |||
2006-07-04 | * apt-pkg/depcache.cc: | Michael Vogt | |
- create a empty state file if none exists | |||
2006-07-03 | * merged the debian--auto-mark patch | Michael Vogt | |
* updated the library soname | |||
2006-07-03 | * merged with apts mainline | Michael Vogt | |
2006-06-26 | * apt-pkg/init.h: | Michael Vogt | |
- increased lib-version to 3.13 | |||
2006-06-26 | * cmdline/apt-mark: | Michael Vogt | |
- very simple tool to manipulate the extended_states for autoinstall * apt-pkg/depcache.cc: - keep exisiting data in "extended_states" to make other tools happy | |||
2006-06-26 | * apt-pkg/depcache.cc: | Michael Vogt | |
- renamed "pkgstates" file to "extended_states" | |||
2006-06-26 | * merged with mainline | Michael Vogt | |
2006-06-09 | * merged with bubulle | Michael Vogt | |
2006-06-09 | * merge the patch from Steinar | Michael Vogt | |
2006-06-06 | * apt-pkg/indexfile.cc: | Michael Vogt | |
- add special cases for various languages like pt_BR, zh_CN etc | |||
2006-05-27 | * added Debug::pkgDepCache::AutoInstall debug option | Michael Vogt | |
2006-05-16 | * apt-pkg/contrib/sha256.cc: | Michael Vogt | |
The patch below fixes the problem by open-coding the ntohl() call and combining it with a byte-by-byte load of the 32-bit word. | |||
2006-05-08 | * apt-pkg/deb/debversion.cc: | Michael Vogt | |
- applied patch from Lionel Elie Mamane to fix epoch handling (debian: #363358) |