po: Update French translation.
[wine] / dlls / rpcrt4 /
2012-05-09  Hans Leidekkerrpcrt4: Add a stub implementation of RpcServerInqDefaul...
2012-05-07  Thomas Faberrpcrt4/tests: Fix build with PSDK headers.
2012-04-30  André Hentschelrpcrt4: Avoid shadowing pProcHeader.
2012-03-29  Vincent Povirkrpcrt4: Do nothing when DllMain is called because the...
2012-02-14  Alexandre Julliardrpcrt4: Add ref counting to RPC connections, and grab...
2012-01-20  Frédéric Delanoyrpcrt4: Make some switch fallthroughs explicit (Coverity).
2011-11-30  André Hentschelrpcrt4: Implement RpcEpRegisterNoReplaceW.
2011-11-30  André Hentschelrpcrt4: Implement RpcEpRegisterNoReplaceA.
2011-11-17  Francois Gougetrpcrt4: Delete the static critical sections when unload...
2011-11-16  Francois Gougetrpcrt4: An interface pointer just has the size of a...
2011-11-16  Francois Gougetrpcrt4: The offset to the complex pointer's description...
2011-11-14  Francois Gougetrpcrt4: Give a name to the critical sections.
2011-09-23  Henri Verbeetrpcrt4: Properly size complex reference pointers.
2011-09-19  Bernhard Loosrpcrt4: Switch to non-overlapped named pipe operations...
2011-09-19  Alexandre Julliardrpcrt4/tests: Add more tests for integer ranges to...
2011-09-14  Bernhard Loosrpcrt4: The named pipe can be used for multiple operati...
2011-08-30  Jérôme Gardourpcrt4: Properly unmarshall EMUM16 discriminant.
2011-08-30  André Hentschelrpcrt4/tests: Fix NULL string handling in an ok() check.
2011-08-24  Francois GougetAssorted spelling fixes.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-08-01  André Hentschelrpcrt4/tests: Only free string when function succeeded.
2011-07-29  Alexandre Julliardrpcrt4: Support sizing of a few more argument types.
2011-07-28  Alexandre Julliardrpcrt4: Add a phase in proxies for zeroing output param...
2011-07-28  Alexandre Julliardrpcrt4: Add a phase in proxies for clearing output...
2011-07-28  Alexandre Julliardrpcrt4: Use the same phase values for clients and stubs.
2011-07-28  Alexandre Julliardrpcrt4: Pass the full argument format to the size/marsh...
2011-07-28  Alexandre Julliardrpcrt4: Convert old-style arguments for stub calls.
2011-07-28  Alexandre Julliardrpcrt4: Convert old-style arguments for NdrMesProcEncod...
2011-07-28  Alexandre Julliardrpcrt4: Convert old-style argument formats to new style...
2011-07-28  Alexandre Julliardrpcrt4: Simplify tracing of function parameters and...
2011-07-28  Alexandre Julliardrpcrt4: Fetch the arguments address from the StubMsg...
2011-07-28  Alexandre Julliardrpcrt4: Use a single structure for all parameter types...
2011-07-28  Alexandre Julliardrpcrt4/tests: Fix a test failure on 64-bit platforms.
2011-07-27  Alexandre Julliardrpcrt4/tests: Add a test about unmarshalling of an...
2011-07-15  Bernhard Loosrpcrt4: Create pipes with FLAG_OVERLAPPED.
2011-06-28  Damjan Jovanovicrpcrt4: Implement RpcNetworkInqProtseqs.
2011-06-20  Alexandre Julliardrpcrt4: Make sure we don't try to free a pointer twice.
2011-06-20  Damjan Jovanovicrpcrt4: Implement RpcProtseqVectorFree.
2011-06-17  Damjan Jovanovicrpcrt4: Add stubs for RpcNetworkInqProtseqs.
2011-06-17  Alexandre Julliardrpcrt4: Add support for 64-bit conformance values.
2011-06-16  Alexandre Julliardrpcrt4: Add a wrapper for NdrAsyncClientCall too.
2011-06-16  Alexandre Julliardrpcrt4: Add support for float parameters in client...
2011-06-15  Alexandre Julliardrpcrt4: Implement stubless proxy entry thunks for x86_64.
2011-06-15  Alexandre Julliardrpcrt4: Reimplement the stubless proxy entry point...
2011-06-15  Alexandre Julliardrpcrt4: Make more of the stubless proxy setup code...
2011-06-14  Alexandre Julliardrpcrt4: Implement calling server functions on x86_64.
2011-06-14  Alexandre Julliardrpcrt4: Add an assembly wrapper to implement the NdrCli...
2011-06-14  Alexandre Julliardrpcrt4: Add a wrapper for NdrClientCall2 to isolate...
2011-06-14  Alexandre Julliardrpcrt4: Preserve the previous MaxCount value when compu...
2011-06-13  Alexandre Julliardwidl: Default to the cdecl calling convention in client...
2011-06-13  Alexandre Julliardrpcrt4: Also check base types for null ref pointers.
2011-06-13  Alexandre Julliardrpcrt4: Fix handling of complex types of return values...
2011-06-13  Alexandre Julliardrpcrt4: Fix handling of complex types of return values...
2011-06-10  Alexandre Julliardrpcrt4: Don't try to bind to a null handle.
2011-06-10  Alexandre Julliardrpcrt4: Add support for the argument size of varying...
2011-06-10  Alexandre Julliardrpcrt4: Fix parameter stack size computation in the...
2011-06-10  Alexandre Julliardrpcrt4: Fix handling of arguments passed by value in...
2011-06-10  Alexandre Julliardrpcrt4: Don't marshall out-only parameters in the old...
2011-06-09  Alexandre Julliardrpcrt4/tests: Add a few more marshalling tests.
2011-06-02  Alexandre Julliardrpcrt4: Add entry points for the old-style stubless...
2011-06-02  Alexandre Julliardinclude: Make CLIENT_CALL_RETURN definition platform...
2011-05-28  Alexandre Julliardwidl: Array dimensions have to be constants.
2011-04-27  Huw Daviesrpcrt4: Handle non-conformant bogus structures.
2011-04-26  Marcus Meissnerrpcrt4: Mark internal symbols with hidden visibility.
2011-03-15  Michael Stefaniucrpcrt4/tests: COM cleanup in cstub.c.
2011-02-28  Austin Englishrpcrt4/tests: Remove win9x hacks.
2011-02-09  Austin Englishrpcrt4/tests: Make sure return values are used (LLVM...
2011-02-04  Joris Huizerrpcrt4: Reduce scope of variable (Clang).
2011-02-04  Huw Daviesrpcrt4/tests: Add a test for marshalling a pointer...
2010-12-30  Michael Stefaniucrpcrt4: COM cleanup for StdProxyImpl.
2010-12-15  Hans Leidekkerrpcrt4: Add a stub implementation of RpcMgmtSetAuthoriz...
2010-12-09  Michael Stefaniucrpcrt4: Use an iface instead of a vtbl pointer in RpcSt...
2010-11-11  Alexandre Julliardrpcrt4: Get rid of the ICOM_THIS_MULTI macro.
2010-11-10  Alexandre Julliardrpcrt4: Implement waiting in RpcMgmtWaitServerListen.
2010-10-27  Louis Lendersrpcrt4: Add stub for NdrMesTypeEncode2.
2010-10-08  Alexandre Julliardrpcrt4/tests: Fix a test failure on XP SP3.
2010-10-01  Alexandre JulliardMake some variable declarations extern.
2010-10-01  Alexandre Julliardtests: Make some variables static.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-01  Alexandre Julliardrpcrt4: Remove a couple of unused local variables.
2010-09-01  Alexandre Julliardrpcrt4: Retrieve the stack argument pointer in a more...
2010-08-31  Francois Gougetrpcrt4: Make RPCRT4_Receive() static.
2010-08-26  Alexandre Julliardrpcrt4: Retrieve the stack argument pointer in a more...
2010-08-26  Alexandre Julliardrpcrt4: Fix cfi annotations for the stubless proxy...
2010-08-02  Huw Daviesrpcrt4: Add a missing STUBLESS_INITOUT case.
2010-07-21  Alexandre Julliardrpcrt4: Don't align the buffer after reading the confor...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-20  Austin Englishrpcrt4/tests: Improve failure messages.
2010-05-20  Michael Stefaniucrpcrt4: Remove redundant "non NULL" check of var cred_d...
2010-05-17  Michael Stefaniucrpcrt4: Avoid using long.
2010-05-17  Gerald Pfeiferrpcrt4: Remove variable hr which is not really used...
2010-04-26  Gerald Pfeiferrpcrt4: Remove variable size which is not really used...
2010-04-08  Aric Stewartrpcrt4/tests: Add NdrDllRegisterProxy tests.
2010-04-08  Aric Stewartrpcrt4: Improve NdrDllRegisterProxy parameter checking.
2010-04-08  Aric Stewartrpcrt4: Handle NULL pclsid in NdrDllRegisterProxy and...
2010-04-07  Alexandre Julliardwinapi: Generate the 64-bit variant of structure size...
2010-04-07  Alexandre Julliardrpcrt4: Implement proxy/stub delegation for x86_64.
2010-04-07  Alexandre Julliardrpcrt4: Add support for marshalling int3264 types.
2010-04-07  Alexandre Julliardrpcrt4: Clean up handling of enum16 types.
next