wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / cabinet / fdi.c
2008-06-18  Alexandre Julliardcabinet: Always use INT_PTR for handles.
2008-05-19  Dmitry Timoshkovcabinet: Fix the regression caused by 4046075462c00f447...
2008-05-14  Andrew Talbotcabinet: Remove order-of-evaluation dependencies.
2008-05-05  Andrew Talbotcabinet: Indentation fix.
2008-04-28  James Hawkinscabinet: Revert "cabinet: Fix for FDICopy with an empty...
2008-04-25  Vitaly Perovcabinet: Fix for FDICopy with an empty cabinet file.
2008-02-18  Rob Shearmancabinet: Replace strcasecmp call with lstrcmpiA as...
2007-12-31  Andrew Talbotcabinet: Remove unneeded cast.
2007-12-06  Andrew Talbotcabinet: Remove unneeded casts.
2007-12-03  Andrew Talbotcabinet: Remove unneeded casts.
2007-09-10  Jeff Latimercabinet: Remove unnecessary function.
2007-08-24  James Hawkinscabinet: Return the value of GetLastError if FDICopy...
2007-08-22  Alexandre Julliardcabinet: Use the proper fcntl defines in the FDI_OPEN...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-04-26  Alexandre Julliardcabinet: Make sure we don't try to close an invalid...
2007-03-16  Gerald Pfeifercabinet: Simplify code in fdi_decomp().
2007-03-15  Andrew Talbotcabinet: Constify some variables.
2007-02-14  Alexandre Julliardcabinet: Fixed fd leak in case of error.
2007-01-26  Andrew Talbotcabinet: Improve initialization of some arrays.
2007-01-10  Michael Stefaniucjanitorial: Use the C standard for multiline strings.
2006-12-15  James Hawkinscabinet: Close the opened file handle even in error...
2006-10-20  Andrew Talbotcabinet: Cast-qual warnings fix.
2006-10-12  James Hawkinscabinet: Make internal functions static.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-12  James Hawkinscabinet: Move the remaining cabextract.c functions...
2006-01-11  James Hawkinscabinet: Add documentation for FDITruncateCabinet.
2006-01-09  James Hawkinscabinet: Store the cab file handle before extracting...
2005-07-05  Stefan HuehnerFix some more -Wmissing-declarations warnings.
2004-12-06  Filip NavaraDon't try to free pointer from union that isn't used.
2004-09-02  Hans LeidekkerFix signed/unsigned comparison warnings.
2003-09-08  Francois GougetA few spelling fixes.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-18  Gregory M. TurnerDon't touch perf in FDIIsCabinet, InstallShield may...
2003-08-05  Gregory M. TurnerMany words about cabinets.
2003-08-02  Gregory M. TurnerRemember decompression state during extraction, so...
2003-07-30  Gregory M. Turner- ERR("WARNING") just doesn't look right ;)
2003-07-19  Gregory M. Turner- eliminate pesky global variables; should be threadsaf...
2003-07-02  Francois GougetFixed some common spelling errors.
2003-06-23  Gregory M. Turner- remove unused loop that always iterates once
2003-06-18  Francois GougetTypos/spelling fixes.
2003-06-17  Gregory M. Turner- move macros and constants into cabinet.h where they...
2003-06-13  Gregory M. Turner- most of FDICopy is now implemented, although the...
2003-06-13  Gregory M. Turner- implement FDI{Create,Destroy,IsCabinet}
2002-12-19  Greg Turner- port cabextract to wine
2002-12-02  Patrik StridvallAdded FIXME:s in the stubs.
2002-11-19  Patrik StridvallAdded stub implementation of cabinet.dll.