summaryrefslogtreecommitdiff
path: root/ext/gd/libgd/gd.c
Commit message (Expand)AuthorAgeFilesLines
* Fix potential integer overflow detected by oss-fuzzChristoph M. Becker2020-08-241-4/+8
* Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-01-161-5/+23
|\
| * Fix #73614: gdImageFilledArc() doesn't properly draw piesChristoph M. Becker2019-01-161-5/+23
* | Remove extra semicolonsGabriel Caruso2018-07-251-2/+1
* | Merge branch 'PHP-7.2'Christoph M. Becker2018-03-301-1/+0
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-03-301-1/+0
| |\
| | * Fix #52070: imagedashedline() - dashed line sometimes is not visibleChristoph M. Becker2018-03-301-1/+0
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-03-021-0/+6
|\ \ \ | |/ /
| * | Fix #76041: null pointer access crashed phpChristoph M. Becker2018-03-021-0/+6
* | | Trailing whitespacesGabriel Caruso2018-01-031-1/+1
|/ /
* | Merge branch 'PHP-7.1'Anatol Belski2016-11-081-49/+4
|\ \ | |/
| * Fix #72696: imagefilltoborder stackoverflow on truecolor imagesChristoph M. Becker2016-11-011-1/+1
| * Fix #72482: Ilegal write/read access caused by gdImageAALine overflowChristoph M. Becker2016-11-011-48/+3
* | Merge branch 'pull-request/2151'Christoph M. Becker2016-10-171-1/+11
|\ \
| * | Implement request #33066: Add GD Image Function gdImageOpenPolygon()Christoph M. Becker2016-10-021-1/+11
* | | fix syslog interferenceAnatol Belski2016-10-131-0/+2
* | | Unify error handling of bundled and external libgdChristoph M. Becker2016-10-071-11/+61
|/ /
* | Add support for gdEffectMultiplyChristoph M. Becker2016-10-021-4/+26
* | Switch to libgd anti-aliased drawing APIChristoph M. Becker2016-10-021-16/+2
* | Merge branch 'PHP-7.1'Christoph M. Becker2016-10-011-17/+29
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-301-17/+29
| |\
| | * Fix #73213: Integer overflow in imageline() with antialiasingChristoph M. Becker2016-09-301-17/+29
* | | Fix overflow checksChristoph M. Becker2016-09-301-7/+3
* | | Remove further remains of the old antialiasing supportChristoph M. Becker2016-09-301-87/+3
* | | Remove basically effectless gdImageAABlend()Christoph M. Becker2016-09-301-41/+1
* | | Sync with libgd wrt. compilation unitsChristoph M. Becker2016-09-201-0/+94
* | | Port variable image resolution support from libgd 2.1.0Christoph M. Becker2016-09-191-0/+10
* | | Port gdImageSetStyle() overflow check from libgd 2.0.29Christoph M. Becker2016-09-191-0/+3
* | | Removed unused functionChristoph M. Becker2016-09-151-23/+0
* | | Refactor according to libgdChristoph M. Becker2016-09-121-8/+4
|/ /
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-211-20/+0
|\ \ | |/
| * Fix #72913: imagecopy() loses single-color transparency on palette imagesChristoph M. Becker2016-08-211-20/+0
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-211-1/+3
|\ \ | |/
| * Fix #66005: imagecopy does not support 1bit transparency on truecolor imagesChristoph M. Becker2016-08-211-1/+3
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-07-191-2/+47
|\ \ | |/
| * Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6Pierre Joye2016-07-201-15/+26
| |\
| * | #72482, revert for 5.6 for nowPierre Joye2016-07-201-2/+47
* | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-191-15/+26
|\ \ \ | | |/ | |/|
| * | Fix #43828: broken transparency of imagearc for truecolor in blendingmodeChristoph M. Becker2016-07-191-15/+26
| |/
* | Merge branch 'PHP-5.6' into PHP-7.0Pierre Joye2016-07-191-47/+2
|\ \ | |/
| * #72482, Ilegal write/read access caused by gdImageAALine overflowPierre Joye2016-07-191-47/+2
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-07-191-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-07-191-1/+1
| |\
| | * fix #72512, invalid read or write for palette image when invalid transparent ...Pierre Joye2016-07-191-2/+2
| | * Fix for bug #72558, Integer overflow error within _gdContributionsAlloc()Stanislav Malyshev2016-07-181-1/+1
| | * Fixed bug #72512 gdImageTrueColorToPaletteBody allows arbitrary write/read ac...Pierre Joye2016-07-041-5/+8
* | | Merge branch 'PHP-5.6' into PHP-7.0Pierre Joye2016-07-191-5/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Pierre Joye2016-07-191-5/+8
| |\ \
| | * | fix #72512, invalid read or write for palette image when invalid transparent ...Pierre Joye2016-07-191-5/+8
| | |/
* | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-151-5/+1
|\ \ \ | |/ /