wined3d: Move max_ffp_textures to wined3d_d3d_info.
[wine] / dlls / rpcrt4 / rpcrt4_main.c
2012-08-14  Jacek Cabanrpcrt4: Added RpcError* stubs.
2012-03-29  Vincent Povirkrpcrt4: Do nothing when DllMain is called because the...
2011-11-17  Francois Gougetrpcrt4: Delete the static critical sections when unload...
2011-11-14  Francois Gougetrpcrt4: Give a name to the critical sections.
2010-05-17  Michael Stefaniucrpcrt4: Avoid using long.
2010-03-04  Juan Langrpcrt4: Implement UuidCreateSequential using the machin...
2009-12-14  Rob Shearmanrpcrt4: Implement RpcServerRegisterAuthInfoA/W.
2009-03-23  Rob Shearmanrpcrt4: Free the resources associated with server proto...
2009-01-23  Hans Leidekkerrpcrt4: Move NdrGetUserMarshalInfo stub near user marsh...
2009-01-22  Juan Langrpcrt4: Use pseudo-random numbers to generate UUIDs...
2009-01-21  Hans Leidekkerrpcrt4: Add a stub implementation of NdrGetUserMarshalInfo.
2009-01-04  Michael Stefaniucinclude: Change RPC_STATUS from long to LONG for Win64...
2008-12-04  Alexandre Julliardrpcrt4: Make a variable static.
2008-07-14  Rob Shearmanrpcrt4: Implement RpcCancelThreadEx.
2008-06-26  Rob Shearmanrpcrt4/rpcss: Remove old named pipe code for communicat...
2008-04-17  Austin EnglishSpelling fixes.
2008-04-16  Rob Shearmanrpcrt4: Test and fix I_RpcExceptionFilter.
2008-04-11  Rob Shearmanrpcrt4: Implement I_RpcExceptionFilter.
2008-03-17  Rob Shearmanrpcrt4: Add a stub for RpcCancelThreadEx.
2008-01-07  Rob Shearmanrpcrt4: Implement I_RpcMapWin32Status.
2008-01-07  Rob Shearmanrpcrt4: Update todos.
2007-12-31  Rob Shearmanrpcrt4: Keep a track of server context handles allocate...
2007-12-18  Rob Shearmanrpcrt4: Implement I_RpcGetCurrentCallHandle.
2007-12-18  Francois Gougetrpcrt4: Add an rpcasync.h header stub and fix the RpcEr...
2007-12-14  Rob Shearmaninclude: Make RpcRaiseException DECLSPEC_NORETURN,...
2007-12-08  Rob Shearmanrpcrt4: Add a missing break in DllMain.
2007-11-19  Rob Shearmanrpcrt4: Hold the thread-data's critical section while...
2007-11-13  Francois Gougetrpcrt4: Add some missing prototypes and better match...
2007-11-13  Rob Shearmanrpcrt4: Fix a copy and paste mistake in declaring threa...
2007-11-13  Rob Shearmanrpcrt4: Implement RpcCancelThread for the ncacn_ip_tcp...
2007-11-07  Rob Shearmanrpcrt4: Add stubs for RpcMgmtSetCancelTimeout and RpcCa...
2007-11-07  Rob Shearmanrpcrt4: Add a stub for RpcErrorStartEnumeration.
2007-03-08  Francois Gougetrpcrt4: Fix a file handle leak in RPCRT4_RPCSSOnDemandC...
2007-01-25  Andrew Talbotrpcrt4: Declare some functions static.
2006-11-10  Michael Stefaniucrpcrt4: Win64 printf format warning fixes.
2006-10-13  Francois Gougetrpcrt4: Add RPC_CSTR, RPC_WSTR and update the prototype...
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-09-08  Francois GougetAssorted spelling fixes.
2006-07-13  Robert Shearmanrpcrt4: Add a stub for I_RpcMapWin32Status.
2006-06-02  Robert Shearmanrpcrt4: Implement I_RpcAllocate and I_RpcFree.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-30  Mike McCormackFix some gcc 4.0 warnings.
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-06-30  Francois GougetAssorted spelling fixes.
2005-04-20  Francois GougetTweak the API documentation to silence winapi_check...
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-14  Ralf S. EngelschallFix incorrect random multicast MAC address creation.
2005-03-14  Robert Shearman- RpcMgmtStopServerListen should not affect auto-listen...
2005-01-14  Ge van GeldorpFix prototypes according to PSDK.
2004-12-23  Bill MedlandImplemented DceErrorInqText.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-04-28  Hans LeidekkerReimplement UuidCreate() with Win32 APIs.
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-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-03-28  Alexandre JulliardReplaced WINE_CHECK_STRUCT_MEMBER autoconf macro by...
2003-01-31  Ove KaavenImplemented RpcRaiseException.
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2002-12-24  Dimitrie O. PaunFix definitions for Uuid{To,From}String, RpcStringFree.
2002-12-02  Alexandre JulliardAuthors: Greg Turner <gmturner007@ameritech.net>, Ove...
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-10-25  Greg Turner- Make explicit some missing include dependencies.
2002-10-11  Ove KaavenReimplement several RpcServer.* methods in rpc_server.c.
2002-10-10  Ove KaavenAdded NdrDllCanUnloadNow, NdrDllGetClassObject, NdrDllR...
2002-10-10  Ove KaavenImplemented I_RpcFreeBuffer, I_RpcGetBuffer, I_RpcRecei...
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-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-14  Alexandre JulliardPortability fixes.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
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-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-25  Patrik StridvallFixed some issues found by winapi_check.
2000-11-15  Marcus MeissnerAdded some rpcrt4 stubs.
2000-10-24  Chris MorganImplemented RpcStringFreeA and UuidToStringA.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-07-25  Patrik StridvallFixed issues found by winapi_check.
2000-07-16  Andreas MohrSpelling fixes.
next