summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2012-05-05check if we work on a valid description in IsDuplicateDescription asDavid Kalnischkies1-2/+2
2012-05-02* apt-pkg/deb/deblistparser.cc:David Kalnischkies1-5/+12
2012-05-02* apt-pkg/pkgcachegen.cc:David Kalnischkies1-0/+6
2012-04-23provider is only a possible solution if the provides has the rightDavid Kalnischkies1-1/+1
2012-04-23/dev/null is a special absolute path as it has no subdirectoriesDavid Kalnischkies1-0/+9
2012-04-23normalize a bit by replacing // and /./ with / in FindFileDavid Kalnischkies1-30/+38
2012-04-23* edsp/edspsystem.cc:David Kalnischkies1-1/+1
2012-04-23* apt-pkg/depcache.cc:David Kalnischkies1-12/+13
2012-04-22* apt-pkg/cdrom.cc:David Kalnischkies1-19/+2
2012-04-22* apt-pkg/acquire-worker.cc:David Kalnischkies1-30/+9
2012-04-22* apt-pkg/contrib/configuration.cc:David Kalnischkies2-8/+66
2012-04-21* apt-pkg/contrib/strutl.cc:David Kalnischkies1-20/+37
2012-04-20merged from bzr+ssh://bazaar.launchpad.net/~donkult/apt/sid/Michael Vogt1-2/+4
2012-04-20fix a bug uncovered by the previous commit which checks if a CompressorDavid Kalnischkies1-2/+4
2012-04-20merged from lp:~donkult/apt/sidMichael Vogt7-22/+42
2012-04-20* apt-pkg/cacheset.cc:David Kalnischkies1-2/+5
2012-04-20* apt-pkg/contrib/sha2_internal.cc:David Kalnischkies1-2/+6
2012-04-20* apt-pkg/aptconfiguration.cc:David Kalnischkies1-12/+13
2012-04-20merge from the lp:~mvo/apt/mvo branchMichael Vogt1-1/+5
2012-04-20cherry pick r1975 from lp:~ubuntu-core-dev/apt/ubuntuMichael Vogt1-0/+1
2012-04-19* apt-pkg/packagemanager.cc:Malcolm Scott1-2/+2
2012-04-19* apt-pkg/contrib/fileutl.cc:David Kalnischkies1-0/+6
2012-04-18* apt-pkg/deb/deblistparser.cc:David Kalnischkies1-2/+8
2012-04-17newer gcc versions seems to have no problem with that, but while workingDavid Kalnischkies1-2/+2
2012-04-16* apt-pkg/packagemanager.cc:David Kalnischkies1-1/+1
2012-04-12apt-pkg/packagemanager.cc: tweak MaxLoopCount to 500 and improve the error me...Michael Vogt1-3/+3
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-27* apt-pkg/deb/dpkgpm.cc:Michael Vogt1-1/+4
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