Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Complete French translation | bubulle@debian.org | 2013-04-09 | 1 | -3/+3 |
| | |||||
* | Complete translation | bubulle@debian.org | 2013-04-09 | 1 | -97/+196 |
| | |||||
* | Reformat PO file | bubulle@debian.org | 2013-04-09 | 1 | -1/+1 |
| | |||||
* | Fix typo | bubulle@debian.org | 2013-04-09 | 1 | -1/+1 |
| | |||||
* | releasing version 0.9.7.9~exp3 | Michael Vogt | 2013-04-08 | 4 | -5/+5 |
| | |||||
* | po: refresh | Michael Vogt | 2013-04-08 | 43 | -2795/+2795 |
| | |||||
* | merged bundle from david | Michael Vogt | 2013-04-08 | 24 | -165/+248 |
|\ | |||||
| * | share version strings between same versions (of different architectures) | David Kalnischkies | 2013-04-03 | 4 | -15/+42 |
| | | | | | | to save some space and allow quick comparisions later on | ||||
| * | * apt-pkg/cacheiterators.h: | David Kalnischkies | 2013-04-03 | 4 | -19/+26 |
| | | | | | | - provide DepIterator::IsSatisfied as a nicer shorthand for DepCheck | ||||
| * | - sort group and package names in the hashtable on insert | David Kalnischkies | 2013-04-03 | 3 | -16/+34 |
| | | | | | | | | * apt-pkg/pkgcache.cc: - assume sorted hashtable entries for groups/packages | ||||
| * | micro-optimize and enhance readability of ListParser::VersionHash | David Kalnischkies | 2013-04-01 | 1 | -7/+7 |
| | | |||||
| * | equal comparisions are used mostly in same-source relations, | David Kalnischkies | 2013-04-01 | 2 | -6/+16 |
| | | | | | | so use this to try to reuse some version strings | ||||
| * | * apt-pkg/deb/debversion.cc: | David Kalnischkies | 2013-04-01 | 2 | -3/+14 |
| | | | | | | - add a string-equal shortcut for equal version comparisions | ||||
| * | factor version string creation out of NewDepends, so we can easily reuse | David Kalnischkies | 2013-03-13 | 3 | -26/+36 |
| | | | | | | version strings e.g. for implicit multi-arch dependencies | ||||
| * | handle language tags for descriptions are unique strings to be shared | David Kalnischkies | 2013-03-12 | 2 | -1/+2 |
| | | |||||
| * | * apt-pkg/pkgcachegen.cc: | David Kalnischkies | 2013-03-12 | 2 | -29/+35 |
| | | | | | | | | - do not store the MD5Sum for every description language variant as it will be the same for all so it can be shared to save cache space | ||||
| * | various simple changes to fix cppcheck warnings | David Kalnischkies | 2013-03-10 | 18 | -58/+55 |
| | | |||||
* | | merged lp:~mvo/apt/add-missing-dsc-hashes | Michael Vogt | 2013-04-08 | 5 | -14/+87 |
|\ \ | |||||
| * | | add changelog | Michael Vogt | 2013-03-01 | 1 | -0/+3 |
| | | | |||||
| * | | add a integration test for bug 1078697 | Michael Vogt | 2013-02-01 | 1 | -0/+35 |
| | | | |||||
| * | | merge patch apt_0.9.7.7ubuntu2~md1.debdiff, thanks to Marc Deslauriers | Michael Vogt | 2013-01-31 | 3 | -13/+47 |
| | | | |||||
* | | | * debian/control: | Michael Vogt | 2013-04-08 | 2 | -1/+3 |
| | | | | | | | | | - replace manpages-it (closes: #704723) | ||||
* | | | * apt-pkg/sourcelist.cc: | Michael Vogt | 2013-04-04 | 2 | -1/+13 |
| | | | | | | | | | | | | - fix segfault when a hostname contains a [, thanks to Tzafrir Cohen (closes: #704653) | ||||
* | | | releasing version 0.9.7.9~exp2 | Michael Vogt | 2013-04-03 | 4 | -6/+6 |
| | | | |||||
* | | | po/*: refreshed | Michael Vogt | 2013-04-03 | 43 | -44/+44 |
| | | | |||||
* | | | apt-pkg/contrib/gpgv.cc: fix InRelease check | Michael Vogt | 2013-04-03 | 1 | -2/+2 |
| | | | |||||
* | | | merged lp:~mvo/apt/fix-inrelease5 | Michael Vogt | 2013-04-02 | 73 | -4629/+5336 |
|\ \ \ | |||||
| * \ \ | merge stuff from donkult | Michael Vogt | 2013-03-26 | 19 | -246/+705 |
| |\ \ \ | |||||
| | * | | | support dash-escaped text in clearsigned files as implementations are | David Kalnischkies | 2013-03-19 | 2 | -14/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | free to escape all lines (we have no lines in our files which need to be escaped as these would be invalid fieldnames) and while ExecGPGV would detect dash-escaped text as invalid (as its not expected in messages with detached signatures) it would be possible to "comment" lines in (signed) dsc files which are only parsed but not verified | ||||
| | * | | | use FileFd instead of int fds to tidy up the interface a bit | David Kalnischkies | 2013-03-19 | 2 | -62/+53 |
| | | | | | |||||
| | * | | | * apt-pkg/deb/debindexfile.cc, | David Kalnischkies | 2013-03-18 | 8 | -76/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apt-pkg/deb/deblistparser.cc: - use OpenMaybeClearSignedFile to be free from detecting and skipping clearsigning metadata in dsc and Release files We can't write a "clean" file to disk as not all acquire methods copy Release files before checking them (e.g. cdrom), so this reverts recombining, but uses the method we use for dsc files also in the two places we deal with Release files | ||||
| | * | | | - add method to open (maybe) clearsigned files transparently | David Kalnischkies | 2013-03-18 | 5 | -63/+135 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * ftparchive/writer.cc: - use OpenMaybeClearSignedFile to be free from detecting and skipping clearsigning metadata in dsc files | ||||
| | * | | | rename testcase to mention CVE number, make the code more consistent with | David Kalnischkies | 2013-03-18 | 2 | -80/+61 |
| | | | | | | | | | | | | | | | | | | | | the rest and add some more tests (by fixing commented ones) | ||||
| | * | | | ensure that we fclose/unlink/free in the new gpg-code as soon as possible | David Kalnischkies | 2013-03-16 | 1 | -5/+22 |
| | | | | | |||||
| | * | | | add testcase and update changelog | Michael Vogt | 2013-03-16 | 2 | -0/+85 |
| | | | | | |||||
| | * | | | merged from davids bundle | Michael Vogt | 2013-03-16 | 12 | -171/+539 |
| |/| | | | |||||
| | * | | | - if ExecGPGV deals with a clear-signed file it will split this file | David Kalnischkies | 2013-03-15 | 5 | -58/+337 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into data and signatures, pass it to gpgv for verification and recombines it after that in a known-good way without unsigned blocks and whitespaces resulting usually in more or less the same file as before, but later code can be sure about the format * apt-pkg/deb/debmetaindex.cc: - reenable InRelease by default | ||||
| | * | | | split out a method to strip whitespaces only on the right side | Michael Vogt | 2013-03-15 | 2 | -1/+8 |
| | | | | | |||||
| | * | | | * apt-pkg/acquire-item.cc: | David Kalnischkies | 2013-03-15 | 2 | -10/+19 |
| | | | | | | | | | | | | | | | | | | | | - keep the last good InRelease file around just as we do it with Release.gpg in case the new one we download isn't good for us | ||||
| | * | | | don't close stdout/stderr if it is also the statusfd | David Kalnischkies | 2013-03-15 | 2 | -10/+12 |
| | | | | | |||||
| | * | | | * apt-pkg/contrib/gpgv.cc: | David Kalnischkies | 2013-03-15 | 5 | -27/+44 |
| | | | | | | | | | | | | | | | | | | | | - ExecGPGV is a method which should never return, so mark it as such and fix the inconsistency of returning in error cases | ||||
| | * | | | * apt-pkg/indexcopy.cc: | David Kalnischkies | 2013-03-15 | 7 | -135/+189 |
| |/ / / | | | | | | | | | - rename RunGPGV to ExecGPGV and move it to apt-pkg/contrib/gpgv.cc | ||||
* | | | | po/{ca,cs,ru}.po: fix merge artifacts harder | Michael Vogt | 2013-04-02 | 3 | -30/+0 |
| | | | | |||||
* | | | | * doc/apt.conf.5.xml: | Michael Vogt | 2013-03-25 | 2 | -0/+14 |
| | | | | | | | | | | | | - document Acquire::ForceIPv{4,6} | ||||
* | | | | * methods/connect.cc: | Michael Vogt | 2013-03-25 | 2 | -2/+6 |
| | | | | | | | | | | | | - use Errno() instead of strerror(), thanks to David Kalnischk | ||||
* | | | | merge patches from daniel to fix merge artifact and test failure | Michael Vogt | 2013-03-25 | 6 | -3/+37 |
| | | | | |||||
* | | | | merge patch from Daniel Hartwig | Michael Vogt | 2013-03-25 | 2 | -1/+6 |
| | | | | |||||
* | | | | * Update all PO files and apt-all.pot | bubulle@debian.org | 2013-03-24 | 2 | -9/+15 |
| | | | | | | | | | | | | * French translation completed (Christian Perrier) | ||||
* | | | | Update POT and PO files | bubulle@debian.org | 2013-03-24 | 43 | -1588/+2245 |
| | | | | |||||
* | | | | releasing version 0.9.7.9~exp1 | Michael Vogt | 2013-03-22 | 3 | -3/+3 |
| | | | |