summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-19use FileFd instead of int fds to tidy up the interface a bitDavid Kalnischkies2-62/+53
2013-03-18* apt-pkg/deb/debindexfile.cc,David Kalnischkies8-76/+23
2013-03-18 - add method to open (maybe) clearsigned files transparentlyDavid Kalnischkies5-63/+135
2013-03-18rename testcase to mention CVE number, make the code more consistent withDavid Kalnischkies2-80/+61
2013-03-18test/libapt/tagfile_test.cc: add missing "unistd.h" (thanks to Niels Thykier)Michael Vogt1-0/+1
2013-03-18fix pkgTagSection::Exists() and add testMichael Vogt4-4/+75
2013-03-18test/integration/framework: use EXIT_CODE to be consistent with the run-tests...Michael Vogt1-5/+5
2013-03-18report failures via exit and ensure we don't overflowMichael Vogt2-4/+10
2013-03-18* test/integration/framework:Michael Vogt2-2/+12
2013-03-17* test/libapt/assert.h, test/libapt/run-tests:Michael Vogt3-1/+18
2013-03-16ensure that we fclose/unlink/free in the new gpg-code as soon as possibleDavid Kalnischkies1-5/+22
2013-03-16add testcase and update changelogMichael Vogt2-0/+85
2013-03-16merged from davids bundleMichael Vogt12-171/+539
2013-03-15 - if ExecGPGV deals with a clear-signed file it will split this fileDavid Kalnischkies5-58/+337
2013-03-15split out a method to strip whitespaces only on the right sideMichael Vogt2-1/+8
2013-03-15* apt-pkg/acquire-item.cc:David Kalnischkies2-10/+19
2013-03-15don't close stdout/stderr if it is also the statusfdDavid Kalnischkies2-10/+12
2013-03-15* apt-pkg/contrib/gpgv.cc:David Kalnischkies5-27/+44
2013-03-15* apt-pkg/indexcopy.cc:David Kalnischkies7-135/+189
2013-03-14* SECURITY UPDATE: InRelease verification bypass0.9.7.8Michael Vogt51-3988/+4108
2013-03-13factor version string creation out of NewDepends, so we can easily reuseDavid Kalnischkies3-26/+36
2013-03-12handle language tags for descriptions are unique strings to be sharedDavid Kalnischkies2-1/+2
2013-03-12* apt-pkg/pkgcachegen.cc:David Kalnischkies2-29/+35
2013-03-10various simple changes to fix cppcheck warningsDavid Kalnischkies18-58/+55
2013-03-01releasing version 0.9.7.8~exp2Michael Vogt1-2/+2
2013-03-01merged lp:~mvo/apt/hash-orderMichael Vogt3-2/+4
2013-03-01include two missing patches to really fix bug #696225, thanks toMichael Vogt5-1/+38
2013-03-01releasing version 0.9.7.8~exp1Michael Vogt1-2/+2
2013-03-01merged lp:~donkult/apt/sidMichael Vogt3-0/+140
2013-03-01add changelogMichael Vogt1-0/+3
2013-03-01add changelogMichael Vogt1-0/+1
2013-02-24* apt-pkg/depcache.cc:David Kalnischkies3-0/+140
2013-02-05Japanese (Kenshi Muto). Closes: #699783bubulle@debian.org2-6/+9
2013-02-01add a integration test for bug 1078697Michael Vogt1-0/+35
2013-01-31merge patch apt_0.9.7.7ubuntu2~md1.debdiff, thanks to Marc DeslauriersMichael Vogt3-13/+47
2013-01-24* apt-pkg/indexrecords.cc:Michael Vogt2-2/+5
2013-01-24quote plus in filenames to work around a bug in the S3 serverMichael Vogt2-1/+7
2013-01-14ensure sha512 is really used when available (thanks to Tyler Hicks )Michael Vogt2-2/+2
2013-01-11* methods/http.cc:Michael Vogt2-1/+6
2013-01-10merged train fixesMichael Vogt1-1/+1
2013-01-10instead of cut, use % 32767Michael Vogt1-1/+1
2013-01-09add missing curl_easy_cleanup()Michael Vogt2-0/+6
2013-01-09* methods/https.cc:Michael Vogt2-2/+5
2013-01-09merge train fixesMichael Vogt4-4/+13
2013-01-09fix missing translated apt.8 manpages, thanks to Helge KreutzmannMichael Vogt3-1/+5
2013-01-09* debian/apt.cron.daily:Michael Vogt2-1/+5
2013-01-09* apt-pkg/contrib/progress.cc:Michael Vogt2-2/+7
2013-01-08add missing translated apt.8 manpages, thanks to Helge Kreutzmann.Michael Vogt2-1/+3
2013-01-08doc/po/it.po: fix small XML errorsMichael Vogt1-2/+2
2013-01-08fix pkgProblemResolver::Scores, thanks to Paul Wise. Michael Vogt3-14/+22