projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
oledlg: Post OLEUI_MSG_HELP when the Help button is pressed and hide the Help button...
[wine]
/
dlls
/
ole32
/
tests
/
marshal.c
2006-10-16
Michael Stefaniuc
The Data1 member of the GUID struct needs to be an...
blob
|
commitdiff
|
raw
2006-10-14
Michael Ploujnikov
ole32/tests: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-29
Francois Gouget
Fix rpcndr.h so it takes CONST_VTABLE into account.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-16
Robert Shearman
ole32: Add some more tests for failure cases of Co...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-30
Robert Shearman
ole32: When CoLockObjectExternal with fLock=TRUE is...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-29
Robert Shearman
ole32: When marshaling a proxy make sure to maintain...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-29
Robert Shearman
ole32: Add a test for CoCreateInstance doing object...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-15
Robert Shearman
ole32: Always rewind the stream in StdGlobalInterfaceTa...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-15
Robert Shearman
ole32: Add a tests for OleSetMenuDescriptor and the...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-13
Alexandre Julliard
ole32/tests: Don't use sizeof in ok() to avoid printf...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-25
Robert Shearman
ole32: Implement table-strong marshaling and ReleaseMar...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-25
Robert Shearman
ole32: Implement table-weak marshaling for the free...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-25
Robert Shearman
ole32: Add a rough implementation of the free-threaded...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Robert Shearman
ole32: Release the outer unknown in the proxybuffer...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-18
Mike McCormack
ole32: Uncomment some code to make sure it is compiled...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-01
Robert Shearman
ole: Fix marshaling of proxies for interfaces that...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-20
Robert Shearman
ole: Verify that the proxy is being used in the correct...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-20
Robert Shearman
ole: Add a test for WM_QUIT behaviour during COM calls.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-12
Robert Shearman
ole: Use strict prototypes for some test functions.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-29
Robert Shearman
Implement some user marshal functions and add tests.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-18
Robert Shearman
Fix ref-counting rules to match native DCOM Dlls.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-12
Alexandre Julliard
SendMessageTimeout takes a DWORD_PTR not a DWORD.
blob
|
commitdiff
|
raw
|
diff to current
2005-08-27
Robert Shearman
- Implement IMarshal on proxies so that we don't end...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-19
Robert Shearman
By-pass the RPC runtime if possible when calling an...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-20
Stefan Huehner
Fix more -Wstrict-prototypes warnings.
blob
|
commitdiff
|
raw
|
diff to current
2005-06-06
Dmitry Timoshkov
Make remaining OLE interface vtables const.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-23
Robert Shearman
- Marshal objects & monikers into the ROT.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-30
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-22
Jakob Eriksson
Eliminate HeapAlloc casts.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-04
Alexandre Julliard
Authors: Rob Shearman <rob@codeweavers.com>, Mike Hearn...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-18
Robert Shearman
- Move marshaling state machine into stub manager from...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-14
Robert Shearman
Make Ole tests run on Windows 95.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-08
Robert Shearman
- Implement CoDisconnectObject.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-08
Robert Shearman
- Split up apartment creation so that the long code...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-01
Robert Shearman
- Add code for destroying the thread-local storage...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-31
Robert Shearman
Remove test that fails on Win98 and is not useful.
blob
|
commitdiff
|
raw
|
diff to current
2005-01-28
Robert Shearman
- More tests.
blob
|
commitdiff
|
raw
|
diff to current
2005-01-27
Robert Shearman
Give IUnknown its own ifstub to fix ref-counting and...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-26
Robert Shearman
- Make proxy manager use IMultiQI instead of IInternalU...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-26
Robert Shearman
- Implement IRemUnknown.
blob
|
commitdiff
|
raw
|
diff to current
2005-01-19
Robert Shearman
- Initialize ppv pointer in ClientIdentity_QueryInterfa...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-17
Robert Shearman
Implement table marshaling.
blob
|
commitdiff
|
raw
|
diff to current
2005-01-14
Robert Shearman
Make proxy shutdown test succeed by releasing the chann...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-14
Robert Shearman
- The apartment reference should be held while the...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-12
Robert Shearman
- Force creation of thread queue to stop PostThreadMess...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-11
Robert Shearman
Add tests for trying to unmarshal from a bad stream...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-27
Mike Hearn
- Implement the COM stub manager, refactor the current...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-21
Robert Shearman
Add tests for moniker and marshaling functions.
blob
|
commitdiff
|
raw
|
diff to current