Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-18 | Merge remote-tracking branch 'mvo/feature/update-by-hash' into ↵ | Michael Vogt | |
debian/experimental | |||
2014-06-18 | Merge remote-tracking branch 'mvo/feature/hash-stats' into debian/experimental | Michael Vogt | |
Conflicts: apt-pkg/acquire-item.cc apt-pkg/acquire-item.h apt-pkg/deb/debmetaindex.h apt-pkg/pkgcache.cc test/integration/test-apt-ftparchive-src-cachedb | |||
2014-06-18 | Provide ShowHashTableStats function | Michael Vogt | |
2014-06-18 | [API-Break] rename pkgCache::Package::NextPackage to pkgCache::Package::Next | Michael Vogt | |
This is a internal struct not a external interface so the actual breakage should be small. | |||
2014-06-18 | improve formating of the hash stats | Michael Vogt | |
2014-06-18 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt | |
Conflicts: debian/changelog | |||
2014-06-18 | Merge remote-tracking branch 'mvo/debian/sid' into debian/sid | Michael Vogt | |
2014-06-17 | Updated translation of german documentation | Chris Leick | |
2014-06-17 | Check for gtest's header before building. | Michele Orrù | |
Add AC_CHECK_HEADER directive for gtest, and report a fatal error message if not found. | |||
2014-06-12 | test/integration/test-essential-force-loopbreak: fix on non-amd64 systems | Michael Vogt | |
2014-06-11 | fix test-apt-ftparchive-cachedb-lp1274466 and apt-internal-solver tests | Michael Vogt | |
2014-06-11 | fix autopkgtest tests | Michael Vogt | |
2014-06-10 | really release 1.0.41.0.4 | Michael Vogt | |
2014-06-10 | release 1.0.4 | Michael Vogt | |
2014-06-10 | apt-private/private-output.cc: fix cppcheck output | Michael Vogt | |
2014-06-10 | fix test/integration/test-apt-ftparchive-cachedb-lp1274466 in travis | Michael Vogt | |
2014-06-10 | use pkgSrcRecords::Step() instead of Next() | Michael Vogt | |
2014-06-10 | prepare 1.0.4 upload | Michael Vogt | |
2014-06-10 | Merge remote-tracking branch 'mvo/feature/apt-update-info' into debian/sid | Michael Vogt | |
2014-06-10 | Merge remote-tracking branch ↵ | Michael Vogt | |
'mvo/bugfix/apt-get-source-unauthenticated-warning' into debian/sid | |||
2014-06-10 | Merge remote-tracking branch 'mvo/bugfix/lp1274466-cache' into debian/sid | Michael Vogt | |
2014-06-10 | Merge remote-tracking branch 'mvo/feature/srcrec-enum2' into debian/sid | Michael Vogt | |
2014-06-10 | support Acquire::GzipIndexes in dumpavail | David Kalnischkies | |
Closes: 742835 | |||
2014-06-09 | separate implementation from declaration of TryTo{Install,Remove} | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-06-09 | add pkgSrcRecords::Next() to step through all the pkgSrcRecords | Michael Vogt | |
2014-06-07 | do not revert candidate for protected packages | David Kalnischkies | |
In commit 21b3eac8 I promoted the check for installable dependencies to a pre-install check, which also reverts to a known good candidate (the installed version) if it fails. This revert was done even for user requested candidate switches which disabled our Broken detection so that install requests which are impossible to satisfy do not fail anymore, but print an (incomplete) solution proposal and then exit successfully. Closes: 745046 | |||
2014-06-07 | Italian program translation update | Milo Casagrande | |
Closes: 750009 | |||
2014-06-06 | cmdline/apt-helper.cc: use less generic description/short-description | Michael Vogt | |
2014-06-04 | Add compat mode for old (32bit FileSize) CacheDB (LP: #1274466) | Michael Vogt | |
2014-06-02 | Show unauthenticated warning for source packages as well | Michael Vogt | |
This will show the same unauthenticated warning for source packages as for binary packages and will not download a source package if it is unauthenticated. This can be overridden with --allow-unauthenticated Closes: #749795 | |||
2014-05-30 | use 'native' instead of 'amd64' as pkg arch | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-05-30 | update symbols files | David Kalnischkies | |
Git-Dch: ignore | |||
2014-05-30 | show current/total testcase statistic also in concise mode | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-05-30 | support parsing EDSP requests Architecture{,s} stanza | David Kalnischkies | |
Adds also a small testcase for EDSP Git-Dch: Ignore | |||
2014-05-30 | without a filename we can't stat pipes | David Kalnischkies | |
EDSP code uses pipes opened via an FD as sources and later for those files modification times and filesize are read - but never really used again. The result we get from FileFd is probably wrong, but as we don't use it anyway, we just don't fallback if we have nothing to fallback to Git-Dch: Ignore | |||
2014-05-30 | print error stack on failure of 'apt' solver | David Kalnischkies | |
Git-Dch: ignore | |||
2014-05-30 | check exit status of external solvers | David Kalnischkies | |
Solvers are supposed to exit successfully even if they haven't found a solution, but a solver which fails drastically (like e.g. segfaults) should be detected and dealt with accordingly instead of ignored. | |||
2014-05-30 | if Resolver fails, do not continue even if not broken | David Kalnischkies | |
This can happen if the request is already a well-formed request all by itself (e.g. the package has no dependencies), but the resolver found a reason to not accept it as solution. Our edsp 'dump' solver e.g. shouldn't be able to trigger install, which it does otherwise. | |||
2014-05-30 | Merge EDSP 0.5 w/ multi-arch support for external solvers | David Kalnischkies | |
"I am going to merge it tomorrow…" | |||
2014-05-29 | Merge remote-tracking branch 'mvo/debian/sid' into debian/sid | Michael Vogt | |
2014-05-29 | Fix more warnings from clang | Michael Vogt | |
Reported-By: clang++ -Werror Conflicts: apt-pkg/acquire-item.cc apt-pkg/acquire-item.h apt-pkg/deb/debmetaindex.h | |||
2014-05-29 | cmdline/apt-extracttemplates.cc: remove unused private var | Michael Vogt | |
Reported-By: clang -Wall | |||
2014-05-29 | Merge remote-tracking branch 'upstream/debian/sid' into debian/experimental | Michael Vogt | |
Conflicts: test/integration/test-bug-747261-arch-specific-conflicts | |||
2014-05-29 | (try to) fix travis-ci build failures | David Kalnischkies | |
dpkg on Ubuntu 12.04 does not seem to support parsing arch-specific dependencies, so we try to detect if we face such a dpkg in the test. In the other test the order depends on libdb, which changes per arch, so we just run it through our sorting binary and be happy (hopefully). Git-Dch: Ignore | |||
2014-05-29 | increase Pkg/Grp hash table size from 2k to 64k | Michael Vogt | |
2014-05-29 | add hashtable stats | Michael Vogt | |
2014-05-28 | cmdline/apt-extracttemplates.cc: remove unused private var | Michael Vogt | |
Reported-By: clang -Wall | |||
2014-05-28 | test/integration/test-apt-ftparchive-src-cachedb: make test more robust | Michael Vogt | |
2014-05-28 | Fix more warnings from clang | Michael Vogt | |
Reported-By: clang++ -Werror | |||
2014-05-28 | Fix warning about uninitialized variable | Michael Vogt | |
Reported-By: clang++ -Werror |