summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2011-02-17* apt-pkg/depcache.cc:David Kalnischkies1-2/+4
2011-02-15* apt-pkg/contrib/error.cc:David Kalnischkies2-94/+80
2011-02-14* apt-pkg/contrib/fileutl.cc:David Kalnischkies3-3/+5
2011-02-14merged from lp:~donkult/apt/sidMichael Vogt4-4/+17
2011-02-14use inttypes to avoid suprises with different type sizesDavid Kalnischkies1-2/+8
2011-02-13* apt-pkg/contrib/fileutl.cc:David Kalnischkies1-1/+6
2011-02-13update size of dynamic MMap as we write in from the outsideDavid Kalnischkies1-0/+1
2011-02-12* apt-pkg/contrib/mmap.cc:David Kalnischkies1-0/+2
2011-02-11* apt-pkg/depcache.cc:David Kalnischkies1-3/+2
2011-02-10merged from lp:~mvo/apt/mvoMichael Vogt2-3/+3
2011-02-10* merged lp:~evfool/apt/fix641673:Michael Vogt1-2/+2
2011-02-10* merged lp:~evfool/apt/fix641673Michael Vogt1-1/+1
2011-02-08merged lp:~donkult/apt/sidMichael Vogt4-15/+59
2011-02-08merged from lp:~donkult/apt/sidMichael Vogt25-269/+880
2011-02-07* apt-pkg/contrib/error.cc:David Kalnischkies1-6/+25
2011-02-07* apt-pkg/pkgcachegen.cc:David Kalnischkies1-7/+11
2011-02-07allow conflicts in the same group again (Closes: #612099)David Kalnischkies1-1/+1
2011-02-07* apt-pkg/algorithms.cc:David Kalnischkies1-1/+22
2011-02-03merge 'after squeeze release'-stuffDavid Kalnischkies25-269/+882
2011-02-02merged from the lp:~mvo/apt/mvo branchMichael Vogt4-1/+12
2011-02-01apt-pkg/cdrom.cc: fix another hardcoded /cdromMichael Vogt1-1/+1
2011-02-01* apt-pkg/cdrom.cc, apt-pkg/init.cc, methods/cdrom.cc:Michael Vogt2-3/+6
2011-01-28 - download and use i18n/Index to choose which Translations to downloadDavid Kalnischkies5-82/+322
2011-01-27apt-pkg/deb/dpkgpm.cc: fix format string warningMichael Vogt1-1/+1
2011-01-26 - change the internal handling of Extensions in pkgAcqIndexDavid Kalnischkies3-52/+79
2011-01-20 - try downloading clearsigned InRelease before trying Release.gpgDavid Kalnischkies9-70/+205
2011-01-15* methods/rred.cc:David Kalnischkies3-19/+3
2011-01-13ignore non-regular files in GetListOfFilesInDir (Closes: #594694)David Kalnischkies1-12/+16
2011-01-13* apt-pkg/cacheiterator.h:David Kalnischkies2-9/+11
2011-01-13* apt-inst/contrib/extracttar.cc:David Kalnischkies2-0/+18
2011-01-12* deb/dpkgpm.cc:Petter Reinholdtsen1-2/+2
2011-01-12remove the unused Die boolean - error reporting is done by ExecWaitDavid Kalnischkies1-5/+1
2011-01-12remove two unused variables gcc-4.6 reports from depcache.ccDavid Kalnischkies1-3/+2
2011-01-12* apt-pkg/contrib/weakptr.h:David Kalnischkies1-0/+2
2011-01-12* apt-pkg/contrib/fileutl.cc:David Kalnischkies7-12/+31
2011-01-12* apt-pkg/contrib/weakptr.h:Michael Vogt1-0/+1
2010-12-05check in the DepCache::SetCandidateVersion that the package is marked toDavid Kalnischkies1-1/+2
2010-12-03* apt-pkg/depcache.cc:David Kalnischkies2-0/+180
2010-12-03Permit base256 encoded value in the numeric field of tar header.Nobuhiro Hayashi2-0/+19
2010-11-30add the possibility to disable only the progress reporting stuff as theDavid Kalnischkies1-1/+1
2010-11-30apply a very simple speed-up in case we try to set the candidate versionDavid Kalnischkies1-2/+9
2010-11-29* apt-pkg/algorithms.cc:David Kalnischkies1-0/+7
2010-11-18merged lp:~mvo/apt/apt-get-changelog Michael Vogt2-0/+10
2010-11-16add support for third party changelogsMichael Vogt2-0/+10
2010-11-10* apt-pkg/depcache.cc:David Kalnischkies1-2/+5
2010-11-10* apt-pkg/algorithms.cc:David Kalnischkies1-0/+1
2010-11-09evaluate Acquire::Languages= before LANG= (Closes: #602573)David Kalnischkies1-40/+42
2010-11-06* apt-pkg/orderlist.cc:David Kalnischkies1-7/+27
2010-11-06* apt-pkg/aptconfiguration.cc:David Kalnischkies1-1/+2
2010-10-28merged from donkultMichael Vogt3-13/+21