msvcr80: Add some 64-bit only exports.
[wine] / dlls / ole32 / rpc.c
2013-02-08  Alexander Morozovole32: Avoid a deadlock when a being loaded DLL calls...
2013-01-16  Eric PouechVarious background processes must be launched detached...
2012-10-15  Nikolay Sivovole32: Store destination context and context data in...
2012-10-15  Nikolay Sivovole32: Store destination context data in channel buffer.
2012-10-15  Nikolay Sivovole32: Cleanup IRpcChannelBuffer.
2012-08-13  Jacek Cabanole32: Use proper helpers for iface calls.
2011-11-17  Francois Gougetole32: Delete the compobj and rpc static critical secti...
2011-10-08  AndrĂ© Hentschelole32: Return if out of memory (Coverity).
2011-08-01  Alexandre Julliardole32: Fix a couple of race conditions with the local...
2011-07-13  Francois Gougetole32: Modify local_server_thread() to recreate the...
2011-07-13  Francois Gougetole32: Fix a handle leak in local_server_thread().
2011-05-20  Alexandre Julliardole32: Don't continue to wait for a local server if...
2010-04-06  Alexandre Julliardole32: Don't use in-memory structure layouts to build...
2009-12-09  Alexandre Julliardole32: Fix some pointer cast warnings on 64-bit.
2009-04-28  Huw Daviesole32: Don't ask for a name if it's not required.
2009-03-13  Michael Stefaniucwidl: Output "LONG" instead of "long" for a 32bit integer.
2009-02-11  Michael Stefaniucole32: Remove superfluous pointer casts.
2009-01-22  Nikolay Sivovkernel32: Make GetOverlappedResult crash on NULL args...
2009-01-04  Michael Stefaniucinclude: Change RPC_STATUS from long to LONG for Win64...
2008-10-18  Alexandre Julliardole32: Convert source files to utf-8.
2008-07-11  Andrew Talbotole32: Remove unneeded address-of operators from array...
2008-04-10  Austin Englishole32: Spelling fixes.
2008-03-11  Andrew Talbotole32: Assign to structs instead of using memcpy.
2008-01-22  Rob Shearmanole32: Don't get the HRESULT from the buffer if we...
2008-01-15  Rob Shearmanole32: Partially implement ServerRpcChannelBuffer_GetDe...
2008-01-09  Rob Shearmanole32: Fix some uses of SEEK_SET when STREAM_SEEK_SET...
2008-01-07  Rob Shearmanole32: Fix memory leaks caused by not calling the chann...
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 Shearmanole32: Determine the destination for the COM call and...
2007-12-20  Rob Shearmanole32: Fix RPC_GetLocalClassObject to wait for 30 secon...
2007-12-07  Rob Shearmanole32: Process messages while waiting for a local serve...
2007-11-27  Rob Shearmanole32: Clean up properly in ClientRpcChannelBuffer_Send...
2007-11-27  Rob Shearmanole32: Store the dispatch parameters in the message...
2007-11-13  Rob Shearmanole32: Use asynchronous I/O for the named pipe server...
2007-04-13  Andrew Talbotole32: Void functions should not return a value.
2007-03-28  Rob Shearmanole32: Pass the OXID info to RPC_CreateClientChannel...
2007-03-27  Rob Shearmanole32: Generate OXID_INFO in the stub manager.
2007-03-09  Rob Shearmanole32: Don't keep the local server named pipe open...
2007-03-09  Rob Shearmanole32: Close the named pipe after revoking local server...
2007-01-18  Francois GougetAssorted spelling fixes.
2007-01-10  Rob Shearmanole32: Remove some unneeded inclusions of headers.
2007-01-10  Rob Shearmanole32: Fix a comment in rpc_sendreceive_thread that...
2007-01-06  Francois Gougetole32: Print GetLastError() in decimal with '%u'.
2007-01-04  Rob Shearmanole32: Make sure to reset the message state if it has...
2007-01-02  Rob Shearmanole32: Fix the calculation of message_state->prefix_dat...
2006-12-27  Rob Shearmanole32: Marshal the ORPCTHAT structure prefixed to the...
2006-12-24  Rob Shearmanole32: Performing a COM call from within the processing...
2006-12-24  Rob Shearmanole32: Track the pending call count so that the correct...
2006-12-20  Rob Shearmanole32: Send a causality ID in the ORPCTHIS header for...
2006-12-20  Rob Shearmanole32: Pass in the IID and IUnknown* of the object...
2006-12-20  Rob Shearmanole32: Call the message filter for incoming calls.
2006-12-20  Rob Shearmanole32: Call ServerNotify for channel hooks.
2006-12-20  Rob Shearmanole32: Implement CoRegisterChannelHook and call channel...
2006-12-20  Rob Shearmanole32: Marshal the ORPCTHIS structure prefixed to the...
2006-11-13  Rob Shearmanole32: Re-enable the code that unregisters interfaces...
2006-10-27  Rob Shearmanole32: Fix a memory leak on the error path of dispatch_rpc.
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
2006-09-28  Huw Daviesole32: Don't return from CoRegisterClassObject until...
2006-09-07  Robert Shearmanole32: Add a reference to the stream in RPC_StartLocalS...
2006-08-28  Robert Shearmanole32: Return errors if the attempt to start a LocalSer...
2006-08-26  Robert Shearmanole32: Move the opening of the AppId key for a clsid...
2006-07-17  Robert Shearmanole32: Free the buffer allocated in local_server_thread...
2006-06-19  Robert Shearmanole32: Reuse event handles used for COM calls.
2006-06-09  Robert Shearmanole32: If IRpcStubBuffer_Invoke fails, we should raise...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-10  Robert Shearmanole32: Exception handling shouldn't be needed around...
2006-03-31  Robert Shearmanole: Use ncalrpc instead of ncacn_np as the RPC transport.
2006-03-20  Robert Shearmanole: Use the thread pool for executing RPC calls for...
2006-03-06  Robert Shearmanole: Implement IRpcChannelBuffer::GetDestCtx on the...
2006-02-20  Robert Shearmanole: Change the Apartment Model field to a boolean.
2006-02-07  Alexandre JulliardInclude wine/port.h in files that use exceptions.
2006-01-20  Robert Shearmanole: Verify that the proxy is being used in the correct...
2006-01-14  Robert Shearmanole: Optimisation for COM Calls.
2006-01-12  Robert Shearmanole: Fix crash in RpcChannelBuffer_SendReceive.
2006-01-10  Robert Shearmanole: Add an accessor function for an apartment's window.
2006-01-10  Robert Shearmanole: Report and clean up after PostMessage failures.
2006-01-10  Robert Shearmanole: Pass a channel into IRpcStubBuffer::Invoke.
2006-01-10  Robert Shearmanole: Reduce the access rights required by start_local_s...
2006-01-10  Robert Shearmanole: Return the last error if we couldn't open the...
2006-01-09  Robert Shearmanole: Join the MTA if necessary when executing an RPC...
2006-01-09  Robert Shearmanole: Prefer services over servers.
2005-12-19  Alexandre Julliardole32: Revert exception handler change.
2005-12-16  Alexandre JulliardTake advantage of the __EXCEPT_PAGE_FAULT macro.
2005-12-16  Alexandre JulliardWe no longer need to handle EXCEPTION_PRIV_INSTRUCTION...
2005-12-06  Robert ShearmanOLE: Fix a typo where brackets were missing.
2005-11-09  Robert Shearman- Extend COM_OpenKeyForCLSID to open a subkey and retur...
2005-11-08  Robert ShearmanWe shouldn't pass the application name into CreateProce...
2005-09-14  Robert ShearmanAdd exception handling for stubs.
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-07-19  Robert ShearmanSilence now noisy error messages caused by changes...
2005-07-19  Robert ShearmanBy-pass the RPC runtime if possible when calling an...
2005-07-05  Mike McCormackFix gcc 4.0 -Wpointer-sign warnings.
2005-06-20  Robert ShearmanChange the RPC code to use the unicode versions of...
2005-03-17  Robert Shearman- Add critsec debugging info.
2005-03-11  Robert Shearman- Rename apartment functions to become more object...
2005-03-04  Alexandre JulliardAuthors: Rob Shearman <rob@codeweavers.com>, Mike Hearn...
2005-02-15  Robert Shearman- Use I_RpcGetBuffer, instead of our own buffer routine...
2005-02-15  Robert Shearman- Remove cruft left over from previous RPC backend...
2005-02-15  Robert ShearmanMake COM use the RPC runtime as the backend for RPC...
next