Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-27 | apt-pkg/deb/dpkgpm.cc: fix format string warning | Michael Vogt | |
2011-01-25 | po/es.po: Updated, plus fixes encoding issues and fixes two fuzzy | Michael Vogt | |
strings, thanks to Javier Fernandez-Sanguino (closes: #610692) | |||
2011-01-25 | * ftparchive/apt-ftparchive.cc: | Michael Vogt | |
- fix endless loop for multiple TranslationsWriters | |||
2011-01-12 | * apt-pkg/contrib/weakptr.h: | Michael Vogt | |
- fix compile error with g++ 4.6 | |||
2010-11-25 | merged lp:~pitti/apt/compressed-indexes | Michael Vogt | |
2010-11-22 | * methods/http.cc: | Michael Vogt | |
- do not hang if Acquire::http::ProxyAutoDetect can not be executed or returns no data (LP: #654393) | |||
2010-11-18 | merged from apt-get-download | Michael Vogt | |
2010-11-18 | cmdline/apt-get.cc: download it all in one go | Michael Vogt | |
2010-11-18 | merged from apt-get-changelog | Michael Vogt | |
2010-11-18 | cmdline/apt-get.cc: remove srcpkg | Michael Vogt | |
2010-11-18 | cmdline/apt-get.cc: use source version instead of binary version | Michael Vogt | |
2010-11-18 | cmdline/apt-get.cc: add download/changelog to usage | Michael Vogt | |
2010-11-18 | merged from apt-get-download | Michael Vogt | |
2010-11-18 | doc/apt-get.8.xml: document download | Michael Vogt | |
2010-11-18 | merged from apt-get-changelog | Michael Vogt | |
2010-11-18 | doc/apt-get.8.xml: document based on the work from Martin Pitt (thanks!) | Michael Vogt | |
2010-11-18 | merged from the apt-get-changelog branch | Michael Vogt | |
2010-11-18 | refactor/simplify changelog fetching code | Michael Vogt | |
2010-11-18 | cmdline/apt-get.cc: simplify changelog uri generation | Michael Vogt | |
2010-11-18 | cmdline/apt-get.cc: fix typo | Michael Vogt | |
2010-11-18 | merged lp:~mvo/apt/apt-get-changelog | Michael Vogt | |
2010-11-18 | move DoDownload up to workaround merge conflict with the changelog branch | Michael Vogt | |
2010-11-18 | merged lp:~mvo/apt/apt-get-download | Michael Vogt | |
2010-11-18 | merged from debian-sid | Michael Vogt | |
2010-11-18 | releasing version 0.8.90.8.9 | Michael Vogt | |
2010-11-18 | * cmdline/acqprogress.cc: | Michael Vogt | |
- don't ask the user for media change if quiet >= 2, stdout is not a tty and assume-yes, force-yes or trivial-only option is set to avoid cpu eating endless loops in unattended runs like apt.cron (Closes: #602354, LP: #665580) | |||
2010-11-16 | cmdline/apt-get.cc: improve changelog description | Michael Vogt | |
2010-11-16 | add support for third party changelogs | Michael Vogt | |
2010-11-15 | ! German update by Holger Wansing. Closes: #603619 | bubulle@debian.org | |
2010-11-15 | cmdline/apt-get.cc: and add size as well | Michael Vogt | |
2010-11-15 | cmdline/apt-get.cc: add hash to the downloader | Michael Vogt | |
2010-11-15 | cmdline/apt-get.cc: add download commandlien option | Michael Vogt | |
2010-11-15 | doc/examples/configure-index: updated to include apt::changelogs::server | Michael Vogt | |
2010-11-15 | test/integration/framework: set methods dir | Michael Vogt | |
2010-11-15 | test/integration/test-changelog: add regression test for changelog downloader | Michael Vogt | |
2010-11-15 | cmdline/apt-get.cc: create the mkdtemp dir in /tmp | Michael Vogt | |
2010-11-15 | cmdline/apt-get.cc: move Setup a level higher | Michael Vogt | |
2010-11-15 | cmdline/apt-get.cc make only the server configurable, but not the format ↵ | Michael Vogt | |
string (attack vector?) | |||
2010-11-15 | support Apt::Changelog::Server, code cleanup | Michael Vogt | |
2010-11-15 | use mkdtemp() instead of tempnam, free mkdtemp() data afterwards, return ↵ | Michael Vogt | |
true in DoChangelog handler | |||
2010-11-15 | initial apt-get changelog implementation, not quite ready yet (need to get ↵ | Michael Vogt | |
rid of tmpnam | |||
2010-11-15 | * test/integration/test-compressed-indexes, test/test-indexes.sh: | Martin Pitt | |
- Explicitly disable compressed indexes at the start. This ensures that we will actually test uncompressed indexes regardless of the internal default value of Acquire::GzipIndexes. | |||
2010-11-15 | merged from debian | Michael Vogt | |
2010-11-13 | Slovenian update by Andrej Žnidaršič and Rosetta Slovenian team | bubulle@debian.org | |
2010-11-11 | * cmdline/acqprogress.cc: | David Kalnischkies | |
- don't ask the user for media change if quiet >= 2, stdout is not a tty and assume-yes, force-yes or trivial-only option is set to avoid cpu eating endless loops in unattended runs like apt.cron (Closes: #602354, LP: #665580) | |||
2010-11-10 | merged from donkult | Michael Vogt | |
2010-11-10 | * apt-pkg/depcache.cc: | David Kalnischkies | |
- don't install previously not installed providers in a try to statisfy a "Breaks: provides" dependency by upgrade | |||
2010-11-10 | * apt-pkg/algorithms.cc: | David Kalnischkies | |
- if the package was explicitly marked as ToRemove don't consider it as a candidate for FixByInstall | |||
2010-11-09 | evaluate Acquire::Languages= before LANG= (Closes: #602573) | David Kalnischkies | |
2010-11-06 | * apt-pkg/orderlist.cc: | David Kalnischkies | |
- try fixing before removing even if the fix is hidden in a provides, hidden in the #590438 testcase |