ws2_32/tests: Fix a race in sock.c:test_write_events().
[wine] / dlls /
2008-09-10  Henri Verbeetwined3d: Reset the auto depth stencil.
2008-09-10  Henri Verbeetd3d8: Fix IDirect3DDevice8::SetRenderTarget().
2008-09-10  Henri Verbeetd3d8: GetDepthStencilSurface returns D3DERR_NOTFOUND...
2008-09-10  Henri Verbeetd3d9: GetDepthStencilSurface returns D3DERR_NOTFOUND...
2008-09-10  Henri Verbeetwined3d: Correct a comment.
2008-09-10  Henri Verbeetwined3d: Fix the half pixel offset.
2008-09-10  Kai Blindplayx: Fix static overrun of pDP array in test. (Cover...
2008-09-10  Kai Blinws2_32: Fix the SO_REUSEADDR tests to work on Win2k3...
2008-09-10  Jeff Zaroykodsound: Fix a few failing tests and a crash on 2008...
2008-09-10  Detlef Riekenbergshlwapi: Add a stub for SHSetDefaultDialogFont.
2008-09-10  Detlef Riekenbergoleaut32: Dump parameter and SYSKIND for LHashValOfName...
2008-09-10  Jeff Zaroykows2_32: ioctlsocket should try to check if argp is...
2008-09-10  Juan Langwinhttp: Don't reference past the attribute array....
2008-09-10  Alexander Dorofeyevquartz/tests: Fix potential NULL dereference (Coverity).
2008-09-10  Jacek Cabanjscript: Added typeof expression implementation.
2008-09-10  Jacek Cabanjscript: Added Math object stub implementation.
2008-09-10  Jacek Cabanjscript: Added RegExp constructor object implementation.
2008-09-10  Jacek Cabanjscript: Added Number constructor object implementation.
2008-09-10  Jacek Cabanjscript: Added Boolean constructor object.
2008-09-10  Jacek Cabanjscript: Added Array constructor object implementation.
2008-09-10  Jacek Cabanjscript: Added String constructor object.
2008-09-10  Jacek Cabanjscript: Added Object constructor object implementation.
2008-09-10  Andrew Talbotmsi: Uninitialized variable fix (Coverity).
2008-09-10  Juan Langcrypt32: Get rid of a magic number and a redundant...
2008-09-10  Juan Langcrypt32: Return FALSE rather than crash if memory alloc...
2008-09-10  Juan Langcrypt32: Fix typo. Fixes Coverity item 605.
2008-09-10  Juan Langcrypt32: Assert condition that can occur only in case...
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-09-10  Hans Leidekkerwinhttp: Better diagnostics in the notification test.
2008-09-10  Hans Leidekkerwinhttp: Increase sleep between two tests that connect...
2008-09-10  Hans Leidekkerwinhttp: Don't loop on response codes other than 301...
2008-09-10  Huw Davieswinex11.drv: Fix SetDIBits optimization to work with...
2008-09-10  Aric Stewartmlang: Expand stub of fnIMLangFontLink2_GetStrCodePages.
2008-09-09  Paul Vriensws2_32/tests: Remove redundant NULL check before HeapFree.
2008-09-09  Paul Vriensquartz/tests: Fix the tests on several platforms.
2008-09-09  Rob Shearmaninclude: Fix function names in IVBSAXXMLReader interfac...
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLTable.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLDocument5.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLInputElement.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLTextAreaElement.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLOptionElement.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLGenericElement.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLScriptElement.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLTextContainer.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLImgElement.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLDOMTextNode.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLDocument4.
2008-09-09  Alistair Leslie... mshtml: Implement IDispatch for IHTMLDocument3.
2008-09-09  Alexandre Julliarduser32: Fix DeferWindowPos to work on windows belonging...
2008-09-09  Andrew Talbotshdocvw: Sign-compare warnings fix.
2008-09-09  Piotr Cabanmsxml3: Change SAX IStream parser implementation.
2008-09-09  James Hawkinscomctl32: Store the previous timeout value to test...
2008-09-09  Peter Dons Tychsenntoskrnl: Implement partial stub for IoGetConfiguration...
2008-09-09  James Hawkinsole32: Fix a few file access discrepancies between...
2008-09-09  James Hawkinsurlmon: Fix several failing tests with IE7.
2008-09-09  James Hawkinsurlmon: Fix a failing test with IE7.
2008-09-09  James Hawkinsmsi: Fix a few file access discrepancies between platforms.
2008-09-09  Jacek Cabanjscript: Add static functions to variable objects.
2008-09-09  Jacek Cabanjscript: Added Function.length implementation.
2008-09-09  Jacek Cabanjscript: Added member expression implementation.
2008-09-09  Jacek Cabanjscript: Added function object stub implementation.
2008-09-09  Jacek Cabanjscript: Added '!==' expression implementation.
2008-09-09  Jacek Cabanjscript: Added '===' expression implementation.
2008-09-09  Jacek Cabanjscript: Added var statement implementation.
2008-09-09  Jacek Cabanjscript: Added logical negation implementation.
2008-09-09  Jacek Cabanjscript: Added infrastructure for test scripts.
2008-09-09  Jacek Cabanjscript: Added call expression implementation.
2008-09-09  Jacek Cabanjscript: Added variable object handling.
2008-09-09  Jacek Cabanjscript: Added scope chain implementation.
2008-09-09  Jacek Cabanjscript: Added assignment test.
2008-09-09  Jacek Cabanjscript: Added literal expression implementation.
2008-09-09  Jacek Cabanjscript: Added assign expression implementation.
2008-09-09  Jacek Cabanjscript: Added global object implementation.
2008-09-09  Jacek Cabanjscript: Added AddNamedItem implementation.
2008-09-09  Jacek Cabanjscript: Added identifier expression implementation.
2008-09-09  Jacek Cabanjscript: Added expression statement implementation.
2008-09-09  Jacek Cabanjscript: Added GetMemberName implementation.
2008-09-09  Jacek Cabanjscript: Added DeleteMemberByName implementation.
2008-09-09  Jacek Cabanjscript: Added GetNextDispID implementation.
2008-09-09  Jacek Cabanjscript: Added InvokeEx implementation.
2008-09-09  Juan Langcrypt32: Simplify CryptVerifyMessageSignature.
2008-09-09  Juan Langcrypt32: Implement CryptVerifyDetachedMessageSignature.
2008-09-09  Juan Langcrypt32: Add tests for CryptVerifyDetachedMessageSignature.
2008-09-09  Juan Langcrypt32: Add stub for CryptVerifyDetachedMessageSignature.
2008-09-09  Juan Langcrypt32: Test verifying the signature of a detached...
2008-09-09  Juan Langcrypt32: Don't crash when asked to verify a signature...
2008-09-09  Juan Langcrypt32: Implement CryptVerifyMessageHash.
2008-09-09  Juan Langcrypt32: Add tests for CryptVerifyMessageHash.
2008-09-09  Juan Langcrypt32: Add stub for CryptVerifyMessageHash.
2008-09-09  Juan Langcrypt32: Don't store redundant copy of detached hash...
2008-09-09  Juan Langcrypt32: Check length of sequence before checking tag.
2008-09-09  Gerald Pfeifercomctl32: Remove unused paramters from MONTHCAL_GetRang...
2008-09-09  James Hawkinsriched20: Fix two typos that cause a failing test.
2008-09-09  Rob Shearmaninclude: Fix level of indirection of parameters in...
2008-09-09  Hans Leidekkerwinhttp: Make sure not to read more data than expected...
2008-09-09  Hans Leidekkerwinhttp: WinHttpQueryDataAvailable should do a blocking...
2008-09-09  Hans Leidekkerwinhttp: Option WINHTTP_OPTION_SERVER_CERT_CONTEXT...
2008-09-09  David Adamappwiz: Fix some typos in the French resource.
2008-09-09  Erik Inge Bolsøwinealsa.drv: fix typo in IDsCaptureDriverImpl_Open.
next