summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix_type_related_warnings_in_error' into 'master'v4.5.0rc3v4.5.0Even Rouault2022-12-133-10/+9
|\
| * tiffinfo/tiffgt: more corect casts related to tdir_t changesEven Rouault2022-12-132-6/+6
| * TIFFAdvanceDirectory()/TIFFUnlinkDirectory(): fix build warnings/errors on OS...Even Rouault2022-12-131-4/+3
|/
* Merge branch 'TIFFHashSetInsert_memleak_fix' into 'master'v4.5.0rc2Even Rouault2022-12-131-1/+6
|\
| * TIFFHashSetInsert(): fix potential memleakEven Rouault2022-12-131-1/+6
|/
* Merge branch '_TIFFCheckDirNumberAndOffset_use_after_free_fix' into 'master'Even Rouault2022-12-131-4/+19
|\
| * _TIFFCheckDirNumberAndOffset(): fix recently introduced use-after-free found ...Even Rouault2022-12-131-4/+19
* | Merge branch 'update_4_5_0rc2' into 'master'Even Rouault2022-12-132-0/+6
|\ \ | |/
| * Changelog: latest updates for 4.5.0rc2Even Rouault2022-12-132-0/+6
|/
* Merge branch 'tiffinfo_adapt_curdir_tdir_t' into 'master'Even Rouault2022-12-131-1/+1
|\
| * tiffinfo: update curdir from uint16_t to tdir_t for more than 64k IFD handling.Su_Laus2022-12-131-1/+1
* | Merge branch '4_5_0rc2' into 'master'Even Rouault2022-12-135-6/+100
|\ \ | |/ |/|
| * Update v4.5.0rstEven Rouault2022-12-131-1/+11
| * _TIFFCheckDirNumberAndOffset: fix a previous commitEven Rouault2022-12-131-2/+2
| * Prepare libtiff v4.5.0rc2Even Rouault2022-12-133-3/+87
|/
* Merge branch 'fix_502' into 'master'Even Rouault2022-12-1324-142/+1160
|\
| * Add tests for IFD loop detectionEven Rouault2022-12-136-1/+192
| * Fix IFD loop detectionEven Rouault2022-12-136-29/+68
| * Use UINT_MAXEven Rouault2022-12-132-5/+7
| * Make TIFF_MAX_DIR_COUNT a autoconf/CMake settingEven Rouault2022-12-136-5/+26
| * Add a TIFF_MAX_DIR_COUNT public #defineEven Rouault2022-12-122-5/+13
| * TIFFCurrentDirectory(), TIFFNumberOfDirectories(), TIFFSetDirectory(), TIFFUn...Even Rouault2022-12-129-55/+59
| * IFD loop checking: use hashmap to avoid quadratic performanceEven Rouault2022-12-124-86/+143
| * Add a hashset/hashmap implementation (ported from GDAL's CPLHashSet)Even Rouault2022-12-124-0/+700
| * Make TIFFSetDirectory(tiff, 65534) work again (fixes #502)Even Rouault2022-12-121-12/+8
* | Merge branch 'build-shared-by-default' into 'master'Even Rouault2022-12-131-1/+1
|\ \ | |/ |/|
| * CMake: restore shared libraries by default for top-level buildshaun walbridge2022-12-131-1/+1
|/
* Merge branch 'do_not_format_tiffvers_h' into 'master'Even Rouault2022-12-116-7/+76
|\
| * tiffvers.h.in: add clang-format off/onEven Rouault2022-12-112-0/+14
| * tiffvers.h: add TIFFLIB_MAJOR_VERSION, TIFFLIB_MINOR_VERSION, TIFFLIB_MICRO_V...Even Rouault2022-12-105-3/+56
| * tiffvers.h: revert formattingEven Rouault2022-12-101-3/+1
| * Exclude reformatting of tiffvers.h which breaks version detection for FindTIF...Even Rouault2022-12-101-1/+5
* | Merge branch 'tiffcrop_exclude_some_comment_from_clang-format' into 'master'Even Rouault2022-12-111-56/+82
|\ \
| * | tiffcrop: Exclude some comments from clang-formatSu Laus2022-12-111-56/+82
|/ /
* | Merge branch 'release_4_5_0' into 'master'Even Rouault2022-12-099-11/+1517
|\ \ | |/
| * v4.5.0.rst: mention CVE numbersv4.5.0rc1Even Rouault2022-12-091-5/+7
| * Prepare v4.5.0 releaseEven Rouault2022-12-099-11/+1515
|/
* Merge branch 'reformat' into 'master'Even Rouault2022-12-08141-74364/+80884
|\
| * Add .git-blame-ignore-revsEven Rouault2022-12-081-0/+4
| * tiffcrop: remove version_id and rev_dateEven Rouault2022-12-081-5/+0
| * Reformatting in all other directories using 'pre-commit run'pre-commit run by Even Rouault2022-12-0838-7797/+8230
| * Reformatting in test/ using 'pre-commit run'pre-commit run by Even Rouault2022-12-0821-5007/+6177
| * Reformatting in tools/ using 'pre-commit run'pre-commit run by Even Rouault2022-12-0821-25053/+27745
| * Reformatting in libtiff/ using 'pre-commit run'pre-commit run by Even Rouault2022-12-0855-35591/+38691
| * Add .clang-format, .pre-commit-config.yaml and CONTRIBUTING.mdEven Rouault2022-12-083-0/+34
| * Remove vim/emacs formatting footersEven Rouault2022-12-08117-909/+1
|/
* Merge branch 'fix_489' into 'master'Even Rouault2022-11-294-4/+122
|\
| * Add test case for scenario of issue #489Even Rouault2022-11-293-1/+116
| * TIFFWriteRawStrip(): restore capabilities to append data in the current strip...Even Rouault2022-11-291-3/+6
|/
* Merge branch 'manpage_re-entrant_error_handler' into 'master'Even Rouault2022-11-2835-130/+274
|\