comctl32/tests: We can now store binary files in the repository.
[wine] / dlls / ole32 / rpc.c
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...
2005-02-14  Robert ShearmanInvoke objects in STA's in the correct thread by sendin...
2005-02-08  Robert Shearman- Split up apartment creation so that the long code...
2005-02-08  Alexandre JulliardAuthors: Mike Hearn <mh@codeweavers.com>, Robert Shearm...
2005-01-28  Robert Shearman- More tests.
2005-01-26  Robert Shearman- Make proxy manager use IMultiQI instead of IInternalU...
2005-01-26  Robert Shearman- Use InterlockedIncrement for the ipid counter instead...
2005-01-26  Robert Shearman- Implement IRemUnknown.
2005-01-25  Robert Shearman- Generate machine-local IPIDs.
2005-01-21  Mike HearnVarious formatting/style changes.
2005-01-14  Robert Shearman- The apartment reference should be held while the...
2005-01-14  Robert Shearman- Don't use the pipe caching code because it doesn...
2005-01-14  Mike HearnForce context switch on chanbuf disconnect to avoid...
2005-01-12  Robert ShearmanThe way apartments are used has changed, so fix up...
2005-01-11  Robert Shearman- Document how thread-safety is ensured for each member...
2005-01-07  Robert ShearmanThe current architecture cannot handle pipes changing...
2005-01-06  Robert ShearmanConnectNamedPipe returning ERROR_PIPE_CONNECTED is...
2005-01-05  Robert Shearman- Fix race on apartment creation.
2005-01-05  Mike Hearn- Make apartment access thread-safe by introducing...
2005-01-05  Mike McCormackAllow COM to start services containing COM servers.
2004-12-27  Robert Shearman- Move named pipe macros into rpc.c.
2004-12-27  Robert ShearmanImplement COM local servers using table marshaling...
2004-12-27  Mike Hearn- Implement the COM stub manager, refactor the current...
2004-12-27  Mike HearnPropagate apartments through the intermediate threads...
2004-12-14  Robert ShearmanRemove unneeded includes and the unused COMPOBJ_hInstan...
2004-12-08  Robert Shearman- Make the wine_marshal_id structure more like the...
2004-12-07  Mike HearnRename the STUBMGR thread to more accurately reflect...
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-24  Joris HuizerRef count increment/decrement cleanup.
2004-09-09  Alexandre JulliardGet rid of the non-standard ICOM_THIS macro.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-02  Robert Shearman- Add static to non-exported marshal functions.
2004-07-30  Alexandre JulliardAuthors: Robert Shearman <rob@codeweavers.com>, Mike...
2004-07-29  Mike HearnImplement disconnect for proxies so that stubs are...
2004-07-29  Alexandre JulliardAuthors: Mike Hearn <mh@codeweavers.com>, Robert Shearm...
next