summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies2012-03-0413-27/+29
* handle a SIGINT in all modes as a break after the currently runningDavid Kalnischkies2012-03-041-3/+4
* * apt-pkg/acquire-item.cc:David Kalnischkies2012-03-041-0/+7
* * apt-pkg/packagemanager.cc:David Kalnischkies2012-03-031-12/+40
* show in the debug output if we are looping in the avoid breaksDavid Kalnischkies2012-03-031-1/+6
* eanup the ordering-code avoiding a break (no function change)David Kalnischkies2012-03-031-28/+23
* use pdiff for Translation-* files if available (Closes: #657902)David Kalnischkies2012-02-181-1/+6
* * apt-pkg/acquire-item.cc:David Kalnischkies2012-02-182-72/+31
* ensure that the cache-directories are really directories beforeDavid Kalnischkies2012-02-181-2/+2
* * apt-pkg/indexrecords.cc:David Kalnischkies2012-02-181-1/+4
* * apt-pkg/cachefile.cc:David Kalnischkies2012-02-113-0/+109
* save the universe by not printing messages about apport if a packageDavid Kalnischkies2012-02-111-0/+6
* correctly ignore already (un)hold packagesDavid Kalnischkies2012-02-111-0/+8
* ensure that architectures are not added multiple timesDavid Kalnischkies2012-02-101-1/+3
* call dpkg --assert-multi-arch with execvp instead of execvDavid Kalnischkies2012-02-092-2/+2
* rework previous patch to avoid changing the inline codeMichael Vogt2012-02-032-4/+6
* * apt-pkg/contrib/fileutl.h:Michael Vogt2012-02-031-1/+4
|\
| * * apt-pkg/contrib/fileutl.h:Michael Vogt2012-02-031-1/+4
* | Fix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations toMichael Vogt2012-01-311-2/+2
|/
* * apt-pkg/deb/dpkgpm.cc:Michael Vogt2012-01-301-2/+36
* * apt-pkg/aptconfiguration.cc:David Kalnischkies2012-01-301-8/+57
* * apt-pkg/contrib/configuration.cc:David Kalnischkies2012-01-301-2/+8
* * apt-pkg/depcache.cc:David Kalnischkies2012-01-291-11/+28
* * apt-pkg/algorithms.cc:Colin Watson2012-01-292-16/+16
* * apt-pkg/algorithms.cc:Colin Watson2012-01-291-2/+1
* ensure that dpkg binary doesn't have the chroot-directory prefixedDavid Kalnischkies2012-01-291-1/+11
* * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2012-01-291-17/+15
* fix a few esoteric cppcheck errors/warnings/infosDavid Kalnischkies2012-01-201-1/+0
* fix typos in comments reported by the lintian in very-picky-modesDavid Kalnischkies2012-01-201-5/+5
* * apt-pkg/packagemanager.cc:David Kalnischkies2012-01-191-1/+7
* * apt-pkg/cacheiterators.h:David Kalnischkies2012-01-193-4/+4
* * apt-pkg/deb/dpkgpm.cc:Michael Vogt2012-01-191-1/+5
* if multi-arch is detected ensure that pkg:all is reported as pkg:allDavid Kalnischkies2012-01-191-1/+4
* * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2012-01-191-0/+5
* * apt-pkg/contrib/fileutl.h:Michael Vogt2012-01-182-7/+19
|\
| * * apt-pkg/contrib/fileutl.h:David Kalnischkies2012-01-181-1/+3
| * improve error reporting in case of errors in combination with zlibDavid Kalnischkies2012-01-182-6/+16
* | * apt-pkg/aptconfiguration.cc:Michael Vogt2012-01-181-1/+1
|\ \ | |/ |/|
| * * apt-pkg/aptconfiguration.cc:David Kalnischkies2011-12-141-1/+1
* | * apt-pkg/contrib/fileutils.h:Michael Vogt2012-01-161-1/+1
* | * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2012-01-131-21/+52
* | factor out the detection of self-conflicts into Dep::IsIgnorableDavid Kalnischkies2012-01-134-27/+39
* | * apt-pkg/pkgcache.cc:David Kalnischkies2012-01-131-5/+12
* | * apt-pkg/depcache.cc:David Kalnischkies2012-01-111-5/+11
* | g++ 4.7 fixesMichael Vogt2012-01-021-0/+2
|\ \
| * | g++ 4.7 fixesMichael Vogt2012-01-021-0/+2
* | | usage of Skipping in pipes can't work, so we ignore-read insteadDavid Kalnischkies2011-12-181-8/+26
* | | try to avoid direct usage of .Fd() if possible and do read()s and coDavid Kalnischkies2011-12-176-10/+67
* | | keep track of where we are in a filedescriptor so we can use it as Tell()David Kalnischkies2011-12-171-9/+30
* | | try seeking on fds opened with OpenDescriptor before giving upDavid Kalnischkies2011-12-161-1/+8