summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-26releasing version 0.8.16~exp5ubuntu12Michael Vogt
2011-09-26* apt-pkg/deb/deblistparser.cc:Michael Vogt
- fix crash when the dynamic mmap needs to be grown in LoadReleaseInfo (LP: #854090)
2011-09-22releasing version 0.8.16~exp5ubuntu11Michael Vogt
2011-09-22merge disable apt-key net-updateMichael Vogt
2011-09-22cherry pick from lp:~mvo/apt/mvoMichael Vogt
2011-09-20* methods/https.cc:Michael Vogt
- cleanup broken downloads properly (just like http)
2011-09-16releasing version 0.8.16~exp5ubuntu9Michael Vogt
2011-09-16cherry pick r2162.1.7 and r2162.1.8 from the debian-sid branchMichael Vogt
2011-09-16cherry pick 2162.1.2 from the debian-sid branchMichael Vogt
2011-09-16* apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc:Michael Vogt
- fix fetching language information by adding OptionalSubIndexTarget
2011-09-13releasing version 0.8.16~exp5ubuntu8Michael Vogt
2011-09-13* cherry pick r2165 from lp:~donkult/apt/sid:Michael Vogt
* cmdline/apt-get.cc: - output list of virtual package providers to c1out in -q=1 instead of /dev/null to unbreak sbuild (LP: #816155)
2011-09-13* cherry pick r1825 from lp:~mvo/apt/mvo:Michael Vogt
* apt-pkg/contrib/configuration.cc: - fix double delete (LP: #848907) - ignore only the invalid regexp instead of all options
2011-09-13releasing version 0.8.16~exp5ubuntu7Michael Vogt
2011-09-13* cherry pick revision 2173 from lp:~donkult/apt/sidMichael Vogt
- M-A:same lockstep unpack should operate on installed packages first (LP: #835625)
2011-08-17releasing version 0.8.16~exp5ubuntu6Michael Vogt
2011-08-17merged lp:~donkult/apt/sidMichael Vogt
2011-08-17merge with the final changelog from debian-sidDavid 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-17merge the tests for configuration into another libapt-testDavid Kalnischkies
2011-08-15support yet another webserver in the integration tests: gatlingDavid Kalnischkies
2011-08-15write a proper testcase replacing the print-only uri.cc testDavid Kalnischkies
2011-08-15merged from the debian-sid branchMichael Vogt
2011-08-15releasing version 0.8.15.60.8.15.6Michael Vogt
2011-08-15merged fixes from lp:~mvo/apt/mvoMichael Vogt
2011-08-12lots of cppcheck fixesMichael Vogt
2011-08-12cherry pick test/integration/Packages-hashsum-verification addition from ↵Michael Vogt
lp:~mvo/apt/mvo
2011-08-11follow the recommendation of cppcheck to make some method methods (scnr)David Kalnischkies
const and initial mostly Debug member values in the constructors
2011-08-11rename the parameter name of MarkDelete from Purge to MarkPurge toDavid 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-11fix a few more cppcheck performance and scope warningsDavid Kalnischkies
2011-08-11cppcheck complains about some possible speed improvements which could beDavid 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-11fix some cppcheck: (warning) Member variable is not initialized in the ↵David Kalnischkies
constructor.
2011-08-11cppcheck is right that the check for preventing null deference of QueryDavid 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-11merged lp:~jr/ubuntu/oneiric/apt/bzr-get-rename, thanks toMichael Vogt
Jonathan Riddell
2011-08-11releasing version 0.8.16~exp5ubuntu5Michael 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-10manually merge Adam Conrads uploadMichael Vogt
2011-08-10* debian/control:Michael Vogt
- fix VCS location
2011-08-09releasing version 0.8.16~exp5ubuntu3Michael Vogt
2011-08-09* apt-pkg/acquire.cc:Michael Vogt
- fix potential divide-by-zero
2011-08-09releasing version 0.8.16~exp5ubuntu2Michael 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-08fix crash when P.Arch() was used but the cache got remappedMichael Vogt
2011-08-08apt-pkg/acquire-item.cc: add more debug outputMichael Vogt
2011-08-08apt-pkg/pkgcachegen.cc: fix incorrect test for modification timeMichael Vogt
2011-08-08merged from ubuntu-plus-debian-experimentalMichael 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-01merged from the debian-sid branchMichael Vogt