- 14 Dec, 2007 30 commits
-
-
Lei Zhang authored
-
Lei Zhang authored
-
Maarten Lankhorst authored
-
Rob Shearman authored
-
Aric Stewart authored
-
Rob Shearman authored
-
Maarten Lankhorst authored
-
Maarten Lankhorst authored
-
Alistair Leslie-Hughes authored
-
James Hawkins authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Lei Zhang authored
-
Lei Zhang authored
-
Lei Zhang authored
-
Andrew Talbot authored
-
Jacek Caban authored
These registries are present in a fresh Windows installation, but they cause problems with native IE, so let's handle them as we do with IE version key.
-
Jacek Caban authored
-
Jacek Caban authored
-
Rob Shearman authored
Out-of-memory check is performed by NdrAllocate and so isn't required to be done in the unmarshalling functions.
-
Rob Shearman authored
-
Rob Shearman authored
Tests show that NdrPointerFree (and hence NdrFree) don't check whether the memory was allocated with NdrAllocate before freeing it. This makes sense as servers don't need to use NdrAllocate to allocate memory being returned and so this commit caused that memory to be leaked. NdrAllocate hasn't been changed as the tests show it is correct and it appears that the memory list is used to implement the RpcSs memory model.
-
Rob Shearman authored
-
Rob Shearman authored
Add comments to justify why this is the only check that is needed.
-
Rob Shearman authored
These are supposed to point to the original buffer when the types were unmarshalled.
-
Rob Shearman authored
Revert "rpcrt4: Try to free every non-stack pointer in PointerFree now that NdrFree does the sanity checking for us.". This reverts commit 6db648302ce43f625a073426a35a6f40b7869d8b. Tests show the assumptions in a commit that this commit depends on are not valid.
-
Rob Shearman authored
widl: Don't write redundant FC_RP type format out for conformant strings, unless it is a top level variable.
-
- 13 Dec, 2007 10 commits
-
-
Lei Zhang authored
-
Lei Zhang authored
-
Lei Zhang authored
-
Lei Zhang authored
-
Lei Zhang authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Aric Stewart authored
Cache the enum info so that repeated calls to EnumFontFamiles and such does not have to repeatedly load the font file.
-