ws2_32: Accept NULL lpNumberOfBytesSent for overlapped calls to WSASend/To.
[wine] / dlls /
2011-06-14  Hans Leidekkerws2_32: Accept NULL lpNumberOfBytesSent for overlapped...
2011-06-14  Andrew Eikumwinecoreaudio.drv: Initialize audio description flags.
2011-06-14  Andrew Eikummmdevapi: Sessions should be unique per-device.
2011-06-14  Francois Gougetcomdlg32: Use macros for the resource IDs instead of...
2011-06-14  Alexandre Julliardurlmon: Remove unneded stubs for IWindowForBindingUI.
2011-06-13  Francois Gougetcryptui: Remove the ellipsis from the View button in...
2011-06-13  Francois Gougetshdoclc: Don't duplicate menu separators.
2011-06-13  Francois Gougetshdoclc: One of the 'Add to Favorites' menu was missing...
2011-06-13  Mariusz Plucińskishell32/tests: Add test of IKnownFolderManager::GetFold...
2011-06-13  Lauri Kenttäws2_32/tests: Make sure that a structure is initialized...
2011-06-13  Alexandre Julliardwidl: Default to the cdecl calling convention in client...
2011-06-13  Alexandre Julliardrpcrt4: Also check base types for null ref pointers.
2011-06-13  Alexandre Julliardrpcrt4: Fix handling of complex types of return values...
2011-06-13  Alexandre Julliardrpcrt4: Fix handling of complex types of return values...
2011-06-13  Alexandre Julliardkernel32: Fix some 64-bit issues in GlobalSize().
2011-06-13  David Hedbergkernel32: GlobalSize() should also work with GMEM_MOVEA...
2011-06-13  Alexandre Goujonwinenas.drv: Avoid a warning in a trace on x86_64.
2011-06-13  Francois Gougetcomdlg32: Add a trailing '\n' to a TRACE() call.
2011-06-13  Francois Gougetd3dx9_36/tests: Add a '\n' to a trace() call.
2011-06-13  Francois Gougetd3dxof: Make read_bytes() static.
2011-06-13  Francois Gougetddraw: Make unsafe_impl_from_IDirectDrawSurface{2,3...
2011-06-13  Francois Gougetoleaut32: Fix a typo in a documentation comment.
2011-06-13  Austin Englishshdocvw: Add a stub for RunInstallUninstallStubs2.
2011-06-13  Marcus Meissnerd3dx9_36: Moved param NULL a bit forward (Coverity).
2011-06-13  André Hentschelws2_32/tests: Don't read return value when we don't...
2011-06-13  Marcus Meissnermsi: Fix some NULL dereferences (Coverity).
2011-06-13  Marcus Meissneruser32: Initialize all of msg (Coverity).
2011-06-13  Marcus Meissnerwined3d: Don't just print a FIXME on error, handle...
2011-06-11  Alexandre Julliardurlmon: Fix some pointer cast warnings.
2011-06-10  Mariusz Plucińskishell32/tests: Test of IKnownFolder::GetFolderDefinition.
2011-06-10  Mariusz Plucińskishell32/tests: Basic tests of IKnownFolder.
2011-06-10  Mariusz Plucińskishell32/tests: Basic tests of IKnownFolderManager.
2011-06-10  Jacek Cabanwininet: A small netconn_secure_verify code clean up.
2011-06-10  Jacek Cabanwininet: Added dwError of INTERNET_STATUS_REQUEST_COMPL...
2011-06-10  Jacek Cabanwininet: Set content_length when we reach end of data...
2011-06-10  Jacek Cabanwininet: Don't pass handle to INTERNET_REQUEST_COMPLETE...
2011-06-10  Jacek Cabanwininet: Moved INTERNET_STATUS_REQUEST_COMPLETE notific...
2011-06-10  Ričardas Barkauskasddraw: Separate IDirectDrawSurface vtable.
2011-06-10  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirectDrawSurface() for...
2011-06-10  Ričardas Barkauskasddraw: Separate IDirectDrawSurface2 vtable.
2011-06-10  Louis Lendersnetapi32/tests: Add small conformance test for NetGetJo...
2011-06-10  Louis Lendersnetapi32: Improve stubbed NetGetJoinInformation function.
2011-06-10  Alexandre Julliardrpcrt4: Don't try to bind to a null handle.
2011-06-10  Alexandre Julliardrpcrt4: Add support for the argument size of varying...
2011-06-10  Alexandre Julliardrpcrt4: Fix parameter stack size computation in the...
2011-06-10  Alexandre Julliardrpcrt4: Fix handling of arguments passed by value in...
2011-06-10  Alexandre Julliardrpcrt4: Don't marshall out-only parameters in the old...
2011-06-10  Hans Leidekkeradvapi32: Make sure lpDisplayName is initialized in...
2011-06-10  Hans Leidekkermsi: Implement and test MsiSetFeatureAttributes.
2011-06-10  Hans Leidekkermsi: Implement and test MsiGetFeatureInfo.
2011-06-10  Hans Leidekkermsi: Remove redundant function find_feature_by_name.
2011-06-10  Hans Leidekkermsi: Add a stub implementation of MsiCreateTransformSum...
2011-06-10  Stefan Dösingerwined3d: Silence R16 and AL16 fourcc warnings.
2011-06-10  Stefan Dösingerwined3d: Set last_was_blit to FALSE in the if condition...
2011-06-10  Stefan Dösingerwined3d: Don't check the FBO status if FIXMEs are off.
2011-06-10  Henri Verbeetwined3d: Move PBO handling mostly out of surface_upload...
2011-06-10  Henri Verbeetwined3d: Get rid of a NULL check for surface_upload_data().
2011-06-10  Henri Verbeetwined3d: Handle unpack row length inside surface_upload...
2011-06-10  Henri Verbeetwined3d: Rename IWineD3DImpl_FillGLCaps() to wined3d_ad...
2011-06-10  Henri Verbeetwined3d: Rename IWineD3DDeviceImpl_UpdateVolume() to...
2011-06-10  Juan Langsetupapi: Make sure machine name is non-empty before...
2011-06-09  Alexandre Julliardadvapi32: Always pass valid buffers in the EnumServices...
2011-06-09  Alexandre Julliardadvapi32: Fix the parameter checks in QueryServiceStatusEx.
2011-06-09  Alexandre Julliarddispex: Make sure we don't pass a NULL array to IDispat...
2011-06-09  Owen Rudgewinemapi: Ensure address is valid before checking for...
2011-06-09  Juan Langcrypt32: Support CERT_COMPARE_NAME_STR_A in CertFindCer...
2011-06-09  Jacek Cabanurlmon: Added empty file binding test.
2011-06-09  Jacek Cabanurlmon: Correctly handle empty files.
2011-06-09  Alexandre Julliardmsi: Create temp files in the destination directory...
2011-06-09  Michael Stefaniucddraw: Use unsafe_impl_from_IDirect3DLight() for applic...
2011-06-09  Michael Stefaniucddraw: COM cleanup for the IDirect3DLight iface.
2011-06-09  Rico Schüllerd3dx9: Implement ID3DXBaseEffect::GetBoolArray().
2011-06-09  Rico Schüllerd3dx9: Implement ID3DXBaseEffect::GetIntArray().
2011-06-09  Rico Schüllerd3dx9: Implement ID3DXBaseEffect::GetFloatArray().
2011-06-09  Dylan Smithd3dxof: Factor out parse template loops into a function.
2011-06-09  Dylan Smithd3dxof: Factor out duplicated code for parsing X file...
2011-06-09  Dylan Smithd3dxof: Remove unnecessary fields from IDirectXFileEnum...
2011-06-09  Aric Stewartusp10: Strip dangling joiners for Sinhala.
2011-06-09  Aric Stewartusp10: Sinhala vowels are not fully decomposed. The...
2011-06-09  Alexandre Julliardrpcrt4/tests: Add a few more marshalling tests.
2011-06-08  Michael Stefaniucddraw: COM cleanup for the IDirect3DMaterial3 iface.
2011-06-08  Michael Stefaniucddraw: Avoid "unsafe" IDirect3DMaterial3 to object...
2011-06-08  Michael Stefaniucddraw: Rename d3d_material_init() and have it allocate...
2011-06-08  Michael Stefaniucddraw: COM cleanup for the IDirectDrawGammaControl...
2011-06-08  Adam Martinsonole32: Don't call IDropTarget::QueryInterface() in...
2011-06-08  Louis Lendersnetapi32/tests: Add small conformance test for NetLocal...
2011-06-08  Louis Lendersnetapi32: Fill the data buffer with something useful...
2011-06-08  Aric Stewartusp10: Bengali initial form is only applied to the...
2011-06-08  Aric Stewartusp10: Execute half after pstf.
2011-06-08  Rico Schüllerd3dx9: Improve effect sampler parsing.
2011-06-08  Dylan Smithd3dx9/tests: Add tests for D3DXLoadMeshFromXInMemory.
2011-06-08  Dylan Smithd3dx9: Implement D3DXLoadMeshFromX and D3DXLoadMeshFrom...
2011-06-08  Dylan Smithd3dx9: Support optional parameters for D3DXLoadMeshFrom...
2011-06-08  Dylan Smithd3dx9: Implement D3DXLoadMeshFromXInMemory.
2011-06-08  Aric Stewartusp10: Refine Ralf reordering location for Devanagari...
2011-06-08  Alexandre Julliardkernel32: Fix the handling of CAL_ITWODIGITYEARMAX...
2011-06-08  André Hentschelmscoree/tests: Mark a weird w2k3 result as broken.
2011-06-08  Piotr Cabanmsvcrt: Fix broken exports in spec file.
2011-06-08  Vincent Povirkuser32/tests: Do not check the last error on succeeding...
2011-06-08  Vincent Povirkuser32/tests: Test registering the same hotkey hwnd...
next