wininet: Include the Proxy-Connection header in the keep-alive check.
[wine] / dlls / cabinet / cabinet_main.c
2012-10-26  André Hentschelcabinet: Reorder code to make sure str is freed (coverity).
2011-02-21  Alexandre Julliardcabinet: Preserve trailing slash on directory name...
2009-01-14  Michael Stefaniucinclude: Change to LONG/ULONG in fdi.h for Win64 compat...
2009-01-05  Alexandre Julliardcabinet: Add CDECL to the cabinet callback functions.
2008-12-29  Jacek Cabancabinet: Make sure that parent directories exist when...
2008-07-21  Hans Leidekkercabinet: Fix a memory leak.
2008-01-07  Rico Schüllercabinet: Fix memory leak (found by Smatch).
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-03-15  Andrew Talbotcabinet: Constify some variables.
2006-10-16  Francois GougetAssorted spelling fixes.
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-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-10  James Hawkinscabinet: Implement Extract on top of FDI.
2006-01-09  James Hawkinscabinet: Clean up the documentation for Extract.
2006-01-09  James Hawkinscabinet: Fix the second parameter name of Extract.
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-06-07  Thomas WeidenmuellerRemoved local variables only used in TRACE statements.
2004-12-14  Michael StefaniucMissing HeapFree's + 1 LocalFree (found by smatch).
2004-09-02  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-01-08  Stefan LeichterAdded the linked list with the name of files of the...
2004-01-02  Mike Hearnresult2 seems to be optional, making it 0 allows IE...
2003-12-30  Stefan LeichterMake use of/handle the first parameter of the function...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2002-12-19  Greg Turner- port cabextract to wine