Age | Commit message (Expand) | Author |
2010-06-29 | * apt-pkg/contrib/fileutl.cc: | Julian Andres Klode |
2010-06-29 | for install, do all installs first and then the removes and vice versa | David Kalnischkies |
2010-06-29 | debian/control: Set Standards-Version to 3.9.0 | Julian Andres Klode |
2010-06-28 | - factor out code to get a single package FromName() | David Kalnischkies |
2010-06-28 | Also free regular expressions. | Julian Andres Klode |
2010-06-28 | Use _error->Warning() instead of writing to std::cerr. | Julian Andres Klode |
2010-06-28 | Remove debugging stuff, this was not meant to be here. | Julian Andres Klode |
2010-06-28 | Also support regular expressions and glob() patterns in "Pin: version". | Julian Andres Klode |
2010-06-28 | * apt-pkg/versionmatch.cc: | Julian Andres Klode |
2010-06-27 | deblistparser: Special-case *-armel, lpia and powerpcspe architectures. | Julian Andres Klode |
2010-06-26 | apt-pkg/deb/deblistparser.cc: Fix bug in architecture wildcard support. | Julian Andres Klode |
2010-06-26 | - only print errors if all tries to get a package by string failed | David Kalnischkies |
2010-06-26 | debian/changelog: Fix a typo | Julian Andres Klode |
2010-06-26 | * apt-pkg/deb/deblistparser.cc: | Julian Andres Klode |
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 |
2010-06-26 | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies |
2010-06-26 | - use the new MatchAgainstConfig for the DefaultRootSetFunc | David Kalnischkies |
2010-06-26 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies |
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 |
2010-06-24 | test-indexes.sh: EXFAIL: file:/ URIs currently decompress even with the GzipI... | martin@piware.de |
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 expec... | martin@piware.de |
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 |
2010-06-21 | debian/changelog: it is an ABI break after all | martin@piware.de |
2010-06-19 | * cmdline/apt-get.cc: | David Kalnischkies |
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 |
2010-06-17 | test-indexes.sh: quiesce apt-get source; we know that we cannot verify packag... | martin@piware.de |
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 afte... | martin@piware.de |
2010-06-17 | pkgAcqIndex::Done(): If we have an IMS-Hit, also rename the destination file ... | martin@piware.de |
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 |
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 |
2010-06-15 | Add a GroupedFromCommandLine for the VersionSet similar to the | David Kalnischkies |
2010-06-15 | test/test-indexes.sh: Stop hardcoding archive gpg key ID, get it from first f... | martin@piware.de |
2010-06-11 | apt-pkg/deb/debindexfile.cc: Fix one more place to check for gzipped indexes,... | martin@piware.de |
2010-06-11 | * apt-pkg/acquire-item.cc: | martin@piware.de |