dmusic: Avoid signed-unsigned integer comparisons.
[wine] / dlls / cabinet / fdi.c
2013-01-02  Andrew Talbotcabinet: Avoid signed-unsigned integer comparisons.
2012-11-28  Christian Costacabinet: Simplify concatenation of path and filename.
2012-11-28  Christian Costacabinet: Remove useless ERR and turn one ERR into a...
2012-11-23  Christian Costacabinet: Simplify concatenation of path and filename.
2012-11-02  Jacek Cabancabinet: Improved debug traces.
2012-07-26  Michael Stefaniuccabinet: Avoid TRUE-FALSE conditional expressions.
2012-07-25  Michael Stefaniuccabinet: Simplify the "pointer to start of array" idiom.
2011-09-26  Andrew Talbotcabinet: Mark some fall-throughs in switch statements.
2011-08-01  Frédéric Delanoydlls: Assorted spelling fixes.
2011-03-29  André Hentschelcabinet: Be more verbose.
2011-03-14  Paul Vrienscabinet: Check correctly for the magic value (Coverity).
2011-02-19  Alexandre Julliardcabinet: Fix the remaining todo_wine tests in fdi.c.
2011-02-04  Alexandre Julliardcabinet: Move internal FDI definitions to fdi.c.
2011-02-04  Alexandre Julliardcabinet: Call FDI function pointers explicitly instead...
2011-02-04  Alexandre Julliardcabinet: Pass an FDI pointer to internal functions...
2011-02-04  Alexandre Julliardcabinet: Add a helper function to set error code in...
2010-03-29  Mikhail Maroukhinecabinet: Fix compiler warning with flag -Wcast-qual.
2009-12-14  Rob Shearmancabinet: Fix memory leaks on failure in FDICopy.
2009-10-19  Marcus Meissnercabinet: Fixed free_decompression_temps/_mem , handle...
2009-05-26  Andrew Talbotcabinet: Constify a variable.
2009-02-09  Andrew Talbotcabinet: Declare a function static.
2009-02-05  Andrew Talbotcabinet: Declare a function static.
2009-01-02  Andrew Talbotcabinet: Declare a function static.
2009-01-02  Michael Stefaniuccabinet: Don't cast the return value of PF[CD]I_ALLOC...
2008-12-11  Alexandre Julliardcabinet: Don't allocate a huge buffer on the stack.
2008-11-18  Ricardo Filipecabinet: Fix dead stores (llvm/clang).
2008-11-03  Michael Stefaniuccabinet: Do not cast NULL.
2008-10-01  Rob Shearmancabinet: Check buffer size before copying in NONEfdi_de...
2008-09-10  Juan Langcabinet: Use helper function to remove duplicate code.
2008-09-10  Juan Langcabinet: Use helper function to remove duplicate code.
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.