2004-04-14 |
Filip Navara | Fix the case of RpcNetworkIsProtseqValid[AW] (was |
tree | commitdiff |
2004-03-24 |
Alexandre Julliard | .spec.c files are no longer used for 32-bit dlls. |
tree | commitdiff |
2004-03-02 |
Alexandre Julliard | We no longer use the .exe.spec.c files. |
tree | commitdiff |
2004-02-27 |
Robert Shearman | - Fix a bad use of HeapRealloc. |
tree | commitdiff |
2004-01-27 |
Alexandre Julliard | Only link against libdxguid where necessary. |
tree | commitdiff |
2004-01-27 |
Francois Gouget | Add missing '\n's to debug traces. |
tree | commitdiff |
2004-01-26 |
Francois Gouget | Add trailing '\n's to ok() calls. |
tree | commitdiff |
2004-01-26 |
Gregory M. Turner | Wine also supports the ncacn_np protocol sequence. |
tree | commitdiff |
2004-01-23 |
Ge van Geldorp | Rename LARGE_INTEGER and ULARGE_INTEGER members "s... |
tree | commitdiff |
2004-01-20 |
Mike Hearn | Implemented RpcIsProtSeqValid. |
tree | commitdiff |
2004-01-09 |
Alexandre Julliard | Get rid of no longer needed WINE_PACKED define. |
tree | commitdiff |
2004-01-09 |
Ove Kaaven | Avoid freeing request packet too early if an exception... |
tree | commitdiff |
2004-01-09 |
Ove Kaaven | Properly handle destroying the first connection in... |
tree | commitdiff |
2003-11-27 |
Alexandre Julliard | Porting fixes. |
tree | commitdiff |
2003-11-21 |
Gregory M. Turner | Implemented RpcObjectSetType. |
tree | commitdiff |
2003-11-20 |
Dimitrie O. Paun | Bail when we're out of memory. |
tree | commitdiff |
2003-11-20 |
Gregory M. Turner | - Trace the argument to RPCRT4_server_thread. |
tree | commitdiff |
2003-10-21 |
Gregory M. Turner | - Remove an erroneous check in NdrSendReceive. |
tree | commitdiff |
2003-10-14 |
Dmitry Timoshkov | Fixed some problems found while compiling and linking... |
tree | commitdiff |
2003-10-14 |
Oleg Prokhorov | Another portion of HeapReAlloc fixes. |
tree | commitdiff |
2003-10-11 |
Dimitrie O. Paun | Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. |
tree | commitdiff |
2003-10-07 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
tree | commitdiff |
2003-09-15 |
Mike Hearn | Move packet linked list tail forward correctly on push. |
tree | commitdiff |
2003-09-11 |
Gregory M. Turner | Updated the "TODO" comments. |
tree | commitdiff |
2003-09-09 |
Alexandre Julliard | Fixed a few more headers dependency issues. |
tree | commitdiff |
2003-09-08 |
Francois Gouget | Fix the case of product and company names. |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-08-12 |
Alexandre Julliard | Allocate DebugInfo field for all critical sections... |
tree | commitdiff |
2003-07-30 |
Alexandre Julliard | Make the DllRegisterServer, DllRegisterServerEx, DllUnr... |
tree | commitdiff |
2003-07-16 |
Gregory M. Turner | RPCRT4_NdrClientCall2 is ATM hardly "semi-stub". |
tree | commitdiff |
2003-06-30 |
Dmitry Timoshkov | For all DLLs with defined DllMain and which do not... |
tree | commitdiff |
2003-05-22 |
Ove Kaaven | Initial support for RPC call failures, by catching... |
tree | commitdiff |
2003-05-21 |
Ove Kaaven | For RPC servers, don't deallocate the RPC request packe... |
tree | commitdiff |
2003-05-21 |
Ove Kaaven | Added semi-stub for NdrProxyErrorHandler. |
tree | commitdiff |
2003-05-20 |
Ove Kaaven | Fixed NdrDllRegisterProxy so it registers the key names... |
tree | commitdiff |
2003-05-20 |
Ove Kaaven | Implemented "dereference" pointer flag. |
tree | commitdiff |
2003-05-20 |
Ove Kaaven | Portability fix. Better debug messages (display IID... |
tree | commitdiff |
2003-05-13 |
Francois Gouget | Fix miscellaneous spelling errors and typos. |
tree | commitdiff |
2003-04-26 |
Alexandre Julliard | Added a few stubs needed by the generated oaidl_p.c. |
tree | commitdiff |
2003-04-19 |
Ove Kaaven | Implemented simple caching of client connections. |
tree | commitdiff |
2003-04-19 |
Ove Kaaven | Fixed a race condition on RPC worker thread creation... |
tree | commitdiff |
2003-04-19 |
Ove Kaaven | Added missing AddRef. |
tree | commitdiff |
2003-03-28 |
Alexandre Julliard | Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by... |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Take advantage of new winebuild syntax to remove redund... |
tree | commitdiff |
2003-02-19 |
Ove Kaaven | For better concurrency, separate the connections from... |
tree | commitdiff |
2003-02-17 |
Ove Kaaven | NDR marshalling fixes. |
tree | commitdiff |
2003-02-17 |
Ove Kaaven | Make NdrDllRegisterProxy use the interface stub header... |
tree | commitdiff |
2003-02-11 |
Marcus Meissner | Fixed undefined operation compiler warning. |
tree | commitdiff |
2003-02-01 |
Ove Kaaven | Implemented marshalling of pointers, simple and complex... |
tree | commitdiff |
2003-01-31 |
Ove Kaaven | ReuseBuffer should be FALSE for RPC clients. |
tree | commitdiff |
2003-01-31 |
Ove Kaaven | Fixed a bug in CompleteBindingA/W. |
tree | commitdiff |
2003-01-31 |
Ove Kaaven | Implemented RpcRaiseException. |
tree | commitdiff |
2003-01-14 |
Francois Gouget | Remove (POINTER)NULL casts. |
tree | commitdiff |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
tree | commitdiff |
2003-01-03 |
Dimitrie O. Paun | Eliminate lots of __WINE__ conditionals from the headers. |
tree | commitdiff |
2002-12-24 |
Dimitrie O. Paun | Fix definitions for Uuid{To,From}String, RpcStringFree. |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Added .spec.def files. |
tree | commitdiff |
2002-12-05 |
Ove Kaaven | Make sure that no files except unknwn.h include wine... |
tree | commitdiff |
2002-12-05 |
Francois Gouget | Skip Unicode tests if there's no Unicode support. |
tree | commitdiff |
2002-12-02 |
Alexandre Julliard | Authors: Greg Turner <gmturner007@ameritech.net>, Ove... |
tree | commitdiff |
2002-11-08 |
Alberto Massari | Avoid crashing when releasing an NdrCStdStubBuffer... |
tree | commitdiff |
2002-11-06 |
Greg Turner | - Remove stupid indentations from trace msgs. |
tree | commitdiff |
2002-11-04 |
Alexandre Julliard | Made the dll entry point default to DllMain and removed... |
tree | commitdiff |
2002-11-01 |
Greg Turner | Fix some problems found by winapi_check. |
tree | commitdiff |
2002-11-01 |
Greg Turner | Fix stupid clone of broken macro, found by Marcus. |
tree | commitdiff |
2002-10-31 |
Greg Turner | Remove #ifdef WINNT conditionals; just use the NT defin... |
tree | commitdiff |
2002-10-31 |
Greg Turner | - Use appropriate per-platform NDR_LOCAL Data Represent... |
tree | commitdiff |
2002-10-31 |
Greg Turner | - Fix offset bug in the conformant string unmarshall... |
tree | commitdiff |
2002-10-31 |
Greg Turner | Rename the *_32_READ macros to *_UINT32_READ for clarity. |
tree | commitdiff |
2002-10-30 |
Marcus Meissner | Fixed LITTLE_ENDIAN_32_READ macro to at least compile. |
tree | commitdiff |
2002-10-29 |
Greg Turner | - more comments and comment-cleanup |
tree | commitdiff |
2002-10-29 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-10-28 |
Greg Turner | - Pull the buffer from the rpc message into the midl... |
tree | commitdiff |
2002-10-28 |
Greg Turner | Add a bunch of stubs, all of which I presume to be... |
tree | commitdiff |
2002-10-28 |
Greg Turner | - Clean up and add some comments. |
tree | commitdiff |
2002-10-28 |
Greg Turner | - Distinguish between actual paranoia and meaningful... |
tree | commitdiff |
2002-10-28 |
Greg Turner | - Clean up and enhance some traces. |
tree | commitdiff |
2002-10-28 |
Greg Turner | Fix endianness dependency in the (there is only one... |
tree | commitdiff |
2002-10-25 |
Greg Turner | - Use memset instead of ZeroMemory, just to be consiste... |
tree | commitdiff |
2002-10-25 |
Greg Turner | - Make explicit some missing include dependencies. |
tree | commitdiff |
2002-10-23 |
Greg Turner | Implemented NdrClientInitializeNew. |
tree | commitdiff |
2002-10-23 |
Greg Turner | Whitespace cleanup. |
tree | commitdiff |
2002-10-23 |
Greg Turner | Fixed a tiny trace bug. |
tree | commitdiff |
2002-10-22 |
Greg Turner | - Use Ove-style macros for NdrConformantStringMarshall... |
tree | commitdiff |
2002-10-22 |
Greg Turner | - ClientCall2 still deserves a FIXME. |
tree | commitdiff |
2002-10-21 |
Greg Turner | Fix return types of NdrConformantStringMarshall, NdrGet... |
tree | commitdiff |
2002-10-21 |
Greg Turner | Stubs for RpcServerUseProtseqA, RpcServerUseProtseqW. |
tree | commitdiff |
2002-10-19 |
Greg Turner | Super-crude implementation for NdrClientCall2. |
tree | commitdiff |
2002-10-19 |
Greg Turner | Fix up RpcMgmtWaitServerListen to be less incorrect. |
tree | commitdiff |
2002-10-19 |
Greg Turner | Some MIDL constants and structures (should eventually... |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Fixed warnings caused by conversion to -DSTRICT. |
tree | commitdiff |
2002-10-18 |
Greg Turner | - (try to) implement RpcMgmtWaitServerListen |
tree | commitdiff |
2002-10-17 |
Alexandre Julliard | Fixed compilation for non-i386. |
tree | commitdiff |
2002-10-16 |
Greg Turner | Use the msvc way to return a struct, fixing wierd problems. |
tree | commitdiff |
2002-10-11 |
Ove Kaaven | Added NdrOleAllocate, NdrOleFree, NdrInterfacePointerBu... |
tree | commitdiff |
2002-10-11 |
Ove Kaaven | Reimplement several RpcServer.* methods in rpc_server.c. |
tree | commitdiff |
2002-10-10 |
Ove Kaaven | Added NdrDllCanUnloadNow, NdrDllGetClassObject, NdrDllR... |
tree | commitdiff |
2002-10-10 |
Ove Kaaven | Added NdrProxyFreeBuffer, NdrProxyGetBuffer, NdrProxyIn... |
tree | commitdiff |
2002-10-10 |
Ove Kaaven | Implement the CStdStubBuffer methods. |
tree | commitdiff |
2002-10-10 |
Ove Kaaven | IUnknown_[QAR]_Proxy implementations, VTbl construction... |
tree | commitdiff |
next |