| Commit message (Expand) | Author | Age | Files | Lines |
* | ignore AllowMem parameter in cache generation | David Kalnischkies | 2015-08-27 | 2 | -16/+4 |
* | correct 'apt update' download summary line | David Kalnischkies | 2015-08-27 | 1 | -5/+6 |
* | Swedish program translation update | Anders Jonsson | 2015-08-27 | 1 | -878/+972 |
* | just-in-time removal of broken essential packages | David Kalnischkies | 2015-08-27 | 4 | -5/+64 |
* | test for #796070: downgrades involving essential packages | Julian Andres Klode | 2015-08-27 | 1 | -0/+67 |
* | tests: check apt-get source release name switching with -t | David Kalnischkies | 2015-08-27 | 1 | -0/+9 |
* | Fix more instances of missing remapping handling | Julian Andres Klode | 2015-08-27 | 1 | -7/+22 |
* | pkgcachegen: Account for remapping when parsing depends from NewPackage | Julian Andres Klode | 2015-08-27 | 1 | -2/+6 |
* | releasing package apt version 1.1~exp10 | Michael Vogt | 2015-08-24 | 56 | -64374/+74970 |
* | Fix typo | Michael Vogt | 2015-08-24 | 2 | -2/+2 |
* | doc/apt.conf.5.xml: document Acquire::EnableSrvRecods | Michael Vogt | 2015-08-21 | 1 | -0/+9 |
* | postinst: Correctly pass --home instead of -home, and fixup old user | Julian Andres Klode | 2015-08-20 | 1 | -1/+6 |
* | Re-indent GetCandidateVerNew() and make ConsiderFiles argument explicit | Julian Andres Klode | 2015-08-20 | 1 | -7/+7 |
* | Merge remote-tracking branch 'mvo/feature/srv-records' into debian/experimental | Michael Vogt | 2015-08-20 | 8 | -14/+353 |
|\ |
|
| * | Add basic (non weight adjusted) shuffling for SrvRecords selection | Michael Vogt | 2015-08-20 | 4 | -5/+97 |
| * | apt-pkg/contrib/srvrec.cc: res_query() should not generate a _error->Warning() | Michael Vogt | 2015-08-18 | 1 | -0/+2 |
| * | cleanup | Michael Vogt | 2015-08-18 | 4 | -19/+20 |
| * | Merge remote-tracking branch 'upstream/debian/experimental' into feature/srv-... | Michael Vogt | 2015-08-18 | 368 | -13251/+17360 |
| |\ |
|
| * \ | Merge branch 'debian/experimental' into feature/srv-records | Michael Vogt | 2015-08-18 | 475 | -85638/+107322 |
| |\ \ |
|
| * | | | WIP start randomizing | Michael Vogt | 2014-05-23 | 2 | -2/+34 |
| * | | | when using srv records, use the next server if one fails to connect | Michael Vogt | 2014-05-23 | 2 | -18/+41 |
| * | | | WIP make connect use GetSrvRecords | Michael Vogt | 2014-05-22 | 4 | -4/+37 |
| * | | | add sorting by priority | Michael Vogt | 2014-05-20 | 2 | -2/+10 |
| * | | | add GetSrvRecord helper to apt-pkg/contrib/srvrec.{cc,h} | Michael Vogt | 2014-05-20 | 4 | -1/+149 |
* | | | | Support tabs in sources.list files | Julian Andres Klode | 2015-08-19 | 2 | -1/+7 |
* | | | | Add support for "apt-cache showsrc --only-source srcpkgname" | Michael Vogt | 2015-08-18 | 5 | -5/+48 |
* | | | | Provide "apt-get full-upgrade" to match "apt full-upgrade" | Michael Vogt | 2015-08-18 | 1 | -0/+1 |
| |_|/
|/| | |
|
* | | | releasing package apt version 1.1~exp9 | Michael Vogt | 2015-08-18 | 2 | -1/+283 |
* | | | Do not fail if building test/ fails (issues with parallel builds) | Michael Vogt | 2015-08-18 | 1 | -1/+2 |
* | | | Fix the test suite harder | Julian Andres Klode | 2015-08-17 | 1 | -3/+3 |
* | | | Fix the test suite again | Julian Andres Klode | 2015-08-17 | 32 | -118/+118 |
* | | | Re-add support for G++ 4.8 and configure travis to use it | Julian Andres Klode | 2015-08-17 | 5 | -8/+10 |
* | | | Really fix all iwyu issues | Michael Vogt | 2015-08-17 | 1 | -0/+1 |
* | | | debian/NEWS: Mention new pinning algorithm added in 2.0~exp1 | Julian Andres Klode | 2015-08-17 | 1 | -0/+12 |
* | | | Fix all the wrong removals of includes that iwyu got wrong | Michael Vogt | 2015-08-17 | 10 | -0/+16 |
* | | | Cleanup includes after running iwyu | Michael Vogt | 2015-08-17 | 28 | -70/+3 |
* | | | Do not crash in 'apt show' for non-installed packages | Julian Andres Klode | 2015-08-17 | 1 | -1/+1 |
* | | | Replace "extra" in "the following extra packages [...]" by "additional" | Julian Andres Klode | 2015-08-16 | 1 | -1/+1 |
* | | | Make pkgCache::Priority() static, it does not need the instance | Julian Andres Klode | 2015-08-16 | 1 | -1/+1 |
* | | | install: If package already is the newest version, display version | Julian Andres Klode | 2015-08-16 | 1 | -2/+3 |
* | | | Use terminfo's typical save_cursor/restore_cursor sequences | James McCoy | 2015-08-16 | 1 | -4/+4 |
* | | | Show full package records in apt-cache search -f | Kusanagi Kouichi | 2015-08-16 | 1 | -7/+4 |
* | | | When looking if Provides match, OR them with the normal patches | Julian Andres Klode | 2015-08-16 | 1 | -1/+1 |
* | | | Document the general effect of the comma operator | Julian Andres Klode | 2015-08-15 | 1 | -0/+5 |
* | | | Add GetPriority(VerIterator) to pkgDepCache::Policy | Julian Andres Klode | 2015-08-15 | 4 | -3/+6 |
* | | | cachefile.cc: Do not ignore return value of pkgDepCache::Init() | Julian Andres Klode | 2015-08-15 | 1 | -2/+1 |
* | | | update: Check if the cache could be opened, don't just assume it | Julian Andres Klode | 2015-08-15 | 1 | -1/+2 |
* | | | doc/files.dbk: Improve documentation for {src,}pkgcache.bin | Julian Andres Klode | 2015-08-14 | 1 | -3/+3 |
* | | | apt-get: allow non-root --print-uris build-dep | Julian Andres Klode | 2015-08-14 | 1 | -1/+3 |
* | | | add {contrib,non-free}/{metapackages,oldlibs} to section specialhandling | David Kalnischkies | 2015-08-14 | 1 | -0/+4 |