- 05 May, 2006 1 commit
-
-
Huw Davies authored
-
- 20 Apr, 2006 2 commits
-
-
Robert Shearman authored
-
Robert Shearman authored
Free all pointers by default, except for conformant strings. Conformant arrays should always be freed. Add FC_CVARRAY to list of known types to avoid a FIXME.
-
- 14 Apr, 2006 1 commit
-
-
Dmitry Timoshkov authored
-
- 01 Mar, 2006 1 commit
-
-
Robert Shearman authored
-
- 20 Jan, 2006 1 commit
-
-
Robert Shearman authored
Skip over 6 bytes of the format descriptor if new correlation descriptors are being used, instead of 4.
-
- 18 Jan, 2006 1 commit
-
-
Robert Shearman authored
-
- 09 Jan, 2006 2 commits
-
-
Robert Shearman authored
Extend ReadVariance to read the offset as well as the actual count, since these always come in pairs. Handle the variance not being present in ReadVariance and always call it from the unmarshalling functions to simplify the code there and also to fix a bug where the format pointer wasn't advanced properly for complex arrays (introduced in the previous patch when implementing variance).
-
Robert Shearman authored
Verify that the format string being passed into the complex array functions is a complex array one.
-
- 06 Jan, 2006 1 commit
-
-
Robert Shearman authored
-
- 03 Jan, 2006 1 commit
-
-
Robert Shearman authored
-
- 29 Nov, 2005 1 commit
-
-
Robert Shearman authored
pStubMsg->BufferEnd being valid, because they aren't filled in when using MIDL-generated server stubs. Don't set the pointer to NULL on unmarshaling because we may want to unmarshal the value to an existing pointer instead of allocating a new one.
-
- 28 Nov, 2005 7 commits
-
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
MSDN suggests that conformance and variance are pretty much the same, but there may be some subtleties to it.
-
Robert Shearman authored
conformance value. Make NdrConformantArrayMemorySize do something more useful, like actually return the required memory. Conformance offset can be negative and should only be two bytes.
-
Robert Shearman authored
memory pointer is NULL.
-
- 31 Oct, 2005 1 commit
-
-
Huw Davies authored
-
- 08 Sep, 2005 1 commit
-
-
Ge van Geldorp authored
-
- 02 Sep, 2005 1 commit
-
-
Robert Shearman authored
pointer. - Fix allocation scheme in NdrConformantArrayUnmarshal to allocate if *ppMemory is NULL, like complex struct and user type unmarshalling.
-
- 30 Aug, 2005 1 commit
-
-
Mike McCormack authored
-
- 03 Aug, 2005 1 commit
-
-
Robert Shearman authored
and context handle functions.
-
- 18 Jul, 2005 1 commit
-
-
Robert Shearman authored
-
- 01 Jun, 2005 1 commit
-
-
Robert Shearman authored
- Implement FC_UP and partially FC_OP. - Don't needlessly marshal 4 bytes in NdrPointer*.
-
- 02 Mar, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 30 Nov, 2004 1 commit
-
-
Eric Pouech authored
-
- 05 Sep, 2003 1 commit
-
-
Alexandre Julliard authored
headers (with help from Dimitrie O. Paun).
-
- 20 May, 2003 1 commit
-
-
Ove Kaaven authored
Added NdrClearOutParameters stub.
-
- 26 Apr, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 17 Feb, 2003 1 commit
-
-
Ove Kaaven authored
-
- 11 Feb, 2003 1 commit
-
-
Marcus Meissner authored
-
- 01 Feb, 2003 1 commit
-
-
Ove Kaaven authored
conformant and complex arrays, and user-marshalled types. Improved marshalling of conformant strings and interface pointers a bit.
-
- 05 Dec, 2002 1 commit
-
-
Ove Kaaven authored
directly.
-
- 01 Nov, 2002 1 commit
-
-
Greg Turner authored
-
- 31 Oct, 2002 3 commits
-
-
Greg Turner authored
- Minor housekeeping changes.
-
Greg Turner authored
- Fix discrepancy between headers and implementation of I_RpcBindingSetAsync when compiling under WINNT. - Eliminate race conditions in the relationship between "listen_count" and "std_listen" in rpc_server.h. - Code-stubs for RpcServerUnregisterIf, RpcServerUnregisterIfEx. - Attempt to implement RpcMgmtStopServerListening (definitely not happy just yet). - RpcServerUnregisterIfEx wasn't xp-sepcific after all; this leads me to suspect there are more such mistakes in the spec-file comments, but I haven't looked into it or fixed them yet (coming soon). - Cleanups, trace-enhancements, etc.
-
Greg Turner authored
-
- 30 Oct, 2002 1 commit
-
-
Marcus Meissner authored
-