summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Attempt to fix failing Travis clang buildsChristoph M. Becker2017-08-161-1/+1
* | Fix typo which caused build to failChristoph M. Becker2017-08-101-1/+1
* | Close #339: Fix unitialized memory read vulnerability in GIF readingChristoph M. Becker2017-08-106-2/+51
* | Fix typoChristoph M. Becker2017-08-011-1/+1
* | Truetype font drawing functions now take `const` strings (#400)Galik2017-07-294-30/+31
* | tests: add more checks for libpng (and other deps)Mike Frysinger2017-02-2324-21/+83
* | tests: sync feature enable lists in cmake files #382Mike Frysinger2017-02-1535-18/+116
* | fix some unused variable errors when built w/out pngMike Frysinger2017-02-153-8/+10
* | Fix Coverity #155476: potential resource leakChristoph M. Becker2017-01-301-4/+2
* | Fix Coverity #155475: Failure to restore alphaBlendingFlagChristoph M. Becker2017-01-301-5/+5
* | Fix #302: Test suite fails with freetype 2.7Christoph M. Becker2017-01-292-0/+6
* | Fix and reenable optimized support for reading 1 bps TIFFsChristoph M. Becker2017-01-257-10/+54
* | No need to skip these formats anmoreChristoph M. Becker2017-01-251-7/+4
* | Add test summary for WindowsChristoph M. Becker2017-01-251-27/+42
* | Enable libtiff support on WindowsChristoph M. Becker2017-01-256-187/+167
* | Update Windows build instructionsChristoph M. Becker2017-01-251-9/+40
* | Add regression test for issue #209Christoph M. Becker2017-01-245-0/+32
* | Add a test for reading X10 bitmap filesChristoph M. Becker2017-01-217-7/+62
* | Fix #109: XBM reading fails with printed errorChristoph M. Becker2017-01-207-2/+47
* | Markup windows/readme.mdChristoph M. Becker2017-01-201-11/+15
* | Fix and improve assert messages of the test caseChristoph M. Becker2017-01-201-4/+6
* | Exclude tests/fontconfig/ on WindowsChristoph M. Becker2017-01-201-3/+3
* | Fix test case for Windows x86Christoph M. Becker2017-01-201-1/+1
* | Enable working debug buildsChristoph M. Becker2017-01-202-5/+8
* | Purge duplicate make rulesChristoph M. Becker2017-01-201-7/+1
* | Exclude tests/tiff/ on WindowsChristoph M. Becker2017-01-191-34/+34
* | Be more resilient wrt. the freetype headersChristoph M. Becker2017-01-191-1/+1
* | Fix build issue regarding INT_MAXChristoph M. Becker2017-01-191-0/+1
* | Fix #357: 2.2.4: Segfault in test suite.Christoph M. Becker2017-01-191-0/+4
* | Remove gd2/php_bug_72339_exp.gd2 from dist filesOndřej Surý2017-01-181-1/+0
* | Remove unused functionsChristoph M. Becker2017-01-101-179/+0
* | Fix #354: Signed Integer Overflow gd_io.cChristoph M. Becker2016-12-177-0/+41
* | Fix #340: System frozenChristoph M. Becker2016-12-137-0/+47
* | Fix OOB reads of the TGA decompression bufferChristoph M. Becker2016-12-135-6/+21
* | Fix DOS vulnerability in gdImageCreateFromGd2Ctx()Christoph M. Becker2016-12-136-10/+35
* | Fix potential unsigned underflowChristoph M. Becker2016-12-131-9/+10
* | Fix double-free in gdImageWebPtr()Christoph M. Becker2016-12-136-30/+81
* | Fix invalid read in gdImageCreateFromTiffPtr()Christoph M. Becker2016-12-139-19/+94
* | Fix OOB reads of the TGA decompression bufferChristoph M. Becker2016-12-136-2/+59
|/
* cmake: add soname info to libgd.soMike Frysinger2016-11-104-14/+66
* cmake: use getver.pl for version fields like autotoolsMike Frysinger2016-11-101-8/+13
* configure: only enable -Werror by default in git builds #339Mike Frysinger2016-11-101-1/+2
* Fix #68: gif: buffer underflow reported by AddressSanitizerChristoph M. Becker2016-10-151-1/+1
* Avoid potentially dangerous signed to unsigned conversionChristoph M. Becker2016-10-121-1/+1
* Fix #304: test suite failure in gif/bug00006 [2.2.3]Christoph M. Becker2016-10-111-0/+4
* Fix #329: GD_BILINEAR_FIXED gdImageScale() can cause black borderChristoph M. Becker2016-10-105-8/+64
* Fix #330: Integer overflow in gdImageScaleBilinearPalette()Christoph M. Becker2016-10-105-4/+39
* CONTRIBUTING: fill out the style sectionMike Frysinger2016-10-091-1/+72
* Document that gdImageScale() does not yet support GD_WEIGHTED4Christoph M. Becker2016-10-091-0/+2
* Revert "Fix #328: gdImageScale() with GD_WEIGHTED4 always returns NULL"Christoph M. Becker2016-10-095-30/+1