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