oleaut32: Add a test for loading/saving an empty picture.
[wine] / dlls / cabinet / tests /
2011-02-19  Alexandre Julliardcabinet: Fix the remaining todo_wine tests in fdi.c.
2011-02-18  Alexandre Julliardcabinet: Add support for MSZIP compression.
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-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-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-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-03  Alexandre Julliardcabinet/tests: Add CDECL to the cabinet callback functions.
2008-12-12  Francois Gougetcabinet/tests: Make CopyProgress() static.
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-02-06  Reece H. Dunncabinet: Make the fdi tests pass on Vista.
2008-01-18  Austin EnglishMisc spelling fixes.
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
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-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-22  James Hawkinscabinet: Formalize the SESSION struct and add more...
2007-08-14  Paul Vrienscabinet/tests: Use GetModuleHandleA instead of LoadLibr...
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-08-15  Andrew Talbotcabinet/tests: Write-strings warnings fix.
2006-08-07  Mike McCormackcabinet: Fix and test the undocumented Extract function.
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 JulliardTake advantage of the recursive nature of .gitignore...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2006-01-10  James Hawkinscabinet: Add initial tests for Extract.