Age | Commit message (Expand) | Author | Files | Lines |
2013-03-19 | use FileFd instead of int fds to tidy up the interface a bit | David Kalnischkies | 2 | -62/+53 |
2013-03-18 | * apt-pkg/deb/debindexfile.cc, | David Kalnischkies | 8 | -76/+23 |
2013-03-18 | - add method to open (maybe) clearsigned files transparently | David Kalnischkies | 5 | -63/+135 |
2013-03-18 | rename testcase to mention CVE number, make the code more consistent with | David Kalnischkies | 2 | -80/+61 |
2013-03-18 | test/libapt/tagfile_test.cc: add missing "unistd.h" (thanks to Niels Thykier) | Michael Vogt | 1 | -0/+1 |
2013-03-18 | fix pkgTagSection::Exists() and add test | Michael Vogt | 4 | -4/+75 |
2013-03-18 | test/integration/framework: use EXIT_CODE to be consistent with the run-tests... | Michael Vogt | 1 | -5/+5 |
2013-03-18 | report failures via exit and ensure we don't overflow | Michael Vogt | 2 | -4/+10 |
2013-03-18 | * test/integration/framework: | Michael Vogt | 2 | -2/+12 |
2013-03-17 | * test/libapt/assert.h, test/libapt/run-tests: | Michael Vogt | 3 | -1/+18 |
2013-03-16 | ensure that we fclose/unlink/free in the new gpg-code as soon as possible | David Kalnischkies | 1 | -5/+22 |
2013-03-16 | add testcase and update changelog | Michael Vogt | 2 | -0/+85 |
2013-03-16 | merged from davids bundle | Michael Vogt | 12 | -171/+539 |
2013-03-15 | - if ExecGPGV deals with a clear-signed file it will split this file | David Kalnischkies | 5 | -58/+337 |
2013-03-15 | split out a method to strip whitespaces only on the right side | Michael Vogt | 2 | -1/+8 |
2013-03-15 | * apt-pkg/acquire-item.cc: | David Kalnischkies | 2 | -10/+19 |
2013-03-15 | don't close stdout/stderr if it is also the statusfd | David Kalnischkies | 2 | -10/+12 |
2013-03-15 | * apt-pkg/contrib/gpgv.cc: | David Kalnischkies | 5 | -27/+44 |
2013-03-15 | * apt-pkg/indexcopy.cc: | David Kalnischkies | 7 | -135/+189 |
2013-03-14 | * SECURITY UPDATE: InRelease verification bypass0.9.7.8 | Michael Vogt | 51 | -3988/+4108 |
2013-03-13 | factor version string creation out of NewDepends, so we can easily reuse | David Kalnischkies | 3 | -26/+36 |
2013-03-12 | handle language tags for descriptions are unique strings to be shared | David Kalnischkies | 2 | -1/+2 |
2013-03-12 | * apt-pkg/pkgcachegen.cc: | David Kalnischkies | 2 | -29/+35 |
2013-03-10 | various simple changes to fix cppcheck warnings | David Kalnischkies | 18 | -58/+55 |
2013-03-01 | releasing version 0.9.7.8~exp2 | Michael Vogt | 1 | -2/+2 |
2013-03-01 | merged lp:~mvo/apt/hash-order | Michael Vogt | 3 | -2/+4 |
2013-03-01 | include two missing patches to really fix bug #696225, thanks to | Michael Vogt | 5 | -1/+38 |
2013-03-01 | releasing version 0.9.7.8~exp1 | Michael Vogt | 1 | -2/+2 |
2013-03-01 | merged lp:~donkult/apt/sid | Michael Vogt | 3 | -0/+140 |
2013-03-01 | add changelog | Michael Vogt | 1 | -0/+3 |
2013-03-01 | add changelog | Michael Vogt | 1 | -0/+1 |
2013-02-24 | * apt-pkg/depcache.cc: | David Kalnischkies | 3 | -0/+140 |
2013-02-05 | Japanese (Kenshi Muto). Closes: #699783 | bubulle@debian.org | 2 | -6/+9 |
2013-02-01 | add a integration test for bug 1078697 | Michael Vogt | 1 | -0/+35 |
2013-01-31 | merge patch apt_0.9.7.7ubuntu2~md1.debdiff, thanks to Marc Deslauriers | Michael Vogt | 3 | -13/+47 |
2013-01-24 | * apt-pkg/indexrecords.cc: | Michael Vogt | 2 | -2/+5 |
2013-01-24 | quote plus in filenames to work around a bug in the S3 server | Michael Vogt | 2 | -1/+7 |
2013-01-14 | ensure sha512 is really used when available (thanks to Tyler Hicks ) | Michael Vogt | 2 | -2/+2 |
2013-01-11 | * methods/http.cc: | Michael Vogt | 2 | -1/+6 |
2013-01-10 | merged train fixes | Michael Vogt | 1 | -1/+1 |
2013-01-10 | instead of cut, use % 32767 | Michael Vogt | 1 | -1/+1 |
2013-01-09 | add missing curl_easy_cleanup() | Michael Vogt | 2 | -0/+6 |
2013-01-09 | * methods/https.cc: | Michael Vogt | 2 | -2/+5 |
2013-01-09 | merge train fixes | Michael Vogt | 4 | -4/+13 |
2013-01-09 | fix missing translated apt.8 manpages, thanks to Helge Kreutzmann | Michael Vogt | 3 | -1/+5 |
2013-01-09 | * debian/apt.cron.daily: | Michael Vogt | 2 | -1/+5 |
2013-01-09 | * apt-pkg/contrib/progress.cc: | Michael Vogt | 2 | -2/+7 |
2013-01-08 | add missing translated apt.8 manpages, thanks to Helge Kreutzmann. | Michael Vogt | 2 | -1/+3 |
2013-01-08 | doc/po/it.po: fix small XML errors | Michael Vogt | 1 | -2/+2 |
2013-01-08 | fix pkgProblemResolver::Scores, thanks to Paul Wise. | Michael Vogt | 3 | -14/+22 |