Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-03 | merged latest apt from experimental | Michael Vogt | |
2012-02-03 | rework previous patch to avoid changing the inline code | Michael Vogt | |
2012-02-03 | * apt-pkg/contrib/fileutl.h: | Michael Vogt | |
- fix compat with FileFd::OpenDescriptor() in ReadOnlyGzip mode | |||
2012-02-03 | * apt-pkg/contrib/fileutl.h: | Michael Vogt | |
- fix compat with FileFd::OpenDescriptor() in ReadOnlyGzip mode | |||
2012-02-03 | * apt-pkg/contrib/fileutl.h: | Michael Vogt | |
- fix compat with FileFd::OpenDescriptor() in ReadOnlyGzip mode | |||
2012-01-31 | Fix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations to | Michael Vogt | |
handle compressed files again (LP: #924182, closes: #658096) | |||
2012-01-31 | Fix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations to | Colin Watson | |
handle compressed files again (LP: #924182). | |||
2012-01-30 | merged from lp:~mvo/apt/mvo (and lp:~donkult/apt/experimental) | Michael Vogt | |
2012-01-30 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- fix crash when a package is in removed but residual config state (LP: #923807) | |||
2012-01-30 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | |
- chroot if needed before calling dpkg --print-foreign-architectures | |||
2012-01-30 | * apt-pkg/contrib/configuration.cc: | David Kalnischkies | |
- do not stop parent transversal in FindDir if the value is empty See http://lists.debian.org/deity/2012/01/msg00053.html , too. | |||
2012-01-29 | * apt-pkg/depcache.cc: | David Kalnischkies | |
- if a M-A:same package is marked for reinstall, mark all it's installed silbings for reinstallation as well (LP: #859188) | |||
2012-01-29 | * apt-pkg/algorithms.cc: | Colin Watson | |
- use a signed int instead of short for score calculation as upgrades become so big now that it can overflow (Closes: #657732, LP: #917173) | |||
2012-01-29 | * apt-pkg/algorithms.cc: | Colin Watson | |
- don't break out of the main-resolver loop for Breaks to deal with all of them in a single iteration (Closes: #657695, LP: #922485) | |||
2012-01-29 | ensure that dpkg binary doesn't have the chroot-directory prefixed | David Kalnischkies | |
2012-01-29 | * apt-pkg/deb/dpkgpm.cc: | David Kalnischkies | |
- chroot if needed before dpkg --assert-multi-arch | |||
2012-01-28 | apt-pkg/algorithms.{cc,h}: use an int to represent resolver scores, not | Steve Langasek | |
a signed short, because large upgrades can result in an overflow for core packages. Thanks again to Colin Watson. Closes: #657732, LP: #917173. | |||
2012-01-28 | apt-pkg/algorithms.cc: iterate Breaks the same way as Conflicts, so that | Steve Langasek | |
we resolve virtual package Breaks more effectively. Thanks to Colin Watson for the patch. Closes: #657695, LP: #922485. | |||
2012-01-24 | merged from experimental | Michael Vogt | |
2012-01-20 | fix a few esoteric cppcheck errors/warnings/infos | David Kalnischkies | |
2012-01-20 | fix typos in comments reported by the lintian in very-picky-modes | David Kalnischkies | |
2012-01-19 | * apt-pkg/packagemanager.cc: | David Kalnischkies | |
- ignore breaks on not-installed versions while searching for breakage loops as we don't have to avoid them | |||
2012-01-19 | * apt-pkg/cacheiterators.h: | David Kalnischkies | |
- return the correct version arch for all+foreign, too The flag is interpreted at a few other places in different styles so this commit ensures that the flag check is consistent everywhere (checking for Same in flag style is a bit too much as it isn't used in combination with others anyway, but who knows and just for consistency) | |||
2012-01-19 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- fix segfault on pkg removal | |||
2012-01-19 | if multi-arch is detected ensure that pkg:all is reported as pkg:all | David Kalnischkies | |
Versions with arch:all are added to the package with the native arch, so we can't rely on Pkg.Arch() for the architecture | |||
2012-01-19 | * apt-pkg/deb/dpkgpm.cc: | David Kalnischkies | |
- redirect out/input of dpkg --assert-multi-arch to /dev/null | |||
2012-01-19 | merged from the debian-experimental2 branch | Michael Vogt | |
2012-01-18 | * apt-pkg/contrib/fileutl.h: | Michael Vogt | |
- store the offset in the internal fd before calculate size of the zlib-handled file to jump back to this place again * apt-pkg/contrib/fileutl.h: | |||
2012-01-18 | * apt-pkg/aptconfiguration.cc: | Michael Vogt | |
- parse dpkg --print-foreign-architectures correctly in case archs are separated by newline instead of space, too. (Closes: #655590) * Slovak (Ivan Masar). Closes: #652985 * Russian (Yuri Kozlov). Closes: #654844 * Hungarian (Gabor Kelemen). Closes: #655238 | |||
2012-01-18 | * apt-pkg/contrib/fileutl.h: | David Kalnischkies | |
- store the offset in the internal fd before calculate size of the zlib-handled file to jump back to this place again It jumped back to the position of the content - which is wrong as the internal fd is compressed and even reseting to the beginning of the file doesn't work as zlib uses an internal buffer, so while we might haven't read anything yet zlib might have done so already… | |||
2012-01-18 | improve error reporting in case of errors in combination with zlib | David Kalnischkies | |
2012-01-16 | * apt-pkg/contrib/fileutils.h: | Michael Vogt | |
- fix segfault from python-apt testsuite | |||
2012-01-16 | merged from donkult | Michael Vogt | |
2012-01-13 | * apt-pkg/deb/dpkgpm.cc: | David Kalnischkies | |
- check if dpkg supports multiarch with --assert-multi-arch and if it does be always explicit about the architecture | |||
2012-01-13 | factor out the detection of self-conflicts into Dep::IsIgnorable | David Kalnischkies | |
2012-01-13 | * apt-pkg/pkgcache.cc: | David Kalnischkies | |
- ignore implicit conflicts on providers in AllTarget, too | |||
2012-01-13 | merged from lp:~donkult/apt/experimental | Michael Vogt | |
2012-01-11 | * apt-pkg/depcache.cc: | David Kalnischkies | |
- implicit conflicts (for multiarch) are supposed to conflict only with real packages, not with virtual providers | |||
2012-01-06 | apt-pkg/init.cc: restore ignore of .distUpgrade extension that got lost in ↵ | Michael Vogt | |
the merge | |||
2012-01-05 | merged from debian-experimental2 | Michael Vogt | |
2012-01-02 | g++ 4.7 fixes | Michael Vogt | |
2012-01-02 | g++ 4.7 fixes | Michael Vogt | |
2011-12-19 | merged from debian-experimental2 | Michael Vogt | |
2011-12-18 | usage of Skipping in pipes can't work, so we ignore-read instead | David Kalnischkies | |
Also, read only one char in each step of ReadLine instead of back-"seeking" | |||
2011-12-17 | try to avoid direct usage of .Fd() if possible and do read()s and co | David Kalnischkies | |
on the FileFd instead | |||
2011-12-17 | keep track of where we are in a filedescriptor so we can use it as Tell() | David Kalnischkies | |
information if we are working on a pipe which can't seek | |||
2011-12-16 | try seeking on fds opened with OpenDescriptor before giving up | David Kalnischkies | |
2011-12-15 | refactor compressor calling so that we don't (need to) export ExecCompressor | David Kalnischkies | |
anymore and therefore are also able to drop quiet a bit of duplicated code | |||
2011-12-15 | atleast libapt should announce to itself that it is clean… | David Kalnischkies | |
(and be it if it tries to announce that…) | |||
2011-12-14 | use FileFd instead of forking the compression childs by hand | David Kalnischkies | |