Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-13 | * cherry pick revision 2173 from lp:~donkult/apt/sid | Michael Vogt | |
- M-A:same lockstep unpack should operate on installed packages first (LP: #835625) | |||
2011-08-17 | releasing version 0.8.16~exp5ubuntu6 | Michael Vogt | |
2011-08-17 | merged lp:~donkult/apt/sid | Michael Vogt | |
2011-08-17 | merge with the final changelog from debian-sid | David Kalnischkies | |
2011-08-17 | * apt-pkg/packagemanager.cc, apt-pkg/pkgcache.cc: | David Kalnischkies | |
- ignore "self"-conflicts for all architectures of a package instead of just for the architecture of the package locked at in the ordering of installations too (Closes: #802901) | |||
2011-08-17 | merge the tests for configuration into another libapt-test | David Kalnischkies | |
2011-08-15 | support yet another webserver in the integration tests: gatling | David Kalnischkies | |
2011-08-15 | write a proper testcase replacing the print-only uri.cc test | David Kalnischkies | |
2011-08-15 | merged from the debian-sid branch | Michael Vogt | |
2011-08-15 | releasing version 0.8.15.60.8.15.6 | Michael Vogt | |
2011-08-15 | merged fixes from lp:~mvo/apt/mvo | Michael Vogt | |
2011-08-12 | lots of cppcheck fixes | Michael Vogt | |
2011-08-12 | cherry pick test/integration/Packages-hashsum-verification addition from ↵ | Michael Vogt | |
lp:~mvo/apt/mvo | |||
2011-08-11 | follow the recommendation of cppcheck to make some method methods (scnr) | David Kalnischkies | |
const and initial mostly Debug member values in the constructors | |||
2011-08-11 | rename the parameter name of MarkDelete from Purge to MarkPurge to | David Kalnischkies | |
fix a cosmetic warning from cppcheck: [apt-pkg/depcache.h:462] -> [apt-pkg/depcache.h:122]: (style) Variable 'Purge' hides enumerator with same name | |||
2011-08-11 | fix a few more cppcheck performance and scope warnings | David Kalnischkies | |
2011-08-11 | cppcheck complains about some possible speed improvements which could be | David Kalnischkies | |
done on the mirco-optimazation level, so lets fix them: (performance) Possible inefficient checking for emptiness. (performance) Prefer prefix ++/-- operators for non-primitive types. | |||
2011-08-11 | fix some cppcheck: (warning) Member variable is not initialized in the ↵ | David Kalnischkies | |
constructor. | |||
2011-08-11 | cppcheck is right that the check for preventing null deference of Query | David Kalnischkies | |
is redundant in Redirect() as we can't reach the code with null anyway [apt-pkg/acquire-method.cc:433]: (error) Possible null pointer dereference: Queue - otherwise it is redundant to check if Queue is null at line 425 | |||
2011-08-11 | merged lp:~jr/ubuntu/oneiric/apt/bzr-get-rename, thanks to | Michael Vogt | |
Jonathan Riddell | |||
2011-08-11 | releasing version 0.8.16~exp5ubuntu5 | Michael Vogt | |
2011-08-11 | * methods/mirror.cc: | Michael Vogt | |
- include the architecture(s) in the query string as well so that the server can make better decisions | |||
2011-08-10 | manually merge Adam Conrads upload | Michael Vogt | |
2011-08-10 | * debian/control: | Michael Vogt | |
- fix VCS location | |||
2011-08-09 | releasing version 0.8.16~exp5ubuntu3 | Michael Vogt | |
2011-08-09 | * apt-pkg/acquire.cc: | Michael Vogt | |
- fix potential divide-by-zero | |||
2011-08-09 | releasing version 0.8.16~exp5ubuntu2 | Michael Vogt | |
2011-08-08 | * test/integration/test-hashsum-verification: | Michael Vogt | |
- add regression test for hashsum verification * apt-pkg/acquire-item.cc: - if no Release.gpg file is found, still load the hashes for verification (closes: #636314) and add test * apt-pkg/pkgcachegen.cc: - fix incorrect comparision when checking sources.list freshness | |||
2011-08-08 | fix crash when P.Arch() was used but the cache got remapped | Michael Vogt | |
2011-08-08 | apt-pkg/acquire-item.cc: add more debug output | Michael Vogt | |
2011-08-08 | apt-pkg/pkgcachegen.cc: fix incorrect test for modification time | Michael Vogt | |
2011-08-08 | merged from ubuntu-plus-debian-experimental | Michael Vogt | |
2011-08-05 | * test/integration/test-hashsum-verification: | Michael Vogt | |
- add regression test for hashsum verification * apt-pkg/acquire-item.cc: - if no Release.gpg file is found, still load the hashes for verification (closes: #636314) and add test | |||
2011-08-05 | * apt-pkg/acquire-item.cc: | Michael Vogt | |
- if no Release.gpg file is found, still load the hashes for verification (closes: #636314) and add test | |||
2011-08-05 | * test/integration/test-hashsum-verification: | Michael Vogt | |
- add regression test for hashsum verification | |||
2011-08-01 | merged from the debian-sid branch | Michael Vogt | |
2011-08-01 | merged from lp:~mvo/apt/mvo | Michael Vogt | |
2011-08-01 | merged from lp:~mvo/apt/mvo | Michael Vogt | |
2011-08-01 | debian/changelog: prepare new upload | Michael Vogt | |
2011-08-01 | apt-pkg/pkgcachegen.cc: copy Arch to avoid segfault on cache remap | Michael Vogt | |
2011-08-01 | merged from debian-experimental2 | Michael Vogt | |
2011-08-01 | merged from debian-sid | Michael Vogt | |
2011-08-01 | apt-pkg/sourcelist.cc: GetListOfFilesInDir() fails if the dir does not ↵ | Michael Vogt | |
exists, so test before using that | |||
2011-07-29 | merged from debian-experimental2 | Michael Vogt | |
2011-07-29 | apt-pkg/contrib/sha2_internal.h: remove extern "C" to avoid symbol clash ↵ | Michael Vogt | |
with libssl | |||
2011-07-29 | merged from ↵ | Michael Vogt | |
http+urllib://anonscm.debian.org/bzr/bzr/apt/apt/debian-experimental2/ | |||
2011-07-29 | releasing version 0.8.15.4ubuntu2 | Michael Vogt | |
2011-07-29 | test/libapt/hashsums_test.cc: add a test for HashString and VerifyFile | Michael Vogt | |
2011-07-29 | merged from debian-sid | Michael Vogt | |
2011-07-29 | apt-pkg/contrib/sha256.h: use #warning to warn about deprecated header | Michael Vogt | |