index
:
delta/libgd.git
GD-2.0
GD-2.1
GD-2.2
GD-2.3
bug/320
bug/402
bug/405
bug/415
bug/661
bug/750
bug/764
bug/788
bug/790
bug/792
bug/797
bug/818
bug/ci_avif_cleanupsrc
feature/ci_avif
features/macos_ci
features/mingw-ci
features/surface
fix-247
fix-248
issue-config-23
issue-config-24
issue-config-msg
issue-libheif
issue-raqm
master
github.com: libgd/libgd
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix DOS vulnerability in gdImageCreateFromGd2Ctx()
Christoph M. Becker
2016-12-13
1
-8
/
+6
*
Fix potential unsigned underflow
Christoph M. Becker
2016-12-13
1
-9
/
+10
*
Fix double-free in gdImageWebPtr()
Christoph M. Becker
2016-12-13
1
-28
/
+46
*
Fix invalid read in gdImageCreateFromTiffPtr()
Christoph M. Becker
2016-12-13
2
-18
/
+26
*
Fix OOB reads of the TGA decompression buffer
Christoph M. Becker
2016-12-13
1
-2
/
+4
*
cmake: add soname info to libgd.so
Mike Frysinger
2016-11-10
1
-0
/
+2
*
Fix #68: gif: buffer underflow reported by AddressSanitizer
Christoph M. Becker
2016-10-15
1
-1
/
+1
*
Avoid potentially dangerous signed to unsigned conversion
Christoph M. Becker
2016-10-12
1
-1
/
+1
*
Fix #329: GD_BILINEAR_FIXED gdImageScale() can cause black border
Christoph M. Becker
2016-10-10
1
-8
/
+8
*
Fix #330: Integer overflow in gdImageScaleBilinearPalette()
Christoph M. Becker
2016-10-10
1
-4
/
+4
*
Document that gdImageScale() does not yet support GD_WEIGHTED4
Christoph M. Becker
2016-10-09
1
-0
/
+2
*
Revert "Fix #328: gdImageScale() with GD_WEIGHTED4 always returns NULL"
Christoph M. Becker
2016-10-09
1
-0
/
+1
*
Fix #328: gdImageScale() with GD_WEIGHTED4 always returns NULL
Christoph M. Becker
2016-10-09
1
-1
/
+0
*
Document cropping stuff
Christoph M. Becker
2016-10-09
3
-15
/
+92
*
Document gdImageCompare()
Christoph M. Becker
2016-10-06
2
-12
/
+39
*
Document cloning, copying, scaling and interpolation
Christoph M. Becker
2016-10-06
3
-58
/
+237
*
Fix 321: Null pointer dereferences in gdImageRotateInterpolated
Christoph M. Becker
2016-10-06
1
-2
/
+2
*
Fix #319: gdImageRotateInterpolated can have wrong background color
Christoph M. Becker
2016-10-03
2
-14
/
+16
*
Fix color quantization documentation
Christoph M. Becker
2016-10-03
1
-2
/
+3
*
Test and document the effects (aka. alpha blending modes)
Christoph M. Becker
2016-10-02
2
-16
/
+70
*
Test and document gdImageFlip*()
Christoph M. Becker
2016-10-02
1
-9
/
+47
*
Improve anti-aliased drawing related docs
Christoph M. Becker
2016-10-02
1
-6
/
+34
*
Test and document filling behavior of self-intersecting polygons
Christoph M. Becker
2016-10-01
1
-2
/
+6
*
Fix #315: Single-point gdImageAALine() is invisible
Christoph M. Becker
2016-10-01
1
-1
/
+1
*
Fix overflow checks
Christoph M. Becker
2016-09-30
1
-4
/
+5
*
Test and document some filter functions
Christoph M. Becker
2016-09-27
1
-26
/
+159
*
Fix GD2 format documentation
Christoph M. Becker
2016-09-24
1
-0
/
+7
*
Fix #309: gdImageGd2() writes wrong chunk sizes on boundaries
Christoph M. Becker
2016-09-23
1
-2
/
+2
*
Improve documentation of truecolor to palette conversion
Christoph M. Becker
2016-09-21
3
-30
/
+106
*
Fix #307: GD_QUANT_NEUQUANT fails to unset trueColor flag
Christoph M. Becker
2016-09-21
1
-0
/
+1
*
Revert "Fix #307: GD_QUANT_NEUQUANT fails to unset trueColor flag"
Christoph M. Becker
2016-09-21
1
-1
/
+0
*
Fix #307: GD_QUANT_NEUQUANT fails to unset trueColor flag
Christoph M. Becker
2016-09-21
1
-0
/
+1
*
Merge branch 'pull-request/296'
Christoph M. Becker
2016-09-16
1
-0
/
+8
|
\
|
*
Fix integer overflow in gdImageWebpCtx
trylab
2016-09-06
1
-0
/
+8
*
|
Improve documentation
Christoph M. Becker
2016-09-15
2
-28
/
+175
*
|
Improve documentation
Christoph M. Becker
2016-09-15
3
-48
/
+288
*
|
No, we don't HAVE_BUNDLED_GD
Christoph M. Becker
2016-09-14
1
-12
/
+0
*
|
Fix #300: gdImageClone() assigns res_y = res_x
Christoph M. Becker
2016-09-12
2
-6
/
+25
*
|
Fix #299: Regression regarding gdImageRectangle() with gdImageSetThickness()
Christoph M. Becker
2016-09-12
1
-14
/
+8
*
|
Test and document gdImageRectangle
Christoph M. Becker
2016-09-12
1
-3
/
+16
*
|
Document image accessor macros
Christoph M. Becker
2016-09-11
2
-18
/
+188
*
|
Fix #297: gdImageCrop() converts palette image to truecolor image
Christoph M. Becker
2016-09-11
1
-1
/
+5
|
/
*
Fix fontlist doc
Christoph M. Becker
2016-09-04
1
-3
/
+1
*
Fix potential build error
Christoph M. Becker
2016-09-03
1
-0
/
+2
*
Fix PHP bug #67325: imagetruecolortopalette: white is duplicated in palette
Christoph M. Becker
2016-09-03
1
-1
/
+1
*
Fix use-after-free vulnerability
Christoph M. Becker
2016-08-27
1
-1
/
+6
*
Fix build failure for --without-fontconfig
Christoph M. Becker
2016-08-27
1
-12
/
+2
*
Mark up code examples with (start|end code)
Christoph M. Becker
2016-08-23
9
-157
/
+191
*
Document gdft.c and gdfx.c
Christoph M. Becker
2016-08-23
3
-84
/
+139
*
Fix #290: TGA RLE decoding is broken
Christoph M. Becker
2016-08-16
1
-8
/
+10
[next]