Interlocked LONG* gcc warning fixes.
[wine] / dlls / rpcrt4 /
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-05  Stefan HuehnerFix -Wmissing-declarations warnings.
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-06-30  Francois GougetAssorted spelling fixes.
2005-06-23  Alexandre JulliardSort entry points in the same order as Windows.
2005-06-20  Stefan HuehnerMake some function static.
2005-06-08  Robert ShearmanFix an RPC server startup race introduced by me.
2005-06-08  Robert Shearman- Don't pass the PROFILE_SERVER flag in to CreateNamedP...
2005-06-07  Robert ShearmanMake NdrInterfacePointer* more reliable.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-06-05  Mike HearnInitialize DataRepresentation in NdrClientInitializeNew...
2005-06-01  Robert Shearman- Improve tracing.
2005-05-16  Vincent BéronProvide minimal API documentation in advapi/eventlog...
2005-05-13  Robert Shearman- Fix RpcServerListen so that it doesn't return
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-06  Hartmut BirrClean up if named pipe is not available.
2005-04-20  Francois GougetTweak the API documentation to silence winapi_check...
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-19  Robert ShearmanFix deadlock caused by not leaving the critical section...
2005-03-14  Ralf S. EngelschallFix incorrect random multicast MAC address creation.
2005-03-14  Robert Shearman- RpcMgmtStopServerListen should not affect auto-listen...
2005-03-04  Mike HearnSuppress some useless warnings in the RPC runtime,...
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2005-02-15  Robert Shearman- Add a stub implementation of RpcImpersonateClient.
2005-02-15  Robert ShearmanFix RPC server thread race.
2005-02-15  Robert ShearmanERROR_IO_PENDING is expected, so don't return an error.
2005-01-14  Ge van GeldorpFix prototypes according to PSDK.
2005-01-07  Mike McCormackUse CreateEventW in preference to CreateEventA for...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-23  Bill MedlandImplemented DceErrorInqText.
2004-12-14  Robert ShearmanImplement RPC_E_DISCONNECTED in proxies.
2004-11-30  Eric PouechConst correctness fixes.
2004-10-30  Francois GougetMIDL_STUB_MESSAGE.UniquePtrCount has been renamed in...
2004-10-19  Vincent BéronFix various function prototypes.
2004-10-18  Mike McCormackAdd stub implementation for CreateProxyFromTypeInfo.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-08  Francois GougetFix and unify parsing of calling conventions.
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-09-03  Mike McCormackAvoid non-standard types in rpcdcep.h.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-13  Alexandre JulliardMoved ICOM_THIS_MULTI definition out of objbase.h and...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-06-23  Mike Hearn- Don't ERR on a used connection being destroyed.
2004-06-17  Mike HearnRemove the RPC connection cache as Windows does not...
2004-06-16  Mike HearnCorrect connection releases on error path in RPCRT4_Ope...
2004-06-14  Robert Shearman- Fix ref count on standard proxy creation.
2004-05-19  Eric PouechGetModuleFileName[AW] doesn't terminate the string...
2004-05-17  Patrik StridvallFixed some issues found by winapi_check.
2004-04-28  Hans LeidekkerReimplement UuidCreate() with Win32 APIs.
2004-04-26  Filip NavaraMake RPCRT4 use Windows compatible protocol (DCE v5...
2004-04-19  Filip NavaraFix some RPC prototypes to get it compiling with W32API.
2004-04-19  Hans LeidekkerFix compiler warning.
2004-04-19  Filip NavaraPrevent crashes in I_RpcSend on Windows XP.
2004-04-14  Filip NavaraFix the case of RpcNetworkIsProtseqValid[AW] (was
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
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...
next