Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-18 | * merged lp:~mvo/apt/mvo, this brings two new commands: | Michael Vogt | |
- apt-get download binary-pkgname to download a deb - apt-get changelog binary-pkgname to display the changelog | |||
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 | debian/changelog: post-merge increment | Michael Vogt | |
2010-11-18 | releasing version 0.8.90.8.9 | Michael Vogt | |
2010-11-18 | merged from debian-sid | 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 | releasing version 0.8.8ubuntu3 | Martin Pitt | |
2010-11-15 | apt-pkg/aptconfiguration.cc: Have Acquire::CompressionTypes::Order default | Martin Pitt | |
to preferring "gz", so that compressed indexes will actually work. | |||
2010-11-15 | initial apt-get changelog implementation, not quite ready yet (need to get ↵ | Michael Vogt | |
rid of tmpnam | |||
2010-11-15 | apt-pkg/acquire-item.cc: Set Acquire::GzipIndexes to "true" by default, to | Martin Pitt | |
store compressed indexes. This feature is now mature enough for general consumption. Update doc/apt.conf.5.xml accordingly. | |||
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-15 | * cmdline/apt-changelog: Read server name from configuration | Martin Pitt | |
APT::Changelog::Server instead of hardcoding it. This allows local users to point to a local changelog mirror, or make this script work for Debian. * Add debian/apt.conf.changelog: Configuration for apt-changelog with the server for Ubuntu (changelogs.ubuntu.com). Install it in debian/rules. * doc/apt-changelog.1.xml: Document the new option. | |||
2010-11-13 | Slovenian update by Andrej Žnidaršič and Rosetta Slovenian team | bubulle@debian.org | |
2010-11-12 | cmdline/apt-changelog: Filter out multiple results for a source package, | Martin Pitt | |
just take the latest one. | |||
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-09 | releasing version 0.8.8ubuntu2 | Martin Pitt | |
2010-11-09 | * Add cmdline/apt-changelog: Script to fetch package changelog from | Martin Pitt | |
changelogs.ubuntu.com. Install it in cmdline/makefile and debian/rules. * Add doc/apt-changelog.1.xml, and install it in debian/rules. | |||
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 | |||
2010-11-06 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | |
- respect the none-force even in LANG=C (Closes: #602573) | |||
2010-10-30 | Drop useless untranslatable sections from apt.8 | bubulle@debian.org | |
2010-10-30 | Fix "typos" in French manpages translations. Thanks to | bubulle@debian.org | |
Cyril Brulebois for bashing me. | |||
2010-10-29 | merged from debian | Michael Vogt | |
2010-10-28 | * apt-pkg/deb/dpkgpm.cc:0.8.8 | Michael Vogt | |
- ensure that history.log gets closed to avoid leaking a FD (closes: #601649) | |||
2010-10-28 | merged from donkult | Michael Vogt | |