wined3d: Fix light state bugs.
[wine] / dlls / rpcrt4 /
2006-07-14  Robert Shearmanrpcrt4: Fix Variance Callback Functions.
2006-07-14  Robert Shearmanrpcrt4: Add the threading model and a description when...
2006-07-13  Robert Shearmanrpcrt4: Add a stub for I_RpcMapWin32Status.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-07  Michael Stefaniucjanitorial: Put "inline static" at the beginning of...
2006-07-05  Huw Daviesrpcrt4: Don't advance the buffer for FC_STRUCTPAD2.
2006-06-30  Robert Shearmanrpcrt4: Add a stub for RpcMgmtSetServerStackSize.
2006-06-26  Huw Daviesrpcrt4: Calculate size of FC_STRUCT arguments correctly.
2006-06-21  Robert Shearmanrpcrt4: Stubs for RpcRevertToSelf and RpcMgmtSetComTimeout.
2006-06-21  Robert Shearmanrpcrt4: Add stub for RpcMgmtEnableIdleCleanup.
2006-06-20  Huw Daviesrpcrt4: Don't use a short to hold the packet length...
2006-06-19  Robert Shearmanrpcrt4: Move the packet manipulation from the exception...
2006-06-19  Robert Shearmanrpcrt4: Use the thread pool in the RPC server for proce...
2006-06-16  Huw Daviesrpcrt4: Fix the argument size of conformant arrays.
2006-06-14  Robert Shearmanrpcrt4: getaddrinfo returns any non-zero value on failu...
2006-06-13  Alexandre Julliardrpcrt4: Don't use sizeof in traces to avoid printf...
2006-06-13  Alexandre Julliardrpcrt4/tests: Don't use sizeof in ok() to avoid printf...
2006-06-12  Robert Shearmanrpcrt4: Add an exception handler for CStdStubBuffer_Invoke.
2006-06-12  Robert Shearmanrpcrt4: Initialise pStubMsg->MemorySize to zero before...
2006-06-12  Robert Shearmanrpcrt4: Use safe_mutiply in conformant array functions.
2006-06-12  Robert Shearmanrpcrt4: Pass in a maximum variance value to ReadVarianc...
2006-06-12  Robert Shearmanrpcrt4: Check that strings are null-terminated on unmar...
2006-06-12  Robert Shearmanrpcrt4: Use safe_multiply when multiplying anything...
2006-06-12  Robert Shearmanrpcrt4: Raise an exception during unmarshaling if a...
2006-06-12  Robert Shearmanrpcrt4: Introduce a new function, safe_multiply, which...
2006-06-09  Robert Shearmanrpcrt4: Clear an object pointer during unmarshaling...
2006-06-09  Robert Shearmanrpcrt4: Initialise pStubMsg->MemorySize to zero before...
2006-06-09  Robert Shearmanrpcrt4: Don't raise an exception if there is no freer...
2006-06-09  Robert Shearmanrpcrt4: Implement more base types for complex types.
2006-06-09  Robert Shearmanrpcrt4: Now that there's a process-wide pool of connect...
2006-06-09  Robert Shearmanrpcrt4: Return the status received from RPCRT4_Send...
2006-06-09  Alexandre Julliardrpcrt4: Make the protseq_ops structure constant.
2006-06-08  Alexandre Julliardrpcrt4: Avoid potential redefinition of uuid_t.
2006-06-08  Robert Shearmanrpcrt4: Implement a process-wide connection pool for...
2006-06-08  Robert Shearmanrpcrt4: Fix the retrieval of This for interpreted proxies.
2006-06-08  Robert Shearmanrpcrt4: Implement full-pointer support for interpreted...
2006-06-05  Robert Shearmanrpcrt4: Implement varying array NDR functions.
2006-06-05  Robert Shearmanrpcrt4: Don't call NdrBaseTypeMemorySize from within...
2006-06-03  Robert Shearmanrpcrt4: Don't try to resolve the name when constructing...
2006-06-03  Robert Shearmanrpcrt4: Change ComputeConformance and ComputeVariance...
2006-06-03  Robert Shearmanrpcrt4: The lifetime of the binding handle stored in...
2006-06-03  Robert Shearmanrpcrt4: Fix an incorrect format string pointer being...
2006-06-03  Robert Shearmanrpcrt4: Skip over the right-hand-side data for the...
2006-06-03  Robert Shearmanrpcrt4: Align the buffer correctly when marshaling...
2006-06-03  Robert Shearmanrpcrt4: Freeing a NULL context handle is allowed.
2006-06-03  Robert Shearmanrpcrt4: NdrClientContextMarshall/Unmarshall should...
2006-06-03  Robert Shearmanrpcrt4: Fix the unmarshaling of pointers in conformant...
2006-06-03  Robert Shearmanrpcrt4: CContext can be NULL in NDRCContextMarshall...
2006-06-03  Robert Shearmanrpcrt4: Fix the pointer count used when handling embedd...
2006-06-03  Robert Shearmanrpcrt4: Print some more informative error messages...
2006-06-02  Robert Shearmanrpcrt4: All of the parameters to TowerExplode are optional.
2006-06-02  Robert Shearmanrpcrt4: Implement TowerConstruct and TowerExplode.
2006-06-02  Robert Shearmanrpcrt4: Add functions for generating and parsing the...
2006-06-02  Robert Shearmanrpcrt4: Implement I_RpcAllocate and I_RpcFree.
2006-06-02  Robert Shearmanrpcrt4: Don't send the unused part of the allocated...
2006-06-02  Robert Shearmanrpcrt4: NdrClientInitializeNew shouldn't clear all...
2006-06-01  Mike McCormackrpcrt4: Implement NDRCContext(Un)marshall and NDRCConte...
2006-05-31  Huw Daviesrpcrt4: Add ENUM32 support to ComplexStructMemorySize.
2006-05-30  Robert Shearmanrpcrt4: Make UserMarshalFlags static.
2006-05-30  Robert Shearmanrpcrt4: We should never pass an fMustAlloc value of...
2006-05-30  Robert Shearmanrpcrt4: Make sure to set a unique pointer with an id...
2006-05-30  Robert Shearmanrpcrt4: If the number of pointers is 0 for NdrFullPoint...
2006-05-30  Robert Shearmanrpcrt4: Handle marshaling/unmarshaling full pointers.
2006-05-30  Robert Shearmanrpcrt4: For full pointers the state consists of flags...
2006-05-27  Robert Shearmanrpcrt4: Store the QueryType in the state table in NdrFu...
2006-05-27  Robert Shearmanrpcrt4: Fix NdrFullPointerQueryRefId to make more tests...
2006-05-27  Robert Shearmanrpcrt4: Implement remaining part of NdrFullPointerQuery...
2006-05-27  Robert Shearmanrpcrt4: Implement some full pointer functions and add...
2006-05-26  Mike McCormackrpcrt4: Implement NdrClientContext(Un)Marshall.
2006-05-26  Robert Shearmanrpcrt4: Even though FC_DEREFERENCE conformance is handl...
2006-05-26  Robert Shearmanrpcrt4: Return the actual status code sent back by...
2006-05-25  Mike McCormackrpcrt4: Stub implementations for NDRS marshalling funct...
2006-05-25  Robert Shearmanrpcrt4: Set the Memory field of the stub message struct...
2006-05-25  Robert Shearmanrpcrt4: Implement explicit generic binding handles.
2006-05-25  Robert Shearmanrpcrt4: Move the getting of the client binding handle...
2006-05-25  Robert Shearmanrpcrt4: Move the initialising of the stub message struc...
2006-05-25  Robert Shearmanrpcrt4: Store the arguments exclusively in stubMsg...
2006-05-25  Robert Shearmanrpcrt4: Implement RpcBindingCopy.
2006-05-24  Alexandre JulliardLink against libwine_unicode everywhere we use Unicode...
2006-05-24  Alexandre JulliardTests should not use wine/unicode.h.
2006-05-24  Mike McCormackrpcrt4: Add stub implementations for NDRCContext(Un...
2006-05-23  Huw Daviesrpcrt4: Uncomment test now that it works correctly.
2006-05-23  Huw Daviesrpcrt4: Add another static.
2006-05-23  Huw Daviesrpcrt4: Fix some comments and move the NdrSimpleType...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-23  Robert Shearmanrpcrt4: Fix copying too much data from the buffer by...
2006-05-23  Robert Shearmanrpcrt4: Authentication padding should only be generated...
2006-05-20  Robert Shearmanrpcrt4: Handle pointers to context handles in the stubl...
2006-05-20  Robert Shearmanrpcrt4: We don't need to free object pointers if we...
2006-05-20  Robert Shearmanrpcrt4: Use macros to generate the code for unmarshalin...
2006-05-20  Robert Shearmanrpcrt4: Don't set the memory pointer to NULL before...
2006-05-20  Robert Shearmanrpcrt4: Make more internal functions static.
2006-05-20  Robert Shearmanrpcrt4: Add the definition of RpcAuthVerifier to rpc_de...
2006-05-20  Huw Daviesrpcrt4: Use IsClient to determine whether we can use...
2006-05-20  Robert Shearmanrpcrt4: Warn if CreateNamedPipe fails.
2006-05-20  Robert Shearmanrpcrt4: Add the correct amount of auth padding to messages.
next