index
:
delta/libtiff-git.git
215-cygwin-appveyor-fail
branch-3.9
ci-coverity
cmake-test
manpage-fixes
master
revert-5331ed49
tif_config_h_includes
tiff-3.4
tiff-3.4-iptc
tiff-3.5-newcvs
tiff-3.5-oldcvs
gitlab.com: libtiff/libtiff.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
contrib/oss-fuzz/build.sh: other attempt at fixing build failure
Even Rouault
2019-11-28
1
-6
/
+12
*
contrib/oss-fuzz/build.sh: install liblzma-dev for x86_64 builds
Even Rouault
2019-11-20
1
-0
/
+2
*
contrib/oss-fuzz/build.sh: install liblzma-dev:i386 on i386 builds
Even Rouault
2019-11-17
1
-0
/
+6
*
Merge branch 'cmake-parse' into 'master'
Even Rouault
2019-11-15
1
-8
/
+4
|
\
|
*
CMake: simplify parsing variables from configure
Rolf Eike Beer
2019-11-15
1
-8
/
+4
|
/
*
contrib/oss-fuzz/build.sh: fix ossfuzz build by statically linking to lzma
Even Rouault
2019-11-14
1
-1
/
+1
*
Merge branch 'fix_ojpeg_172' into 'master'
Even Rouault
2019-11-12
46
-37
/
+302
|
\
|
*
OJPEG: fix broken sanity check added in 4.1.0, and add two OJPEG test files
Even Rouault
2019-11-11
17
-34
/
+120
|
*
test/: add missing generated .sh files
Even Rouault
2019-11-11
29
-3
/
+182
|
/
*
Merge branch 'fix-missing-checks-TIFFGetField-tiffcrop' into 'master'
Even Rouault
2019-11-04
1
-3
/
+4
|
\
|
*
adds missing checks on TIFFGetField in tiffcrop tool (fixes #170)
Bug Checkers
2019-11-04
1
-3
/
+4
|
/
*
Merge branch 'adds-missing-TIFFClose-rgb2ycbcr' into 'master'
Even Rouault
2019-11-04
1
-0
/
+1
|
\
|
*
adds a missing TIFFClose in rgb2ycbcr tool
Mansour Ahmadi
2019-11-04
1
-0
/
+1
|
/
*
libtiff 4.1.0 released
v4.1.0
Bob Friesenhahn
2019-11-03
7
-12
/
+15
*
ChangeLog updated with latest git commits.
Bob Friesenhahn
2019-11-03
1
-0
/
+882
*
Added a step for updating the legacy ChangeLog file.
Bob Friesenhahn
2019-11-03
1
-21
/
+33
*
Ignore emacs temporary files (ending with tilde character).
Bob Friesenhahn
2019-11-03
1
-0
/
+1
*
Added release summary page for the 4.1.0 release.
Bob Friesenhahn
2019-11-03
1
-0
/
+198
*
Fix Cmake HAVE_GETOPT for systems which declare getopt in stdio.h.
Bob Friesenhahn
2019-11-03
11
-11
/
+11
*
Fax2tiff.sh needs to remove its output file in advance. Syntax changes so tha...
Bob Friesenhahn
2019-11-03
1
-1
/
+2
*
tif_jpeg.c: extra cast to silence Coverity warning. GDAL CID 1406475
Even Rouault
2019-10-26
1
-1
/
+1
*
tif_jpeg.c: fix warning added by previous commit (on 32bit builds)
Even Rouault
2019-10-23
1
-1
/
+1
*
Merge branch 'coverity-fixes' into 'master'
Even Rouault
2019-10-23
2
-3
/
+3
|
\
|
*
Use 64-bit calculations correctly
Timothy Lyanguzov
2019-10-23
1
-1
/
+1
|
*
Fix size calculation to use 64-bit tmsize_t correctly
Timothy Lyanguzov
2019-10-23
1
-1
/
+1
|
*
Make bytesperclumpline calculations using tmsize_t type
Timothy Lyanguzov
2019-10-23
1
-1
/
+1
|
/
*
tif_read: align code of TIFFReadRawStrip() and TIFFReadRawTile() that differe...
Even Rouault
2019-10-03
1
-10
/
+12
*
HTML: update for GitLab issues
Even Rouault
2019-10-01
3
-11
/
+15
*
html/v3.5.6-beta.html: redact URL of defunct web site
Even Rouault
2019-09-29
1
-1
/
+1
*
Website: update links to mailing list
Even Rouault
2019-09-29
1
-5
/
+5
*
TIFFReadAndRealloc(): avoid too large memory allocation attempts. Fixes https...
Even Rouault
2019-09-18
1
-0
/
+16
*
ByteCountLooksBad and EstimateStripByteCounts: avoid unsigned integer overflo...
Even Rouault
2019-09-03
1
-3
/
+13
*
tif_ojpeg.c: avoid relying on isTiled macro being wrapped in ()
Even Rouault
2019-09-02
1
-2
/
+2
*
tif_ojpeg.c: avoid use of uninitialized memory on edge/broken file. Fixes htt...
Even Rouault
2019-09-02
1
-1
/
+7
*
tiff_read_rgba_fuzzer.cc: add a -DSTANDALONE mode for easier reproduction of ...
Even Rouault
2019-09-02
1
-0
/
+82
*
tif_dirread.c: allocChoppedUpStripArrays(). avoid unsigned integer overflow. ...
Even Rouault
2019-09-01
1
-8
/
+21
*
tif_ojpeg.c: avoid unsigned integer overflow. Fixes https://bugs.chromium.org...
Even Rouault
2019-08-27
1
-1
/
+3
*
TIFFReadDirEntryData(): rewrite to avoid unsigned integer overflow (not a bug...
Even Rouault
2019-08-27
1
-6
/
+6
*
TIFFFetchDirectory(): fix invalid cast from uint64 to tmsize_t. Fixes https:/...
Even Rouault
2019-08-26
1
-2
/
+3
*
JPEG: avoid use of unintialized memory on corrupted files
Even Rouault
2019-08-25
1
-0
/
+14
*
_TIFFPartialReadStripArray(): avoid unsigned integer overflow. Fixes https://...
Even Rouault
2019-08-24
1
-0
/
+8
*
OJPEGWriteHeaderInfo(): avoid unsigned integer overflow on strile dimensions ...
Even Rouault
2019-08-23
1
-2
/
+2
*
TIFFFillStrip(): avoid harmless unsigned integer overflow. Fixes https://bugs...
Even Rouault
2019-08-23
1
-2
/
+8
*
EstimateStripByteCounts(): avoid unsigned integer overflow. Fixes https://bug...
Even Rouault
2019-08-23
1
-1
/
+5
*
tif_ojpeg: avoid unsigned integer overflow (probably not a bug). Fixes https:...
Even Rouault
2019-08-23
1
-1
/
+2
*
tif_thunder: avoid unsigned integer overflow (not a bug). Fixes https://bugs....
Even Rouault
2019-08-23
1
-5
/
+5
*
_TIFFMultiply32() / _TIFFMultiply64(): avoid relying on unsigned integer over...
Even Rouault
2019-08-22
3
-20
/
+16
*
EstimateStripByteCounts(): avoid unsigned integer overflow
Even Rouault
2019-08-22
1
-0
/
+2
*
EstimateStripByteCounts(): avoid unsigned integer overflow
Even Rouault
2019-08-21
1
-14
/
+17
*
EstimateStripByteCounts(): avoid harmless unsigned integer overflow
Even Rouault
2019-08-20
1
-2
/
+8
[next]