- 20 Apr, 2006 30 commits
-
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
-
James Hawkins authored
-
Mike McCormack authored
-
Mike McCormack authored
-
Robert Shearman authored
-
Robert Shearman authored
Don't allocate memory for the thread error structure until it is needed, as it is quite large and wastes memory for threads that don't call any wininet function.
-
Robert Shearman authored
-
Robert Shearman authored
Free all pointers by default, except for conformant strings. Conformant arrays should always be freed. Add FC_CVARRAY to list of known types to avoid a FIXME.
-
Robert Shearman authored
-
Robert Shearman authored
Use the documented NDR_PROC_HEADER_EXTS structure instead of the current NDR_PROC_EXTENSIONS structure currently in ndr_stubless.c.
-
Robert Shearman authored
-
Robert Shearman authored
Store the return value on the stack for stubs, as MIDL reserves space for it and gives us a stack offset. This fixes calling methods with thunks that assume that the return value will be stored on the stack.
-
Robert Shearman authored
Correctly fill in StackTop for stubless clients/servers so that conformance for top-level parameters works.
-
Robert Shearman authored
-
Robert Shearman authored
Fix the MSVC version of call_server_func to pop the registers in the same order they were pushed.
-
Thomas Kho authored
-
Mikołaj Zalewski authored
-
Mikołaj Zalewski authored
-
Michael Kaufmann authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
Based on a patch by Mike McCormack.
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
- 19 Apr, 2006 10 commits
-
-
Jeff Latimer authored
-
Alexandre Julliard authored
in an active process, instead of sending a SIGTRAP.
-
Alexandre Julliard authored
-
Mike Frysinger authored
-
Ivan Gyurdiev authored
-
Ivan Gyurdiev authored
-
Mikołaj Zalewski authored
-
Mikołaj Zalewski authored
The HDN_ITEMCHANGING notify should have the new data instead of the old one. Both HDN_ITEMCHANGING and HDN_ITEMCHANGED now have the text field if it changed.
-
Mikołaj Zalewski authored
-
Huw Davies authored
Based on some documentation by Rob Shearman.
-