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 |
2002-10-10 |
Ove Kaaven | Stubby NdrClientCall2 & some header changes. |
tree | commitdiff |
2002-10-10 |
Ove Kaaven | Implemented I_RpcFreeBuffer, I_RpcGetBuffer, I_RpcRecei... |
tree | commitdiff |
2002-10-07 |
Greg Turner | Added skeleton for rpcrt4 unit test with some UUID... |
tree | commitdiff |
2002-10-07 |
Greg Turner | Implemented UuidCompare. |
tree | commitdiff |
2002-10-07 |
Ove Kaaven | Implemented RpcBindingInqObject, RpcBindingSetObject, |
tree | commitdiff |
2002-10-04 |
Alexandre Julliard | Implemented UuidFromString[AW] based on CLSIDFromString |
tree | commitdiff |
2002-10-03 |
Ove Kaaven | Added UuidCreateNil, UuidEqual and UuidIsNil. |
tree | commitdiff |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
tree | commitdiff |
2002-08-09 |
Ove Kaaven | Some more RPC definitions. |
tree | commitdiff |
2002-06-21 |
Alexandre Julliard | Made some more spec file entries optional or unnecessary. |
tree | commitdiff |
2002-06-13 |
Mike McCormack | Added an empty implementation for UuidFromStringA/W. |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-19 |
Stefan Leichter | Added stub for DllRegisterServer. |
tree | commitdiff |
2002-05-17 |
Alexandre Julliard | Removed most imports of ntdll since we no longer import... |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Portability fixes. |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Added winebuild support for generating a .dbg.c file... |
tree | commitdiff |
2002-05-11 |
Alexandre Julliard | Added -res option to specify resources on winebuild... |
tree | commitdiff |
2002-05-09 |
Alexandre Julliard | Moved imports specification from the .spec into the... |
tree | commitdiff |
2002-03-20 |
Alexandre Julliard | Changed builtin dlls file names to make it clear they... |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-02-19 |
Stefan Leichter | Added two missing exports. |
tree | commitdiff |
2002-02-15 |
Patrik Stridvall | Added some defines for compatibility with Windows headers. |
tree | commitdiff |
2002-01-31 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-01-29 |
Mike McCormack | Added stubs for NdrDllCanUnloadNow and NdrDllGetClassOb... |
tree | commitdiff |
2002-01-06 |
Mark G. Adams | Fix UuidCreate() to not forget MAC address. |
tree | commitdiff |
2001-09-17 |
Ove Kaaven | Lots of rpcrt4.dll stubs. |
tree | commitdiff |
2001-09-07 |
Huw D M Davies | Stub implementation for UuidHash(). |
tree | commitdiff |
2001-07-12 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2001-07-11 |
Peter Hunnisett | Added a bunch of entry points. |
tree | commitdiff |
2001-07-08 |
Patrik Stridvall | Add proper check for existance of struct sockaddr membe... |
tree | commitdiff |
2001-06-20 |
Patrik Stridvall | Documentation ordinal fixes. |
tree | commitdiff |
2001-06-19 |
Patrik Stridvall | Documentation ordinal fixes. |
tree | commitdiff |
2001-05-09 |
Francois Gouget | Add '\n' at the end of traces. |
tree | commitdiff |
2001-01-17 |
Alexandre Julliard | Cleaned up dll startup routines now that we have separa... |
tree | commitdiff |
2000-12-05 |
Stefan Leichter | Compile fix for gcc 2.7.2.3. |
tree | commitdiff |
2000-12-01 |
Patrik Stridvall | Added/modified documentation for function arguments. |
tree | commitdiff |
2000-11-30 |
David Elliott | Remove libXXXX.so.1.0 lines from .cvsignore files. |
tree | commitdiff |
2000-11-25 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2000-11-15 |
Marcus Meissner | Added some rpcrt4 stubs. |
tree | commitdiff |
2000-11-12 |
Alexandre Julliard | Start using import tables for dlls that can already... |
tree | commitdiff |
2000-11-05 |
Alexandre Julliard | Declare debug channels in all dlls that need them;... |
tree | commitdiff |
2000-10-31 |
Alexandre Julliard | Added import of ntdll. |
tree | commitdiff |
2000-10-24 |
Chris Morgan | Implemented RpcStringFreeA and UuidToStringA. |
tree | commitdiff |
2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
tree | commitdiff |
2000-07-25 |
Patrik Stridvall | Fixed issues found by winapi_check. |
tree | commitdiff |
2000-07-16 |
Andreas Mohr | Spelling fixes. |
tree | commitdiff |
2000-07-15 |
Huw D M Davies | Create rpcrt4.dll. |
tree | commitdiff |
|