- 28 Dec, 2007 7 commits
-
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Stefan Dösinger authored
-
- 27 Dec, 2007 11 commits
-
-
Rob Shearman authored
server: Initialise the apc_call_t union in async_set_result to all zero to avoid a Valgrind warning.
-
Mike McCormack authored
-
Marcus Meissner authored
-
Aric Stewart authored
-
Rob Shearman authored
-
Rob Shearman authored
rpcss: Zero the memory of several variables before writing them to the pipe to silence Valgrind warnings.
-
Stefan Dösinger authored
-
Stefan Dösinger authored
glScalef(1.0, -1.0, 1.0) does the same as the glMultMatrix with the invymat matrix, and it is more optimal.
-
Stefan Dösinger authored
-
Gerald Pfeifer authored
-
Alexander Dorofeyev authored
-
- 26 Dec, 2007 22 commits
-
-
Alexander Nicolaysen Sørnes authored
-
Alexander Dorofeyev authored
-
Alexander Dorofeyev authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Andrey Turkin authored
This will prevent winedbg from spamming about __wine_dbch__default.
-
Rob Shearman authored
-
Rob Shearman authored
The variant type is VT_UNKNOWN so we should be using V_UNKNOWN, not V_VARIANTREF(V_R8) to check the type unmarshalled properly.
-
Rob Shearman authored
The pwcsName field of STATSTG must be freed, otherwise the memory will be leaked.
-
Rob Shearman authored
-
Reece H. Dunn authored
-
Reece H. Dunn authored
-
Rob Shearman authored
rpcss: Use context handles to automatically free running object table entries if the client process quits without calling IrotRevoke.
-
Rob Shearman authored
widl: Add support for generating code for out-only context handles by calling NdrContextHandleInitialize.
-
Rob Shearman authored
-
Rob Shearman authored
Server context handles are tracked from associations as their lifetime is determined by the lifetime of the association.
-
Rob Shearman authored
Implement NdrServerContextMarshall and NdrServerContextNewMarshall on top of NDRSContextMarshall2. Implement NdrContextHandleInitialize, NdrServerContextUnmarshall and NdrServerContextNewUnmarshall on top of NDSContextUnmarshall2.
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
write_embedded_types doesn't descend into all types contained by the array or structure, so create a new function, type_has_pointers, for the purpose of descending into all types and returning whether or not pointers are present.
-
Alexandre Julliard authored
-