Framework for the doppler effect.
[wine] / dlls / rpcrt4 /
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...
2002-10-07  Greg TurnerAdded skeleton for rpcrt4 unit test with some UUID...
2002-10-07  Greg TurnerImplemented UuidCompare.
2002-10-07  Ove KaavenImplemented RpcBindingInqObject, RpcBindingSetObject,
2002-10-04  Alexandre JulliardImplemented UuidFromString[AW] based on CLSIDFromString
2002-10-03  Ove KaavenAdded UuidCreateNil, UuidEqual and UuidIsNil.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-09  Ove KaavenSome more RPC definitions.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-13  Mike McCormackAdded an empty implementation for UuidFromStringA/W.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-19  Stefan LeichterAdded stub for DllRegisterServer.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardPortability fixes.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-19  Stefan LeichterAdded two missing exports.
2002-02-15  Patrik StridvallAdded some defines for compatibility with Windows headers.
2002-01-31  Patrik StridvallFixed some issues found by winapi_check.
2002-01-29  Mike McCormackAdded stubs for NdrDllCanUnloadNow and NdrDllGetClassOb...
2002-01-06  Mark G. AdamsFix UuidCreate() to not forget MAC address.
2001-09-17  Ove KaavenLots of rpcrt4.dll stubs.
2001-09-07  Huw D M DaviesStub implementation for UuidHash().
2001-07-12  Patrik StridvallFixed some issues found by winapi_check.
2001-07-11  Peter HunnisettAdded a bunch of entry points.
2001-07-08  Patrik StridvallAdd proper check for existance of struct sockaddr membe...
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-01-17  Alexandre JulliardCleaned up dll startup routines now that we have separa...
2000-12-05  Stefan LeichterCompile fix for gcc 2.7.2.3.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-25  Patrik StridvallFixed some issues found by winapi_check.
2000-11-15  Marcus MeissnerAdded some rpcrt4 stubs.
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-10-31  Alexandre JulliardAdded import of ntdll.
next