msxml3: Add schema parse/validate error callbacks.
[wine] / dlls / cabinet /
2010-10-04  Marko Nikoliccabinet/tests: Removed sign comparison warnings.
2010-10-01  Alexandre Julliardcabinet/tests: Make some variables static.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-03-29  Mikhail Maroukhinecabinet: Fix compiler warning with flag -Wcast-qual.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-01-29  Alexandre Julliardcabinet/tests: Fix accesses to an invalid pointer.
2010-01-07  James Hawkinscabinet: Fix several file list leaks in the extract...
2009-12-14  Rob Shearmancabinet: Fix memory leaks on failure in FDICopy.
2009-10-19  Marcus Meissnercabinet: Fixed free_decompression_temps/_mem , handle...
2009-06-29  Nicolas Le Camcabinet/tests: Split an incorrect test in two valid...
2009-06-29  Nicolas Le Camcabinet/tests: Avoid use of lstrlenA when not needed.
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-15  Alexandre Julliardcabinet: Don't try to copy data from the file if we...
2009-01-14  Michael Stefaniucinclude: Change to LONG/ULONG in fdi.h for Win64 compat...
2009-01-14  Michael Stefaniucinclude: Change to LONG/ULONG in fci.h for Win64 compat...
2009-01-05  Alexandre Julliardcabinet: Add CDECL to the cabinet callback functions.
2009-01-03  Alexandre Julliardcabinet/tests: Add CDECL to the cabinet callback functions.
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-29  Jacek Cabancabinet: Make sure that parent directories exist when...
2008-12-12  Francois Gougetcabinet/tests: Make CopyProgress() static.
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-07-21  Hans Leidekkercabinet: Fix a memory leak.
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-04-25  Vitaly Perovcabinet: Added a test for FDICopy with an empty cabinet...
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-02-18  Rob Shearmancabinet: Replace strcasecmp call with lstrcmpiA as...
2008-02-12  Andrew Talbotcabinet: Assign to structs instead of using memcpy.
2008-02-06  Reece H. Dunncabinet: Make the fdi tests pass on Vista.
2008-01-23  Francois GougetAssorted spelling fixes.
2008-01-18  Austin EnglishMisc spelling fixes.
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-07  Rico Schüllercabinet: Fix memory leak (found by Smatch).
2007-12-31  Andrew Talbotcabinet: Remove unneeded cast.
2007-12-07  Andrew Talbotcabinet: Remove unneeded casts.
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
2007-12-06  Andrew Talbotcabinet: Remove unneeded casts.
2007-12-03  Andrew Talbotcabinet: Remove unneeded casts.
2007-11-05  Dan Kegelcabinet: FCICreate: Initialize oldCCAB.
2007-11-05  Dan Kegelcabinet: FCIAddFile: Set defaults in case callback...
2007-10-26  James Hawkinscabinet: Fix two tests that return E_FAIL on win98.
2007-09-10  Jeff Latimercabinet: Remove unnecessary function.
2007-08-29  James Hawkinscabinet: Add initial tests for FDI.
2007-08-27  James Hawkinscabinet: Don't extract a file if DoExtract is FALSE.
2007-08-24  James Hawkinscabinet: Return the value of GetLastError if FDICopy...
2007-08-24  James Hawkinscabinet: Append new file nodes to the front of the...
2007-08-24  James Hawkinscabinet: Pass the session Error to FDICopy.
2007-08-23  James Hawkinscabinet: Formalize the SESSION struct.
2007-08-22  Alexandre Julliardcabinet: Use the correct create disposition in fdi_open.
2007-08-22  Alexandre Julliardcabinet: Use the proper fcntl defines in the FDI_OPEN...
2007-08-22  James Hawkinscabinet: Formalize the SESSION struct and add more...
2007-08-14  Paul Vrienscabinet/tests: Use GetModuleHandleA instead of LoadLibr...
2007-06-28  Jeff Latimercabinet: Fix a potential NULL reference.
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-12-14  Francois GougetAssorted spelling fixes.
2006-10-20  Andrew Talbotcabinet: Cast-qual warnings fix.
2006-10-16  Francois GougetAssorted spelling fixes.
2006-10-12  James Hawkinscabinet: Make internal functions static.
2006-10-06  Paul Vrienscabinet: Make tests run on Win98 again.
2006-10-06  Michael Stefaniuccabinet/tests: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-13  Alexandre Julliardtests: Moved some compatibility defines to wine/test.h.
2006-09-11  Marcus MeissnerRemoves all unnecessary WINE_DEFAULT_DEBUG_CHANNEL...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-15  Andrew Talbotcabinet/tests: Write-strings warnings fix.
2006-08-07  Mike McCormackcabinet: Fix and test the undocumented Extract function.
2006-08-07  Mike McCormackcabinet: Split the cabinet path for FDICopy.
2006-07-31  Andrew Talbotcabinet: Write-strings warning fix.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-01  Gerold J. Wucherpf... cabinet: Set proper error information on failures.
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2006-01-12  James Hawkinscabinet: Move the remaining cabextract.c functions...
2006-01-11  James Hawkinscabinet: Remove no longer used code from cabextract.c.
next