summaryrefslogtreecommitdiff
path: root/libtiff/tif_unix.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
* * libtiff/tiffiop.h, tif_unix.c, tif_win32.c, tif_vms.c: add _TIFFcalloc()Even Rouault2017-01-111-1/+9
* Support large files under Windows using tif_unix.c and libtiff tools.Bob Friesenhahn2015-08-191-12/+45
* * libtiff/tif_unix.c: fix compilation with MSVC (fix by Jeff McKenna)Even Rouault2015-06-161-2/+2
* From Vadim Zeitlin on Bugzilla Bug #2510.Lee Howard2015-06-141-8/+28
* * libtiff/tif_{unix,vms,win32}.c (_TIFFmalloc): ANSI C does notBob Friesenhahn2012-11-181-1/+4
* use strerror() for open error messages on unix (#2341)Frank Warmerdam2012-06-011-2/+6
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* Do not use O_LARGEFILE.Andrey Kiselev2007-07-181-4/+1
* BigTIFF upgrade: restoration of mapping functions protocolJoris Van Damme2007-07-111-5/+5
* Removed inclusion of limits.h.Bob Friesenhahn2007-06-281-4/+1
* Rewrote _tiffReadProc(), _tiffWriteProc(), and _tiffSeekProc().Bob Friesenhahn2007-06-281-50/+20
* Make this module buildable. We supposing that _FILE_OFFSET_BITS is set to 64Andrey Kiselev2007-06-281-25/+13
* Add needed inclusion of limits.hBob Friesenhahn2007-06-281-1/+2
* BigTIFF upgrade: unchecked and untested version of upgraded tif_unix.cJoris Van Damme2007-06-281-56/+116
* BigTIFF upgrade: warnings in platform dependent files that are not yet updatedJoris Van Damme2007-06-261-1/+6
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-041-2/+2
* Fixed win32 I/O functions usage as per bugAndrey Kiselev2006-03-211-1/+2
* *** empty log message ***Joris Van Damme2005-12-211-4/+4
* Include stdarg.h header.Andrey Kiselev2005-12-121-5/+6
* Replace #if with the #ifdef.Andrey Kiselev2005-07-121-4/+4
* Add forgotten #ifdef __WIN32__ around the TIFFOpenW().Andrey Kiselev2004-11-281-1/+3
* Make UNIX module compilable (and usable) on Windows.Andrey Kiselev2004-11-281-6/+75
* *** empty log message ***Andrey Kiselev2004-03-301-16/+3
* Check results, returned by the TIFFFdOpen() before returning and closeAndrey Kiselev2004-01-291-2/+7
* Fixed support for large files (>2GB).Andrey Kiselev2002-10-111-1/+5
* added USE_64BIT_API optionFrank Warmerdam2000-01-281-1/+10
* set O_BINARY in open(), for Cygwin for instance.Frank Warmerdam1999-09-241-1/+7
* Initial revisionMike Welles1999-07-271-0/+209