Fix subclassing to support nested messages.
[wine] / dlls / rpcrt4 /
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-02-27  Robert Shearman- Fix a bad use of HeapRealloc.
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-26  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-26  Gregory M. TurnerWine also supports the ncacn_np protocol sequence.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2004-01-20  Mike HearnImplemented RpcIsProtSeqValid.
2004-01-09  Alexandre JulliardGet rid of no longer needed WINE_PACKED define.
2004-01-09  Ove KaavenAvoid freeing request packet too early if an exception...
2004-01-09  Ove KaavenProperly handle destroying the first connection in...
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-21  Gregory M. TurnerImplemented RpcObjectSetType.
2003-11-20  Dimitrie O. PaunBail when we're out of memory.
2003-11-20  Gregory M. Turner- Trace the argument to RPCRT4_server_thread.
2003-10-21  Gregory M. Turner- Remove an erroneous check in NdrSendReceive.
2003-10-14  Dmitry TimoshkovFixed some problems found while compiling and linking...
2003-10-14  Oleg ProkhorovAnother portion of HeapReAlloc fixes.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-15  Mike HearnMove packet linked list tail forward correctly on push.
2003-09-11  Gregory M. TurnerUpdated the "TODO" comments.
2003-09-09  Alexandre JulliardFixed a few more headers dependency issues.
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-07-30  Alexandre JulliardMake the DllRegisterServer, DllRegisterServerEx, DllUnr...
2003-07-16  Gregory M. TurnerRPCRT4_NdrClientCall2 is ATM hardly "semi-stub".
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-05-22  Ove KaavenInitial support for RPC call failures, by catching...
2003-05-21  Ove KaavenFor RPC servers, don't deallocate the RPC request packe...
2003-05-21  Ove KaavenAdded semi-stub for NdrProxyErrorHandler.
2003-05-20  Ove KaavenFixed NdrDllRegisterProxy so it registers the key names...
2003-05-20  Ove KaavenImplemented "dereference" pointer flag.
2003-05-20  Ove KaavenPortability fix. Better debug messages (display IID...
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-04-26  Alexandre JulliardAdded a few stubs needed by the generated oaidl_p.c.
2003-04-19  Ove KaavenImplemented simple caching of client connections.
2003-04-19  Ove KaavenFixed a race condition on RPC worker thread creation...
2003-04-19  Ove KaavenAdded missing AddRef.
2003-03-28  Alexandre JulliardReplaced WINE_CHECK_STRUCT_MEMBER autoconf macro by...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-02-19  Ove KaavenFor better concurrency, separate the connections from...
2003-02-17  Ove KaavenNDR marshalling fixes.
2003-02-17  Ove KaavenMake NdrDllRegisterProxy use the interface stub header...
2003-02-11  Marcus MeissnerFixed undefined operation compiler warning.
2003-02-01  Ove KaavenImplemented marshalling of pointers, simple and complex...
2003-01-31  Ove KaavenReuseBuffer should be FALSE for RPC clients.
2003-01-31  Ove KaavenFixed a bug in CompleteBindingA/W.
2003-01-31  Ove KaavenImplemented RpcRaiseException.
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-03  Dimitrie O. PaunEliminate lots of __WINE__ conditionals from the headers.
2002-12-24  Dimitrie O. PaunFix definitions for Uuid{To,From}String, RpcStringFree.
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-12-05  Francois GougetSkip Unicode tests if there's no Unicode support.
2002-12-02  Alexandre JulliardAuthors: Greg Turner <gmturner007@ameritech.net>, Ove...
2002-11-08  Alberto MassariAvoid crashing when releasing an NdrCStdStubBuffer...
2002-11-06  Greg Turner- Remove stupid indentations from trace msgs.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-11-01  Greg TurnerFix some problems found by winapi_check.
2002-11-01  Greg TurnerFix stupid clone of broken macro, found by Marcus.
2002-10-31  Greg TurnerRemove #ifdef WINNT conditionals; just use the NT defin...
2002-10-31  Greg Turner- Use appropriate per-platform NDR_LOCAL Data Represent...
2002-10-31  Greg Turner- Fix offset bug in the conformant string unmarshall...
2002-10-31  Greg TurnerRename the *_32_READ macros to *_UINT32_READ for clarity.
2002-10-30  Marcus MeissnerFixed LITTLE_ENDIAN_32_READ macro to at least compile.
2002-10-29  Greg Turner- more comments and comment-cleanup
2002-10-29  Patrik StridvallFixed some issues found by winapi_check.
2002-10-28  Greg Turner- Pull the buffer from the rpc message into the midl...
2002-10-28  Greg TurnerAdd a bunch of stubs, all of which I presume to be...
2002-10-28  Greg Turner- Clean up and add some comments.
2002-10-28  Greg Turner- Distinguish between actual paranoia and meaningful...
2002-10-28  Greg Turner- Clean up and enhance some traces.
2002-10-28  Greg TurnerFix endianness dependency in the (there is only one...
2002-10-25  Greg Turner- Use memset instead of ZeroMemory, just to be consiste...
2002-10-25  Greg Turner- Make explicit some missing include dependencies.
2002-10-23  Greg TurnerImplemented NdrClientInitializeNew.
2002-10-23  Greg TurnerWhitespace cleanup.
2002-10-23  Greg TurnerFixed a tiny trace bug.
2002-10-22  Greg Turner- Use Ove-style macros for NdrConformantStringMarshall...
2002-10-22  Greg Turner- ClientCall2 still deserves a FIXME.
2002-10-21  Greg TurnerFix return types of NdrConformantStringMarshall, NdrGet...
2002-10-21  Greg TurnerStubs for RpcServerUseProtseqA, RpcServerUseProtseqW.
2002-10-19  Greg TurnerSuper-crude implementation for NdrClientCall2.
2002-10-19  Greg TurnerFix up RpcMgmtWaitServerListen to be less incorrect.
2002-10-19  Greg TurnerSome MIDL constants and structures (should eventually...
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-10-18  Greg Turner- (try to) implement RpcMgmtWaitServerListen
2002-10-17  Alexandre JulliardFixed compilation for non-i386.
2002-10-16  Greg TurnerUse the msvc way to return a struct, fixing wierd problems.
2002-10-11  Ove KaavenAdded NdrOleAllocate, NdrOleFree, NdrInterfacePointerBu...
2002-10-11  Ove KaavenReimplement several RpcServer.* methods in rpc_server.c.
2002-10-10  Ove KaavenAdded NdrDllCanUnloadNow, NdrDllGetClassObject, NdrDllR...
2002-10-10  Ove KaavenAdded NdrProxyFreeBuffer, NdrProxyGetBuffer, NdrProxyIn...
2002-10-10  Ove KaavenImplement the CStdStubBuffer methods.
2002-10-10  Ove KaavenIUnknown_[QAR]_Proxy implementations, VTbl construction...
2002-10-10  Ove KaavenStubby NdrClientCall2 & some header changes.
2002-10-10  Ove KaavenImplemented I_RpcFreeBuffer, I_RpcGetBuffer, I_RpcRecei...
next