rpcrt4: Implement RpcAsyncInitializeHandle.
[wine] / dlls /
2008-01-07  Rob Shearmanrpcrt4: Implement RpcAsyncInitializeHandle.
2008-01-07  Rob Shearmanrpcrt4: Add tests for some async RPC functions.
2008-01-07  Rob Shearmanrpcrt4: Add stubs for asynchronous functions.
2008-01-07  Rob Shearmanrpcrt4: Add stubs for I_RpcAsyncSetHandle and I_RpcAsyn...
2008-01-07  Rob Shearmanrpcrt4: Call NdrCorrelationInitialize and NdrCorrelatio...
2008-01-07  Rob Shearmanrpcrt4: Add stubs for NdrCorrelationInitialize, NdrCorr...
2008-01-07  Rob Shearmanrpcrt4: ndr_stubless.h should include ndrtypes.h as...
2008-01-07  Rob Shearmanrpcrt4: Set the ProcNum of RPC_MESSAGE in NdrClientInit...
2008-01-07  Rob Shearmanrpcrt4: Add tests for the RPC_MESSAGE members set by...
2008-01-07  Rob Shearmanole32: Fix memory leaks caused by not calling the chann...
2008-01-07  Rob Shearmanole32: Fix a memory leak.
2008-01-07  Rob Shearmanole32: Shortcut the RPC runtime for allocation of the...
2008-01-07  Rob Shearmanole32: Clear the RPC_FLAGS_VALID_BIT flag from the...
2008-01-07  Rob Shearmanntdll: Fix NtQueryValueKey for KeyValueBasicInformation.
2008-01-07  Rob Shearmanntdll: Fix the Data and Name returned by NtQueryValueKe...
2008-01-07  Rob Shearmanntdll: Add tests for the data and name returned by...
2008-01-07  Roderick Colenbranderwined3d: Use software palette conversion for non-textur...
2008-01-07  Chris Wulffshdocvw: Hide and show the frame window instead of...
2008-01-07  Peter Oberndorferdwmapi: Add stub implementation for DwmSetWindowAttribu...
2008-01-07  Alexandre Julliardkernel32/tests: Avoid using size_t in traces.
2008-01-07  Alexandre Julliardgdi32/tests: Avoid using size_t in traces.
2008-01-07  Alexandre Julliardadvapi32/tests: Print the correct size in an error...
2008-01-07  Alexandre Julliardwined3d: Use unsigned int instead of size_t for the...
2008-01-07  Alexandre Julliardwined3d: Use unsigned int instead of size_t for element...
2008-01-07  Alexandre Julliardconfigure: Added a check for the soname of libodbc.
2008-01-07  Peter Dons Tychsendevenum: Fix the implementation of IEnumMoniker::Skip...
2008-01-07  Peter Dons Tychsendinput: Silence incorrect warning and move it to a...
2008-01-07  Alexander Nicolays... comdlg32: PageSetupDlgW: Set orientation in printer...
2008-01-07  Rico Schüllermsi: Fix memory leaks (found by Smatch).
2008-01-07  Rico Schüllermshtml: Fix memory leak (found by Smatch).
2008-01-07  Rico Schüllercabinet: Fix memory leak (found by Smatch).
2008-01-07  Austin EnglishSpelling fixes.
2008-01-07  Rob Shearmanrpcrt4: Implement I_RpcMapWin32Status.
2008-01-07  Francois Gougetwintab32: Add a trailing '\n' to a Wine trace.
2008-01-07  Francois Gougetmsxml3/tests: Add the trailing '\n' to an ok() call.
2008-01-07  Aric Stewartimm32: ImmNotifyIMM with CPS_CANCEL fully clears the...
2008-01-07  Rob Shearmanrpcrt4: Print fixme's if the serialize or no-serialize...
2008-01-07  Rob Shearmanrpcrt4: Pass the interface identifier to the lower...
2008-01-07  Rob Shearmanole32: Fix a typo in the class moniker tests.
2008-01-07  Rob Shearmanole32: get_moniker_for_progid_display_name should fallb...
2008-01-07  Peter Oberndorferuser32: Remove unused lpGrayMask array.
2008-01-07  Andrew Talbotdxdiagn: Remove unneeded casts.
2008-01-07  Andrew Talbotgdi32: Remove unneeded casts.
2008-01-07  Andrew Talbotgphoto2.ds: Remove unneeded casts.
2008-01-07  Andrew Talboticcvid: Remove unneeded casts.
2008-01-07  Andrew Talbotimm32: Remove unneeded cast.
2008-01-07  Andrew Talbotcomdlg32: Remove unneeded cast.
2008-01-07  Alexandre Julliardadvapi32: Fix the length written to the pipe for the...
2008-01-07  Alexandre Julliardntdll: Return a proper Information field also when...
2008-01-07  Detlef Riekenbergspoolss: Add stubs for SpoolerHasInitialized and Spoole...
2008-01-07  James Hawkinsmsi: Create parent directories when duplicating files...
2008-01-07  James Hawkinsmsi: Pad the month and day to two digits.
2008-01-07  James Hawkinsmsi: Remove an erroneous table.
2008-01-07  James Hawkinsmsi: Copy the temporary package when storing the installer.
2008-01-07  James Hawkinsmsi: Check the local package for existence when resolvi...
2008-01-07  James Hawkinsmsi: Directly download mi->source now that SourceDir...
2008-01-07  James Hawkinsmsi: OriginalDatabase can be a URL so check for a forwa...
2008-01-07  James Hawkinsmsi: SourceDir is formed from the path of OriginalDatabase.
2008-01-07  James Hawkinsmsi: OriginalDatabase is the fully-expanded path to...
2008-01-07  James Hawkinsmsi: Factor out msi_set_sourcedir_props.
2008-01-07  James Hawkinsmsi: If the package is a URL, the OriginalDatabase...
2008-01-07  James Hawkinsmsi: WriteEnvironmentStrings should also write to REG_E...
2008-01-07  James Hawkinsmsi: Only read an internal package if the file to insta...
2008-01-07  Eric Pouechrichedit: Uniformly handle the bPitchAndFamily field...
2008-01-07  Eric Pouechrichedit: Check return of GetScrollInfo before accessin...
2008-01-07  Eric Pouechrichedit: Initialize all the cursors at editor creation.
2008-01-07  Eric Pouechrichedit: Only copy the charset when it's defined.
2008-01-07  Rob Shearmanrpcrt4: Don't set Buffer to NULL in I_RpcFreeBuffer.
2008-01-07  Rob Shearmanrpcrt4: Add some tests for NdrGetBuffer and NdrFreeBuffer.
2008-01-07  Rob Shearmanole32: Clear the RPC_MESSAGE structure before using it.
2008-01-07  Rob Shearmankernel32: Implement RegisterWaitForSingleObjectEx.
2008-01-07  Rob Shearmanole32: Determine the destination for the COM call and...
2008-01-07  Rob Shearmanrpcrt4: Update todos.
2008-01-07  Hans Leidekkerkernel32: Add Surinam Dutch and Belgian Dutch translati...
2008-01-07  Hans Leidekkerkernel32: Fix two test failures on Win98 due to missing...
2008-01-07  Hans Leidekkerwininet: Fix handling of host and referrer headers...
2008-01-04  Alexandre Julliardkernel32/tests: Added tests for FindFirstVolume/FindNex...
2008-01-04  Alexandre Julliardkernel32: Implemented FindFirstVolume/FindNextVolume...
2008-01-04  Alexandre Julliardmountmgr.sys: Implemented the IOCTL_MOUNTMGR_QUERY_POIN...
2008-01-04  Alexandre Julliardmountmgr.sys: Add devices to the MountedDevices registr...
2008-01-04  Alexandre Julliardmountmgr.sys: Create disk devices for all configured...
2008-01-04  Alexandre Julliardmountmgr.sys: Create a hard disk device for PhysicalDrive0.
2008-01-04  Peter Dons Tychsenddraw: Add missing pitch in callback from EnumDisplayMo...
2008-01-04  Kirill K. Smirnovkernel32: Convert newborn wineserver handle to kernel32...
2008-01-04  Alexandre Julliardmountmgr.sys: Added initial stub for the mount point...
2008-01-04  Austin EnglishMore spelling fixes.
2008-01-04  Alexandre Julliardkernel32: Launch wineboot on first startup of a wine...
2008-01-04  Alexandre Julliardadvapi32: Don't wait for 20 seconds if a service fails...
2008-01-04  Gerald Pfeifermsi: Adjust the types of loop variables.
2008-01-04  Gerald Pfeiferd3d9: Fix type of loop variable.
2008-01-04  Gerald Pfeiferd3d8: Fix type of loop variable.
2008-01-04  Dmitry Timoshkovgdi32: Remove redundant indentation levels in CreateFon...
2008-01-04  Jacek Cabanmshtml: Don't assume that end_pos.node is text node...
2008-01-04  Jacek Cabanmshtml: Fixed Read implementations.
2008-01-04  Jacek Cabanmshtml: Added Invoke(DISPID_READYSTATE) implementation.
2008-01-04  Alistair Leslie... msxml3: Tests for get_xml, createAttribute, CreateComme...
2008-01-04  Alistair Leslie... msxml3: Implement get_xml.
2008-01-04  Alistair Leslie... msxml3: Cannot add an attribute with appendChild.
2008-01-04  Alistair Leslie... msxml3: Add missing values for get_nodeName.
2008-01-04  Alistair Leslie... msxml3: Implement createAttribute.
next