summaryrefslogtreecommitdiff
path: root/libtiff/tif_win32.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid warnings about casts between HANDLE and int in Win64 buildsVadim Zeitlin2019-10-061-23/+27
* Remove builtin support for GUI warning and error message boxesStefan Weil2018-05-251-39/+0
* 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
* Add some comments in tif_win32.c regarding known issue with WIN64 build.Bob Friesenhahn2015-08-231-4/+29
* * libtiff/tif_{unix,vms,win32}.c (_TIFFmalloc): ANSI C does notBob Friesenhahn2012-11-181-1/+4
* * libtiff/tif_win32.c: Eliminate some minor 64-bit warnings inBob Friesenhahn2011-12-221-3/+3
* fix buffer overrun problem with error/warning report in non-console win32 bui...Frank Warmerdam2011-02-091-7/+16
* C files should not use C++ style comments.Bob Friesenhahn2010-06-211-3/+3
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* Ensure TIFFOpenW() uses same FILE_SHARE flags as TIFFOpen()Frank Warmerdam2008-06-171-21/+10
* remove use of GlobalAlloc() (bug 1885)Frank Warmerdam2008-05-261-34/+7
* modify CreateFileMapping() for win64Frank Warmerdam2008-01-011-2/+5
* tif_win32.c: use SetFilePointer instead of SetFilePointerExJoris Van Damme2007-08-101-6/+7
* BigTIFF upgrade: restoration of mapping functions protocolJoris Van Damme2007-07-111-6/+6
* BigTIFF upgrade: unchecked and untested version of upgraded tif_unix.cJoris Van Damme2007-06-281-18/+16
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixes, r...Joris Van Damme2007-06-271-1/+3
* BigTIFF upgrade: misc compiler warnings workarounds and few minor bugfixesJoris Van Damme2007-06-261-2/+6
* BigTIFF upgrade: finalisation of tif_win32.c, read and write funcs now suppor...Joris Van Damme2007-06-201-15/+58
* BigTIFF upgrade: type restoration - not so messy anymoreJoris Van Damme2007-06-121-8/+8
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-04-041-40/+46
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-311-1/+1
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowJoris Van Damme2007-03-311-11/+15
* BigTIFF upgrade in progressJoris Van Damme2007-03-171-10/+10
* minor changes in tif_win32.cJoris Van Damme2007-03-071-29/+27
* TIFF library ported to Windows CE platform.Mateusz Loskot2007-01-151-1/+14
* Fixed problem with offset value manipulation as per bugAndrey Kiselev2006-10-121-8/+6
* Properly cast values to avoid warnings. As per bugAndrey Kiselev2006-02-071-2/+2
* *** empty log message ***Joris Van Damme2005-12-211-4/+4
* Release file descriptor in case of failure in the TIFFOpenW() function as perAndrey Kiselev2005-11-301-1/+3
* Use FILE_SHARE_READ | FILE_SHARE_WRITE share mode in CreateFile() call as perAndrey Kiselev2005-05-251-2/+2
* Fixed message formatting in functions Win32WarningHandler() andAndrey Kiselev2005-01-121-7/+7
* Use char* strings instead of TCHAR in windowed mode as per bugAndrey Kiselev2004-12-041-16/+16
* Fixed TIFFerror call to be TIFFErrorFrank Warmerdam2004-11-231-2/+2
* Typo fixed.Andrey Kiselev2004-11-131-2/+2
* Added TIFFOpenW() function to work with the double byte strings (used toAndrey Kiselev2004-11-051-2/+60
* Check results, returned by the TIFFFdOpen() before returning and closeAndrey Kiselev2004-01-291-11/+17
* Check if the pointer is NULL befor proceed further as per bugAndrey Kiselev2004-01-291-20/+19
* Fixed problem with _TIFFrealloc() when the NULL pointer passed. PatchAndrey Kiselev2003-12-311-1/+5
* * tif_win32.c: Applied patch to fix overreads and ovverwritesMike Welles2000-04-041-10/+19
* Applied changes for seek allowing 2-4GB seeks.Frank Warmerdam2000-01-281-7/+14
* avoid warnings, add borland pragmaFrank Warmerdam1999-11-271-3/+9
* Changed to use OPEN_ALWAYS in TIFFOpen() for O_RDWR|O_CREAT (mode "a").Frank Warmerdam1999-09-151-2/+2
* Added TIF_PLATFORM_CONSOLE flag to avoid use of windowing apiFrank Warmerdam1999-08-171-3/+16
* Initial revisionMike Welles1999-07-271-0/+288