summaryrefslogtreecommitdiff
path: root/libtiff/tif_win32.c
Commit message (Expand)AuthorAgeFilesLines
* * libtiff/tiffiop.h, tif_unix.c, tif_win32.c, tif_vms.c: add _TIFFcalloc()erouault2017-01-111-1/+9
* Add some comments in tif_win32.c regarding known issue with WIN64 build.bfriesen2015-08-231-4/+29
* * libtiff/tif_{unix,vms,win32}.c (_TIFFmalloc): ANSI C does notbfriesen2012-11-181-1/+4
* * libtiff/tif_win32.c: Eliminate some minor 64-bit warnings inbfriesen2011-12-221-3/+3
* fix buffer overrun problem with error/warning report in non-console win32 bui...fwarmerdam2011-02-091-7/+16
* C files should not use C++ style comments.bfriesen2010-06-211-3/+3
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message sobfriesen2010-03-101-1/+8
* Ensure TIFFOpenW() uses same FILE_SHARE flags as TIFFOpen()fwarmerdam2008-06-171-21/+10
* remove use of GlobalAlloc() (bug 1885)fwarmerdam2008-05-261-34/+7
* modify CreateFileMapping() for win64fwarmerdam2008-01-011-2/+5
* tif_win32.c: use SetFilePointer instead of SetFilePointerExjoris2007-08-101-6/+7
* BigTIFF upgrade: restoration of mapping functions protocoljoris2007-07-111-6/+6
* BigTIFF upgrade: unchecked and untested version of upgraded tif_unix.cjoris2007-06-281-18/+16
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r...joris2007-06-271-1/+3
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixesjoris2007-06-261-2/+6
* BigTIFF upgrade: finalisation of tif_win32.c, read and write funcs now suppor...joris2007-06-201-15/+58
* BigTIFF upgrade: type restoration - not so messy anymorejoris2007-06-121-8/+8
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-041-40/+46
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-311-1/+1
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-311-11/+15
* BigTIFF upgrade in progressjoris2007-03-171-10/+10
* minor changes in tif_win32.cjoris2007-03-071-29/+27
* TIFF library ported to Windows CE platform.mloskot2007-01-151-1/+14
* Fixed problem with offset value manipulation as per bugdron2006-10-121-8/+6
* Properly cast values to avoid warnings. As per bugdron2006-02-071-2/+2
* *** empty log message ***joris2005-12-211-4/+4
* Release file descriptor in case of failure in the TIFFOpenW() function as perdron2005-11-301-1/+3
* Use FILE_SHARE_READ | FILE_SHARE_WRITE share mode in CreateFile() call as perdron2005-05-251-2/+2
* Fixed message formatting in functions Win32WarningHandler() anddron2005-01-121-7/+7
* Use char* strings instead of TCHAR in windowed mode as per bugdron2004-12-041-16/+16
* Fixed TIFFerror call to be TIFFErrorfwarmerdam2004-11-231-2/+2
* Typo fixed.dron2004-11-131-2/+2
* Added TIFFOpenW() function to work with the double byte strings (used todron2004-11-051-2/+60
* Check results, returned by the TIFFFdOpen() before returning and closedron2004-01-291-11/+17
* Check if the pointer is NULL befor proceed further as per bugdron2004-01-291-20/+19
* Fixed problem with _TIFFrealloc() when the NULL pointer passed. Patchdron2003-12-311-1/+5
* * tif_win32.c: Applied patch to fix overreads and ovverwritesmwelles2000-04-041-10/+19
* Applied changes for seek allowing 2-4GB seeks.warmerda2000-01-281-7/+14
* avoid warnings, add borland pragmawarmerda1999-11-271-3/+9
* Changed to use OPEN_ALWAYS in TIFFOpen() for O_RDWR|O_CREAT (mode "a").warmerda1999-09-151-2/+2
* Added TIF_PLATFORM_CONSOLE flag to avoid use of windowing apiwarmerda1999-08-171-3/+16
* Initial revisionmike1999-07-271-0/+288