summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated Swedish translationbaserock/v0.6-22-ge57dd3dAnders Jonsson2015-10-311-3/+7
|
* Updated Czech translationMarek Černocký2015-10-121-2/+6
|
* Updated Brazilian Portuguese translationRafael Fontenelle2015-10-051-34/+42
|
* Updated Lithuanian translationAurimas Černius2015-09-091-34/+41
|
* Updated Hungarian translationBalázs Úr2015-08-311-2/+6
|
* Updated Spanish translationDaniel Mustieles2015-08-311-174/+178
|
* Updated Polish translationPiotr Drąg2015-08-301-7/+11
|
* Updated Greek translationTom Tryfonidis2015-08-281-40/+47
|
* Updated Indonesian translationAndika Triwidada2015-08-281-4/+8
|
* Automatically set flag if UTF-8 encoding detectedRichard Hughes2015-08-261-0/+4
| | | | Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=754091
* Updated Portuguese translationPedro Albuquerque2015-08-261-5/+9
|
* Do not abort with a critical warning if a file has an incorrect checksumRichard Hughes2015-08-251-1/+5
|
* decomp: fix gcc warning strict-overflowMarc-André Lureau2015-07-311-2/+6
|
* build-sys: silence bad-function-castMarc-André Lureau2015-07-311-0/+1
| | | | Warns with valid code in enum registration
* gcab-file: fix wrong file modification dayMarc-André Lureau2015-07-301-1/+1
| | | | | | | | | The day of the struct tm is not (0-30) but (1-31), no need to add +1! This fixes creation of cabinet file and MSI that Windows Installer rejects because of invalid date (29-02-2005 for ex). See bug: https://bugzilla.gnome.org/show_bug.cgi?id=753040
* Added Portuguese translationPedro Albuquerque2015-06-032-0/+173
|
* Added Occitan translationCédric Valmary2015-05-302-0/+175
|
* Updated Basque languageInaki Larranaga Murgoitio2015-04-041-36/+43
|
* misc: change bug URLMarc-André Lureau2015-03-251-1/+2
|
* Updated Indonesian translationAndika Triwidada2015-03-181-32/+36
|
* Updated Spanish translationDaniel Mustieles2015-03-171-35/+39
|
* Added Swedish translationAnders Jonsson2015-03-172-0/+174
|
* Update NEWS for v0.6v0.6Marc-André Lureau2015-03-171-0/+9
|
* configure.ac: don't use disable-fast-installMichael Catanzaro2015-03-161-1/+1
| | | | | | | We're not sure why this is here, and it causes automake to install a libtool wrapper script named gcab into /usr/bin instead of gcab itself, which is pretty broken. So rather than debug and figure out what's wrong, I will just remove it and lo! the problem goes away.
* build-sys: fix re-autreconf from distMarc-André Lureau2015-03-161-0/+1
| | | | Ship git-version-gen!
* Updated Polish translationPiotr Drąg2015-03-151-33/+37
|
* Updated Slovenian translationMatej Urbančič2015-03-151-32/+36
|
* Updated Hungarian translationBalázs Úr2015-03-141-35/+39
|
* Updated Czech translationMarek Černocký2015-03-141-34/+37
|
* Added Bosnian translationSamir Ribic2015-03-132-0/+168
|
* doc: fix make checkMarc-André Lureau2015-03-121-0/+2
|
* file: fix saved file dateMarc-André Lureau2015-03-121-1/+1
|
* gcab: add option to list file detailsMarc-André Lureau2015-03-121-5/+25
|
* docs: update for new symbolsMarc-André Lureau2015-03-122-3/+7
|
* file: add attributes gettersMarc-André Lureau2015-03-123-0/+75
|
* file: generate genum type for attributesMarc-André Lureau2015-03-123-0/+7
|
* file: move attributes to public headerMarc-André Lureau2015-03-123-8/+20
|
* m4: update manywarnings.m4Marc-André Lureau2015-03-121-8/+29
|
* Fix for the AFL-detected crashesStephen Kitt2015-03-124-16/+46
| | | | | | | | | | | | Jakub Wilk pointed out at https://bugs.debian.org/775941 that AFL (http://lcamtuf.coredump.cx/afl/) finds quite a few crashes caused by invalid CABs. They're mostly due to either missing input validation or error paths which don't fill in error information; the attached patch fixes these. With the patch applied AFL no longer finds any crashes. https://bugzilla.gnome.org/show_bug.cgi?id=743389
* Update NEWS for v0.5v0.5Marc-André Lureau2015-03-091-0/+8
|
* Add missing Since for gcab_cabinet_get_signatureMarc-André Lureau2015-03-092-0/+2
|
* Avoid path traversalStephen Kitt2015-01-051-1/+17
| | | | | | | | | | | | gcab suffers from a directory traversal bug: it doesn't filter leading slashes from paths in CAB files. (see https://bugs.debian.org/774580) The attached patch fixes this, at the cost of ugly paths when faced with relative traversals. At least all the CAB's contents can be extracted, without overwriting anything outside the extraction path. https://bugzilla.gnome.org/show_bug.cgi?id=742331
* Updated Turkish translationNecdet Yücel2015-01-031-16/+20
|
* Added Turkish translationMuhammet Kara2014-12-112-0/+165
|
* build-sys: fix gcab linking on Debian-likeMarc-André Lureau2014-10-121-1/+4
| | | | | | | | | | | Debian uses a troublesome libtool patch that disables library dependency (link_all_deplibs=no). The gcab binary fails to link with missing glib symbols. Let's link to it then. See also: http://stackoverflow.com/questions/11802727/libtool-doesnt-provide-library-dependencies-to-link Reported by Daniel Espinosa <esodan@gmail.com>
* Fix make distcheckMarc-André Lureau2014-10-071-1/+1
| | | | | | | | | | | | | | | | | | | | Test environment can't run in srcdir, as it may be read-only, notably during dist-check: make[6]: Entering directory `/home/elmarco/src/gcab/gcab-0.4.46-568b/_build/docs/reference' ln -s /usr/bin/gtkdoc-check doccheck ../../../build-aux/test-driver: line 95: doccheck.log: Permission denied FAIL: doccheck ../../../build-aux/test-driver: line 114: doccheck.trs: Permission denied ../../../build-aux/test-driver: line 115: doccheck.trs: Permission denied ../../../build-aux/test-driver: line 116: doccheck.trs: Permission denied ../../../build-aux/test-driver: line 117: doccheck.trs: Permission denied make[6]: *** [doccheck.log] Error 1
* Updated Norwegian bokmål translation.Kjartan Maraas2014-07-251-3/+3
|
* Added Norwegian bokmål translationKjartan Maraas2014-07-251-0/+161
|
* Add nbKjartan Maraas2014-07-251-0/+1
|
* build-sys: changing build order to help autotoolsMarc-André Lureau2014-04-111-1/+1
|