summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 'tif_config.h' or 'tiffio.h' must be included before any system header.tif_config_h_includesBob Friesenhahn2017-12-023-2/+3
* Merge branch 'makedistcheck' into 'master'Olivier Paquet2017-12-014-1/+4
|\
| * build/gitlab-ci and build/travis-ci: add a 'make dist' step in autoconf_build...Even Rouault2017-12-014-1/+4
|/
* Merge branch 'git_updates' into 'master'Even Rouault2017-12-01224-581/+67
|\
| * HOWTO-RELEASE: update to use signed tagsEven Rouault2017-12-011-2/+6
| * README.md: use markdown syntax for hyperlinksEven Rouault2017-12-011-2/+2
| * Regenerate autoconf filesEven Rouault2017-11-3023-11/+43
| * Makefile.am: update to reflect removal of README.vms and README -> README.mdEven Rouault2017-11-301-2/+1
| * Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-30195-310/+3
| * HOWTO-RELEASE: update for gitEven Rouault2017-11-301-3/+3
| * Remove outdated .cvsignoreEven Rouault2017-11-301-4/+0
| * Remove outdated commit scriptEven Rouault2017-11-301-233/+0
| * Remove README.vmsEven Rouault2017-11-301-12/+0
| * Rename README as README.md, and update contentEven Rouault2017-11-301-5/+12
* | Add .gitignoreEven Rouault2017-11-301-0/+1
|/
* html/index.html: reflect change from CVS to gitlabEven Rouault2017-11-301-9/+3
* Merge branch 'test-ci' into 'master'Olivier Paquet2017-11-304-13/+86
|\
| * appveyor: Correct path for git clone and skip artefact archivalRoger Leigh2017-11-231-7/+9
| * travis-ci: Remove unused matrix exclusionRoger Leigh2017-11-221-6/+0
| * Add gitlab-ci build supportRoger Leigh2017-11-222-0/+77
|/
* Change default user id in HOWTO-RELEASE to mine.Bob Friesenhahn2017-11-181-1/+1
* * configure.ac: libtiff 4.0.9 released.v4.0.9Release-v4-0-9Bob Friesenhahn2017-11-188-26/+29
* * html/v4.0.9.html: Add HTML file to document changes in libtiffBob Friesenhahn2017-11-184-3/+382
* * libtiff/tif_aux.c, tif_getimage.c, tif_read.c: typo fixes inEven Rouault2017-11-174-9/+14
* List Frank Warmerdam and Andrey Kiselev as past maintainers since they have n...Bob Friesenhahn2017-11-071-5/+7
* * test/Makefile.am: Add some tests for tiff2bw.Bob Friesenhahn2017-11-026-4/+102
* * tools/tiff2bw.c (main): Free memory allocated in the tiff2bwBob Friesenhahn2017-11-012-12/+35
* tiff2pdf.c: Fix possible overflow in bounds check computation and eliminate s...Bob Friesenhahn2017-10-292-3/+11
* fax2tiff: Pass the FAX_Client_Data struct as client dataBob Friesenhahn2017-10-2924-44/+18
* * libtiff/tif_getimage.c: avoid floating point division by zero inEven Rouault2017-10-232-2/+15
* * libtiff/tif_jpeg.c: add compatibility with libjpeg-turbo 1.5.2 thatEven Rouault2017-10-172-7/+23
* * nmake.opt: support a DEBUG=1 option, so as to adjust OPTFLAGS and useEven Rouault2017-10-102-1/+17
* * tools/tiffset.c: fix setting a single value for the ExtraSamples tagEven Rouault2017-10-012-2/+9
* * libtiff/libtiff.def: add TIFFReadRGBAStripExt and TIFFReadRGBATileExtEven Rouault2017-09-292-0/+7
* dummy commit to check CVS is workingEven Rouault2017-09-221-1/+1
* * libtiff/tif_dirread.c: add NULL check to avoid likely false positiveEven Rouault2017-09-092-3/+8
* * libtiff/tiffiop.h, tif_aux.c: redirect SeekOK() macro to a _TIFFSeekoK()Even Rouault2017-09-073-4/+20
* Fix signed vs unsigned comparisonEven Rouault2017-08-291-2/+2
* * libtiff/tif_jpeg.c: accept reading the last strip of a JPEG compressedEven Rouault2017-08-292-5/+38
* * test/Makefile.am: add missing reference to images/quad-lzw-compat.tiffEven Rouault2017-08-282-2/+4
* * libtiff/tif_dirwrite.c: replace assertion to tag value not fittingEven Rouault2017-08-232-3/+18
* * libtiff/tif_dirwrite.c: replace assertion related to not finding theEven Rouault2017-08-232-2/+14
* * libtiff/tif_luv.c: further reduce memory requirements for temporaryEven Rouault2017-07-242-3/+11
* * libtiff/tif_getimage.c: fix fromskew computation when to-be-skippedEven Rouault2017-07-242-8/+20
* * libtiff/tif_getimage.c: gtTileContig() and gtTileSeparate():Even Rouault2017-07-242-3/+9
* * libtiff/tif_luv.c: LogLuvInitState(): avoid excessive memoryEven Rouault2017-07-182-2/+11
* Fix warning with x86_64-w64-mingw32-g++Even Rouault2017-07-151-2/+2
* Fix signed vs unsigned comparison warning on WindowsEven Rouault2017-07-151-2/+2
* * libtiff/tif_read.c: add protection against excessive memoryEven Rouault2017-07-152-6/+93
* * libtiff/tif_read.c: in TIFFFetchStripThing(), only grow theEven Rouault2017-07-152-1/+30