Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-26 | * apt-pkg/deb/deblistparser.cc: | Julian Andres Klode | |
- Handle architecture wildcards (Closes: #547724). | |||
2010-06-26 | always mark the all package if a pseudo package is marked for install | David Kalnischkies | |
2010-06-26 | give the APT::Cache::Generate option her effect back | David Kalnischkies | |
2010-06-26 | do not override the user set quiet setting even if the target is not a tty | David Kalnischkies | |
2010-06-26 | make the MMap Grow Error a fatal one as while in theory the code should | David Kalnischkies | |
never segfault it still tend to do it so better show it directly | |||
2010-06-26 | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies | |
- show notice about ignored file instead of being always silent - add a Dir::Ignore-Files-Silently list option to control the notice * | |||
2010-06-26 | - use the new MatchAgainstConfig for the DefaultRootSetFunc | David Kalnischkies | |
* apt-pkg/contrib/configuration.{cc,h}: - add a wrapper to match strings against configurable regex patterns | |||
2010-06-26 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | |
- show a deprecation notice for APT::Acquire::Translation | |||
2010-06-25 | print all messages if the application is in an interactive run | David Kalnischkies | |
2010-06-25 | add a simple stack handling to be able to delay error handling | David Kalnischkies | |
2010-06-25 | * apt-pkg/contrib/error.{cc,h}: | David Kalnischkies | |
- complete rewrite but use the same API - add NOTICE and DEBUG as new types of a message | |||
2010-06-24 | test-indexes.sh: EXFAIL: file:/ URIs currently decompress even with the ↵ | martin@piware.de | |
GzipIndexes option; not a big deal for now | |||
2010-06-24 | apt-pkg/acquire-item.cc: Fix handling of local (file:/) sources | martin@piware.de | |
2010-06-24 | test-indexes.sh: Test handling of local file:// archives | martin@piware.de | |
2010-06-24 | Switch FileFd to not transparently gunzip, since that breaks code which ↵ | martin@piware.de | |
expects the compressed contents to stay (such as the copy backend, or when using file:// repositories. Instead, introduce a new ReadOnlyGzip mode and use that where needed | |||
2010-06-24 | methods/ftp.h: Handle different logins are on the same server (Closes: #586904). | Julian Andres Klode | |
2010-06-22 | Use an abstract helper for error handling and output | David Kalnischkies | |
instead of doing this directly in the CacheSets. With this method an application like apt-get can change the behavior of the CacheSets to his liking. It can for example easily keep track of how packages were added to the set: by names or with regex's… | |||
2010-06-21 | debian/changelog: it is an ABI break after all | martin@piware.de | |
2010-06-19 | * cmdline/apt-get.cc: | David Kalnischkies | |
- use the cachsets in the install commands | |||
2010-06-19 | get packages by task^ with FromTask() | David Kalnischkies | |
2010-06-19 | fix the gcc warning about the initialisation order of variables caused | David Kalnischkies | |
by moving Policy to public again (and therefore after SrcList) | |||
2010-06-17 | test-indexes.sh: quiesce apt-get source; we know that we cannot verify ↵ | martin@piware.de | |
package signatures | |||
2010-06-17 | test-indexes.sh: Also test compressed index mode with apt.conf.d file | martin@piware.de | |
2010-06-17 | test-indexes.sh: Just for paranoia, test that apt-cache is still working ↵ | martin@piware.de | |
after apt-get update with previously existing indexes | |||
2010-06-17 | pkgAcqIndex::Done(): If we have an IMS-Hit, also rename the destination file ↵ | martin@piware.de | |
in GzipIndexes mode, to avoid it being cleaned | |||
2010-06-17 | test-indexes.sh: fix check_indexes call in compressed mode | martin@piware.de | |
2010-06-17 | test-indexes.sh: Actually test for non/pre-existing indexes in compressed mode | martin@piware.de | |
2010-06-17 | test-indexes: Use /etc/apt from temporary work dir, not from system | martin@piware.de | |
2010-06-17 | test-indexes.sh: Refactor common code into functions | martin@piware.de | |
2010-06-17 | test-indexes.sh: More verbose failures on wrong/missing indexes | martin@piware.de | |
2010-06-16 | * apt-pkg/depcache.cc: | David Kalnischkies | |
- SetCandidateVer for all pseudo packages - SetReInstall for the "all" package of a pseudo package | |||
2010-06-16 | add a simple method to VerIterator to check if two Versions are similar | David Kalnischkies | |
2010-06-15 | * cmdline/cacheset.cc: | David Kalnischkies | |
- doesn't include it in the library for now as it is too volatile | |||
2010-06-15 | Add a GroupedFromCommandLine for the VersionSet similar to the | David Kalnischkies | |
one for PackageSet and refactor the existing VersionSet methods to simplify that. | |||
2010-06-15 | test/test-indexes.sh: Stop hardcoding archive gpg key ID, get it from first ↵ | martin@piware.de | |
failed apt-get update output | |||
2010-06-11 | apt-pkg/deb/debindexfile.cc: Fix one more place to check for gzipped ↵ | martin@piware.de | |
indexes, to work with apt-get source as well | |||
2010-06-11 | * apt-pkg/acquire-item.cc: | martin@piware.de | |
- Fix return value of pkgAcqFile::Custom600Headers() in the non-index case, to avoid returning NULL and causing crashers in callers. This also fixes a compiler warning. | |||
2010-06-11 | test-indexes.sh: Add source related tests, which uncovers two regressions | martin@piware.de | |
2010-06-11 | changelog: clarify abi break, it's not external | martin@piware.de | |
2010-06-11 | * configure.in: | martin@piware.de | |
- Check for zlib library and headers. | |||
2010-06-11 | * doc/po/apt-doc.pot, doc/po/de.po: | martin@piware.de | |
- German translation of new Acquire::GzipIndexes option. | |||
2010-06-11 | * doc/apt.conf.5.xml: | martin@piware.de | |
- Document the new Acquire::GzipIndexes option. | |||
2010-06-11 | Fix compressed index retrieval for current timestamps | martin@piware.de | |
Fix a thinko in r1973, which did the Acquire::GzipIndexes test ealier than the IMS-Hit test. This led to rename errors. | |||
2010-06-11 | * debian/rules: | martin@piware.de | |
- Make DEB_BUILD_OPTIONS=noopt actually work by passing the right CXXFLAGS. | |||
2010-06-11 | * debian/control: | David Kalnischkies | |
- remove intltool's dependency as it is an ubuntu artefact | |||
2010-06-10 | merge with debian-experimental-ma to get the public policy back | David Kalnischkies | |
2010-06-10 | * apt-pkg/cachefile.h: | Michael Vogt | |
- make pkgPolicy public again, libapt-pkg-perl (and probably others) get unhappy without that | |||
2010-06-10 | * Add test/test-indexes.sh: | martin@piware.de | |
- Test behaviour of index retrieval and usage, in particular with uncompressed and gzip compressed indexes. | |||
2010-06-10 | * apt-pkg/orderlist.cc: | David Kalnischkies | |
- untouched packages are never missing * apt-pkg/packagemanager.cc: - packages that are not touched doesn't need to be unpacked | |||
2010-06-10 | releasing version 0.7.26~exp6 | Michael Vogt | |