Age | Commit message (Expand) | Author |
2012-02-18 | * apt-pkg/indexrecords.cc: | David Kalnischkies |
2012-02-11 | * apt-pkg/cachefile.cc: | David Kalnischkies |
2012-02-11 | save the universe by not printing messages about apport if a package | David Kalnischkies |
2012-02-11 | correctly ignore already (un)hold packages | David Kalnischkies |
2012-02-10 | ensure that architectures are not added multiple times | David Kalnischkies |
2012-02-09 | call dpkg --assert-multi-arch with execvp instead of execv | David Kalnischkies |
2012-02-03 | rework previous patch to avoid changing the inline code | Michael Vogt |
2012-02-03 | * apt-pkg/contrib/fileutl.h: | Michael Vogt |
2012-02-03 | * apt-pkg/contrib/fileutl.h: | Michael Vogt |
2012-01-31 | Fix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations to | Michael Vogt |
2012-01-30 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt |
2012-01-30 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies |
2012-01-30 | * apt-pkg/contrib/configuration.cc: | David Kalnischkies |
2012-01-29 | * apt-pkg/depcache.cc: | David Kalnischkies |
2012-01-29 | * apt-pkg/algorithms.cc: | Colin Watson |
2012-01-29 | * apt-pkg/algorithms.cc: | Colin Watson |
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 |
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 |
2012-01-19 | * apt-pkg/cacheiterators.h: | David Kalnischkies |
2012-01-19 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt |
2012-01-19 | if multi-arch is detected ensure that pkg:all is reported as pkg:all | David Kalnischkies |
2012-01-19 | * apt-pkg/deb/dpkgpm.cc: | David Kalnischkies |
2012-01-18 | * apt-pkg/contrib/fileutl.h: | Michael Vogt |
2012-01-18 | * apt-pkg/aptconfiguration.cc: | Michael Vogt |
2012-01-18 | * apt-pkg/contrib/fileutl.h: | David Kalnischkies |
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 |
2012-01-13 | * apt-pkg/deb/dpkgpm.cc: | David Kalnischkies |
2012-01-13 | factor out the detection of self-conflicts into Dep::IsIgnorable | David Kalnischkies |
2012-01-13 | * apt-pkg/pkgcache.cc: | David Kalnischkies |
2012-01-11 | * apt-pkg/depcache.cc: | David Kalnischkies |
2012-01-02 | g++ 4.7 fixes | Michael Vogt |
2012-01-02 | g++ 4.7 fixes | Michael Vogt |
2011-12-18 | usage of Skipping in pipes can't work, so we ignore-read instead | David Kalnischkies |
2011-12-17 | try to avoid direct usage of .Fd() if possible and do read()s and co | David Kalnischkies |
2011-12-17 | keep track of where we are in a filedescriptor so we can use it as Tell() | David Kalnischkies |
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 |
2011-12-15 | atleast libapt should announce to itself that it is clean… | David Kalnischkies |
2011-12-14 | use FileFd instead of forking the compression childs by hand | David Kalnischkies |
2011-12-14 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies |
2011-12-13 | allow Open() and OpenDescriptor() to be called with a Compressor | David Kalnischkies |
2011-12-13 | note to myself: In case you rename something, make sure that you have | David Kalnischkies |
2011-12-13 | revert 2184.1.3: forward declaration instead of headers | David Kalnischkies |
2011-12-13 | revert 2184.1.2: do not pollute namespace in headers | David Kalnischkies |
2011-12-13 | Allow the FileFd to use an external Compressor to uncompress a given file | David Kalnischkies |
2011-12-11 | - add a ReadLine method | David Kalnischkies |