- 19 Sep, 2019 1 commit
-
-
Dmitry Timoshkov authored
This is required to correctly support out reference parameters, otherwise server method receives not initialized pointers during the CALLSERVER phase and crashes. Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 17 Sep, 2019 2 commits
-
-
Dmitry Timoshkov authored
Based on NdrStubCall2 implementation. Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Dmitry Timoshkov authored
Based on NdrStubCall2 and NdrAsyncClientCall implementations. In order to test asynchronous RPC I used dlls/rpcrt4/tests/server.c as a base, converted int_return() and sum() to use asynchronous RPC on both client and server sides (server.idl doesn't need any changes), and added server.acf: interface IServer { [async] int_return(); [async] sum(); } With this implementation these tests pass under Wine. Since widl doesn't support asynchronous RPC it's impossible to add appropriate Wine tests. Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 23 Jan, 2019 1 commit
-
-
Jacek Caban authored
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 13 Jun, 2018 1 commit
-
-
Zebediah Figura authored
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 08 Sep, 2015 1 commit
-
-
Piotr Caban authored
rpcrt4: Free server side arguments with MustFree flag first so other arguments may be used to determine its size. This also fixes a leak when both MustFree and ServerAllocSize flags are specified.
-
- 06 Mar, 2015 1 commit
-
-
Nikolay Sivov authored
-
- 28 Jul, 2011 4 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 16 Jun, 2011 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 14 Jun, 2011 1 commit
-
-
Alexandre Julliard authored
-
- 26 Apr, 2011 1 commit
-
-
Marcus Meissner authored
-
- 03 Jul, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 25 Mar, 2009 1 commit
-
-
Rob Shearman authored
CodeWeavers did this work for supporting Outlook 2007.
-
- 14 Jul, 2008 2 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
-
- 17 Apr, 2008 1 commit
-
-
Austin English authored
-
- 01 Mar, 2008 1 commit
-
-
James Hawkins authored
-
- 07 Jan, 2008 1 commit
-
-
Rob Shearman authored
-
- 05 Nov, 2007 1 commit
-
-
Rob Shearman authored
-