Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | * apt-pkg/contrib/mmap.cc: | David Kalnischkies | 2011-02-12 | 1 | -0/+2 | |
| * | | | * apt-pkg/depcache.cc: | David Kalnischkies | 2011-02-11 | 1 | -3/+2 | |
* | | | | merged from lp:~mvo/apt/mvo | Michael Vogt | 2011-02-10 | 2 | -3/+3 | |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | ||||||
| * | | * merged lp:~evfool/apt/fix641673: | Michael Vogt | 2011-02-10 | 1 | -2/+2 | |
| * | | * merged lp:~evfool/apt/fix641673 | Michael Vogt | 2011-02-10 | 1 | -1/+1 | |
* | | | merged lp:~donkult/apt/sid | Michael Vogt | 2011-02-08 | 4 | -15/+59 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | * apt-pkg/contrib/error.cc: | David Kalnischkies | 2011-02-07 | 1 | -6/+25 | |
| * | | * apt-pkg/pkgcachegen.cc: | David Kalnischkies | 2011-02-07 | 1 | -7/+11 | |
| * | | allow conflicts in the same group again (Closes: #612099) | David Kalnischkies | 2011-02-07 | 1 | -1/+1 | |
| * | | * apt-pkg/algorithms.cc: | David Kalnischkies | 2011-02-07 | 1 | -1/+22 | |
* | | | merged from lp:~donkult/apt/sid | Michael Vogt | 2011-02-08 | 25 | -269/+880 | |
|\| | | ||||||
| * | | merge 'after squeeze release'-stuff | David Kalnischkies | 2011-02-03 | 25 | -269/+882 | |
|/| | | ||||||
| * | | - download and use i18n/Index to choose which Translations to download | David Kalnischkies | 2011-01-28 | 5 | -82/+322 | |
| * | | - change the internal handling of Extensions in pkgAcqIndex | David Kalnischkies | 2011-01-26 | 3 | -52/+79 | |
| * | | - try downloading clearsigned InRelease before trying Release.gpg | David Kalnischkies | 2011-01-20 | 9 | -70/+205 | |
| * | | * methods/rred.cc: | David Kalnischkies | 2011-01-15 | 3 | -19/+3 | |
| * | | ignore non-regular files in GetListOfFilesInDir (Closes: #594694) | David Kalnischkies | 2011-01-13 | 1 | -12/+16 | |
| * | | * apt-pkg/cacheiterator.h: | David Kalnischkies | 2011-01-13 | 2 | -9/+11 | |
| * | | * apt-inst/contrib/extracttar.cc: | David Kalnischkies | 2011-01-13 | 2 | -0/+18 | |
| |\ \ | ||||||
| | * | | Permit base256 encoded value in the numeric field of tar header. | Nobuhiro Hayashi | 2010-12-03 | 2 | -0/+19 | |
| | |/ | ||||||
| * | | * deb/dpkgpm.cc: | Petter Reinholdtsen | 2011-01-12 | 1 | -2/+2 | |
| * | | remove the unused Die boolean - error reporting is done by ExecWait | David Kalnischkies | 2011-01-12 | 1 | -5/+1 | |
| * | | remove two unused variables gcc-4.6 reports from depcache.cc | David Kalnischkies | 2011-01-12 | 1 | -3/+2 | |
| * | | * apt-pkg/contrib/weakptr.h: | David Kalnischkies | 2011-01-12 | 1 | -0/+2 | |
| * | | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies | 2011-01-12 | 7 | -12/+31 | |
| * | | check in the DepCache::SetCandidateVersion that the package is marked to | David Kalnischkies | 2010-12-05 | 1 | -1/+2 | |
| * | | * apt-pkg/depcache.cc: | David Kalnischkies | 2010-12-03 | 2 | -0/+180 | |
| * | | add the possibility to disable only the progress reporting stuff as the | David Kalnischkies | 2010-11-30 | 1 | -1/+1 | |
| * | | apply a very simple speed-up in case we try to set the candidate version | David Kalnischkies | 2010-11-30 | 1 | -2/+9 | |
| |/ | ||||||
* | | merged from the lp:~mvo/apt/mvo branch | Michael Vogt | 2011-02-02 | 4 | -1/+12 | |
|\ \ | ||||||
| * | | apt-pkg/deb/dpkgpm.cc: fix format string warning | Michael Vogt | 2011-01-27 | 1 | -1/+1 | |
| * | | * apt-pkg/contrib/weakptr.h: | Michael Vogt | 2011-01-12 | 1 | -0/+1 | |
| * | | merged lp:~mvo/apt/apt-get-changelog | Michael Vogt | 2010-11-18 | 2 | -0/+10 | |
| |\ \ | ||||||
| | * | | add support for third party changelogs | Michael Vogt | 2010-11-16 | 2 | -0/+10 | |
* | | | | apt-pkg/cdrom.cc: fix another hardcoded /cdrom | Michael Vogt | 2011-02-01 | 1 | -1/+1 | |
* | | | | * apt-pkg/cdrom.cc, apt-pkg/init.cc, methods/cdrom.cc: | Michael Vogt | 2011-02-01 | 2 | -3/+6 | |
| |_|/ |/| | | ||||||
* | | | * apt-pkg/algorithms.cc: | David Kalnischkies | 2010-11-29 | 1 | -0/+7 | |
|/ / | ||||||
* | | * apt-pkg/depcache.cc: | David Kalnischkies | 2010-11-10 | 1 | -2/+5 | |
* | | * apt-pkg/algorithms.cc: | David Kalnischkies | 2010-11-10 | 1 | -0/+1 | |
* | | evaluate Acquire::Languages= before LANG= (Closes: #602573) | David Kalnischkies | 2010-11-09 | 1 | -40/+42 | |
* | | * apt-pkg/orderlist.cc: | David Kalnischkies | 2010-11-06 | 1 | -7/+27 | |
* | | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | 2010-11-06 | 1 | -1/+2 | |
* | | merged from donkult | Michael Vogt | 2010-10-28 | 3 | -13/+21 | |
|\ \ | ||||||
| * | | * apt-pkg/pkgcache.cc: | David Kalnischkies | 2010-10-26 | 1 | -7/+8 | |
| * | | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies | 2010-10-21 | 2 | -6/+13 | |
* | | | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | 2010-10-28 | 1 | -0/+1 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | 2010-10-28 | 1 | -0/+1 | |
* | | add test case for having no indexes, and fix regression in that case | Martin Pitt | 2010-10-15 | 1 | -9/+35 | |
* | | merge with debian-sid | David Kalnischkies | 2010-10-13 | 3 | -13/+41 | |
|\| | ||||||
| * | apt-pkg/contrib/fileutl.cc: fix FileFd::Size() for files that are empty or fo... | Michael Vogt | 2010-10-13 | 1 | -5/+10 |