- 31 Dec, 2005 17 commits
-
-
Dan Kegel authored
-
Robert Shearman authored
Move the freeing of allocation blocks for an entry into URLCache_DeleteEntry. Call URLCache_DeleteEntry to rollback from failure in CommitUrlCacheEntryInternal.
-
Robert Shearman authored
-
Robert Shearman authored
-
Jacek Caban authored
-
Robert Shearman authored
-
Robert Shearman authored
of header.c.
-
Mike McCormack authored
-
Mike McCormack authored
-
Mike McCormack authored
-
Mike McCormack authored
-
Robert Reif authored
-
Raphael Junqueira authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Henning Gerhardt authored
-
Thomas Weidenmueller authored
allocation failure.
-
- 26 Dec, 2005 23 commits
-
-
Yuval Fledel authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
Marshall and unmarshall out parameters for servers and clients respectively. Write out array components for declared local variables in generated server code.
-
Robert Shearman authored
Remove some duplicated code by calling an improved get_required_buffer_size. Add some more newlines in the generated code to separate separate stages. Calculate the buffer size of [out] arguments in generated server code. Fix the direction passed into unmarshall_arguments.
-
Robert Shearman authored
decide which parameters should be considered based on their direction.
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
unmarshaling arguments.
-
Robert Shearman authored
unmarshall_arguments into for loops.
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
accepting pointers.
-
Robert Shearman authored
interface has no methods.
-
Robert Shearman authored
-
Robert Shearman authored
Fixes several shift/reduce warnings.
-
Robert Shearman authored
Treat variables with array indices the same as pointers when writing out the proc & type format strings. Fix a typo when writing out the proc format string where a non-return type was written out for a return type and vice-versa.
-
Robert Shearman authored
-
Robert Shearman authored
typeformat strings for variables.
-
Robert Shearman authored
Only output the one function in the trace for ITypeInfo::Invoke. Process the return value on output in ITypeInfo::Invoke, but only copy it to pVarResult if pVarResult is not NULL.
-