wininet/tests: Improve error reporting in a couple of tests.
[wine] / dlls / cabinet /
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-10-26  André Hentschelcabinet: Reorder code to make sure str is freed (coverity).
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-22  Andrew Talbotcabinet: void functions should not return a value.
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-03-14  Paul Vrienscabinet: Check correctly for the magic value (Coverity).
2011-02-21  Alexandre Julliardcabinet: Preserve trailing slash on directory name...
2011-02-19  Alexandre Julliardcabinet: Fix the remaining todo_wine tests in fdi.c.
2011-02-18  Alexandre Julliardcabinet: Avoid some memory allocations by storing buffe...
2011-02-18  Alexandre Julliardcabinet: Add support for MSZIP compression.
2011-02-17  Alexandre Julliardcabinet: Create temp files only once we have data to...
2011-02-17  Alexandre Julliardcabinet: Cleanup file loading and add infrastructure...
2011-02-17  Alexandre Julliardcabinet: Create one temp file per folder and avoid...
2011-02-16  Alexandre Julliardcabinet: Store the data block headers in a memory list...
2011-02-15  Alexandre Julliardcabinet: Rewrite the cabinet header output code, and...
2011-02-15  Alexandre Julliardcabinet: Store the CCAB data as soon as it is available.
2011-02-15  Alexandre Julliardcabinet: Add helper functions for temp file manipulations.
2011-02-15  Alexandre Julliardcabinet: Store files in a list in memory instead of...
2011-02-14  Alexandre Julliardcabinet: Store folders in a list in memory instead...
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...
2011-02-04  Alexandre Julliardcabinet: Move the internal FCI structure to fci.c.
2011-02-04  Alexandre Julliardcabinet: Pass an FCI pointer to internal functions...
2011-02-04  Alexandre Julliardcabinet: Call FCI function pointers explicitly instead...
2011-02-04  Alexandre Julliardcabinet: Replace the fci_set_error macro by a proper...
2011-02-03  Alexandre Julliardcabinet: Use constants instead of hard-coded numbers...
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...
next