summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2012-04-11merged from donkults experimental branchMichael Vogt11-64/+206
2012-04-11use a static FileFd::Write overload to reduce duplication of write()-retry codeDavid Kalnischkies5-66/+34
2012-04-11use xz-utils in the testcases instead of lzma and ensure that we reallyDavid Kalnischkies1-1/+1
2012-04-05 - add libbz2-dev as new build-dependencyDavid Kalnischkies3-11/+110
2012-04-05if we have zlib builtin insert add a dummy gzip compressor for FileFDDavid Kalnischkies2-1/+4
2012-04-05* apt-pkg/aptconfiguration.cc:David Kalnischkies1-6/+27
2012-04-05detect zlib correctly. We still don't allow to build without it to remainDavid Kalnischkies1-19/+13
2012-03-22make these retry_write methods static so that they don't end up as symbolsDavid Kalnischkies1-1/+2
2012-03-22the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies1-1/+1
2012-03-20* methods/rred.cc:David Kalnischkies1-8/+28
2012-03-20* apt-pkg/acquire-worker.cc:David Kalnischkies5-10/+46
2012-03-13add APT::pkgPackageManager::MaxLoopCount to ensure that theMichael Vogt1-2/+12
2012-03-13merged from lp:~donkult/apt/experimentalMichael Vogt1-264/+327
2012-03-13recheck dependencies in SmartUnpack after a change, tooDavid Kalnischkies1-165/+196
2012-03-13* apt-pkg/packagemanager.cc:David Kalnischkies1-79/+111
2012-03-12ensure that the fullname of a package is displayed in the debug outputDavid Kalnischkies1-29/+29
2012-03-07show which dependency couldn't be satisfied in the debug outputDavid Kalnischkies1-1/+1
2012-03-07* apt-pkg/packagemanager.cc:Michael Vogt1-13/+13
2012-03-06add Debug::pkgAcqArchive::NoQueue to disable package downloadingDavid Kalnischkies1-1/+12
2012-03-06merge with apt/experimentalDavid Kalnischkies4-11/+38
2012-03-06* apt-pkg/packagemanager.cc:Michael Vogt1-4/+13
2012-03-06* apt-pkg/contrib/fileutl.cc:David Kalnischkies1-0/+7
2012-03-05* Treat the Important flag like the Essential flag with two differences:Julian Andres Klode3-4/+23
2012-03-05* apt-pkg/packagemanager.cc:Julian Andres Klode1-2/+1
2012-03-05* apt-pkg/deb/deblistparser.cc:Julian Andres Klode1-1/+1
2012-03-05as we parse datestrings from external sources a lot specify the lengthDavid Kalnischkies1-3/+3
2012-03-05set char-limits for the scanf parsing previous crash-reportsDavid Kalnischkies1-1/+1
2012-03-04fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies13-27/+29
2012-03-04handle a SIGINT in all modes as a break after the currently runningDavid Kalnischkies1-3/+4
2012-03-04* apt-pkg/acquire-item.cc:David Kalnischkies1-0/+7
2012-03-03* apt-pkg/packagemanager.cc:David Kalnischkies1-12/+40
2012-03-03show in the debug output if we are looping in the avoid breaksDavid Kalnischkies1-1/+6
2012-03-03eanup the ordering-code avoiding a break (no function change)David Kalnischkies1-28/+23
2012-03-02* apt-pkg/packagemanager.cc:Michael Vogt1-4/+13
2012-02-18use pdiff for Translation-* files if available (Closes: #657902)David Kalnischkies1-1/+6
2012-02-18* apt-pkg/acquire-item.cc:David Kalnischkies2-72/+31
2012-02-18ensure that the cache-directories are really directories beforeDavid Kalnischkies1-2/+2
2012-02-18* apt-pkg/indexrecords.cc:David Kalnischkies1-1/+4
2012-02-11* apt-pkg/cachefile.cc:David Kalnischkies3-0/+109
2012-02-11save the universe by not printing messages about apport if a packageDavid Kalnischkies1-0/+6
2012-02-11correctly ignore already (un)hold packagesDavid Kalnischkies1-0/+8
2012-02-10ensure that architectures are not added multiple timesDavid Kalnischkies1-1/+3
2012-02-09call dpkg --assert-multi-arch with execvp instead of execvDavid Kalnischkies2-2/+2
2012-02-03rework previous patch to avoid changing the inline codeMichael Vogt2-4/+6
2012-02-03* apt-pkg/contrib/fileutl.h:Michael Vogt1-1/+4
2012-02-03* apt-pkg/contrib/fileutl.h:Michael Vogt1-1/+4
2012-01-31Fix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations toMichael Vogt1-2/+2
2012-01-30* apt-pkg/deb/dpkgpm.cc:Michael Vogt1-2/+36
2012-01-30* apt-pkg/aptconfiguration.cc:David Kalnischkies1-8/+57
2012-01-30* apt-pkg/contrib/configuration.cc:David Kalnischkies1-2/+8