- 07 Jan, 2008 40 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
Mask out RPC_VALID_FLAGS_BIT from ProcNum when it is used to build a packet to send to the server.
-
Rob Shearman authored
-
Rob Shearman authored
ole32: Fix memory leaks caused by not calling the channel hook function when extension_size is zero. Instead free the allocated memory outside of the channel hook function.
-
Rob Shearman authored
-
Rob Shearman authored
ole32: Shortcut the RPC runtime for allocation of the message when processing the COM call by just sending a message to a window in the process.
-
Rob Shearman authored
ole32: Clear the RPC_FLAGS_VALID_BIT flag from the RPC_MESSAGE ProcNum when shortcutting the RPC runtime.
-
Rob Shearman authored
-
Rob Shearman authored
The "cannot be null" attibute is applied to a parameter if and only if it is in-only.
-
Rob Shearman authored
Add some tests for this.
-
Rob Shearman authored
-
Rob Shearman authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Roderick Colenbrander authored
-
Chris Wulff authored
-
Dan Kegel authored
-
Peter Oberndorfer authored
-
Andre Wisplinghoff authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Peter Dons Tychsen authored
-
Peter Dons Tychsen authored
-
Alexander Nicolaysen Sørnes authored
-
Rico Schüller authored
-
Rico Schüller authored
-
Rico Schüller authored
-
Austin English authored
-
Rob Shearman authored
Add a test for this function.
-
Rob Shearman authored
-
Rob Shearman authored
It doesn't matter whether or not the array is declared as a pointer or is declared using array subscripts - the array is still allocated by the unmarshalling function and so needs to be freed. Fix a typo that caused varying arrays never to be freed. Fix another typo with the check for conformant arrays being performed twice, redundantly.
-
Francois Gouget authored
-