Robert Shearman
|
5c7c5fafb6
|
- Add static to non-exported marshal functions.
- Remove unused marshal functions.
- Rename several RPC functions.
|
2004-08-02 18:47:31 +00:00 |
Alexandre Julliard
|
6cd1a7d9a9
|
Authors: Robert Shearman <rob@codeweavers.com>, Mike Hearn <mh@codeweavers.com>
Fix infinite loops by checking the return value of _invoke_onereq and
bailing appropriately.
|
2004-07-30 18:43:07 +00:00 |
Mike Hearn
|
5169f3c5d2
|
Implement disconnect for proxies so that stubs are properly
destroyed.
|
2004-07-29 23:58:12 +00:00 |
Alexandre Julliard
|
26541a00c9
|
Authors: Mike Hearn <mh@codeweavers.com>, Robert Shearman <rob@codeweavers.com>
Add a comment on the SendReceive behaviour. Improve two others.
|
2004-07-29 02:43:36 +00:00 |
Robert Shearman
|
f5ed953c10
|
Set RPC data representation.
|
2004-07-23 22:58:13 +00:00 |
Mike Hearn
|
1cc05ff148
|
Pass -Embedding switch to EXE servers, more tracing.
|
2004-07-23 19:10:13 +00:00 |
Robert Shearman
|
2e93adc5c7
|
- Remove unneeded STUBMGR_Start call.
- Cleanup compobj_private.h.
|
2004-07-22 23:44:54 +00:00 |
Mike Hearn
|
602cce0ebf
|
Unref stub after invoking on it.
|
2004-07-22 19:43:27 +00:00 |
Mike McCormack
|
e42d8aef24
|
Fix a few serious race conditions in the OLE object pipe server.
|
2004-07-15 22:07:44 +00:00 |
Ge van Geldorp
|
399901e054
|
Rename LARGE_INTEGER and ULARGE_INTEGER members "s" to "u" to conform
with PSDK.
|
2004-01-23 01:51:33 +00:00 |
Oleg Prokhorov
|
de12a97041
|
Another portion of HeapReAlloc fixes.
|
2003-10-14 05:24:20 +00:00 |
Alexandre Julliard
|
20c169e0a4
|
Fixed a few more headers dependency issues.
|
2003-09-09 19:39:31 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Dan Kegel
|
743af54541
|
Roll loop back up to avoid code duplication.
|
2003-02-14 23:30:50 +00:00 |
Michael Stefaniuc
|
3dcd451bf6
|
Remove dead code after return or properly comment it out.
|
2003-02-12 01:23:17 +00:00 |
Dimitrie O. Paun
|
297f3d898d
|
Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them.
|
2003-01-07 20:36:20 +00:00 |
Alexandre Julliard
|
87fa2d586d
|
Fixed a few problems caused by the new objidl.idl.
|
2002-12-19 22:16:35 +00:00 |
Alexandre Julliard
|
8710a79d54
|
Compile ole32 with -DSTRICT.
|
2002-11-22 04:43:02 +00:00 |
Bill Medland
|
978a934245
|
Fixed incorrect pointer-cast arithmetic.
Extended ole trace information.
Don't lose the existing pipes on alloc failure.
|
2002-06-04 00:53:21 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Bill Medland
|
d36c8e9d0c
|
Ensure that an out-of-process COM object is started only once.
Allow out-of-process COM objects if request is for
in-or-out-of-process.
|
2002-05-29 19:20:32 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Marcus Meissner
|
0749fc2034
|
Implemented Local Server COM.
Implemented the Typelib based Marshaler.
|
2002-02-05 18:11:17 +00:00 |