projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Add the missing interface method PromptAction to
[wine]
/
dlls
/
ole32
/
2005-01-31
Robert Shearman
Remove test that fails on Win98 and is not useful.
tree
|
commitdiff
2005-01-28
Robert Shearman
Release the client security objects when no longer...
tree
|
commitdiff
2005-01-28
Robert Shearman
- More tests.
tree
|
commitdiff
2005-01-28
Robert Shearman
- Implement CoSetProxyBlanket, CoQueryProxyBlanket...
tree
|
commitdiff
2005-01-27
Robert Shearman
Give IUnknown its own ifstub to fix ref-counting and...
tree
|
commitdiff
2005-01-26
Robert Shearman
- Make proxy manager use IMultiQI instead of IInternalU...
tree
|
commitdiff
2005-01-26
Robert Shearman
- Use InterlockedIncrement for the ipid counter instead...
tree
|
commitdiff
2005-01-26
Robert Shearman
- Implement IRemUnknown.
tree
|
commitdiff
2005-01-25
Robert Shearman
- Move OLE automation interface registration to oleaut32.
tree
|
commitdiff
2005-01-25
Robert Shearman
Proxies/stubs for IRemUnknown methods, based on code...
tree
|
commitdiff
2005-01-25
Robert Shearman
- Generate machine-local IPIDs.
tree
|
commitdiff
2005-01-24
Robert Shearman
- Add a new flag SORFP_NOLIFETIMEMGMT to tell the proxy...
tree
|
commitdiff
2005-01-21
Mike Hearn
Various formatting/style changes.
tree
|
commitdiff
2005-01-20
Robert Shearman
- Consolidate more stub creation details into register_...
tree
|
commitdiff
2005-01-19
Robert Shearman
- Initialize ppv pointer in ClientIdentity_QueryInterfa...
tree
|
commitdiff
2005-01-17
Robert Shearman
Initialize clsid member to the marshaler clsid to fix...
tree
|
commitdiff
2005-01-17
Robert Shearman
Implement table marshaling.
tree
|
commitdiff
2005-01-14
Robert Shearman
- Remove obsolete structs, rearrange things to group...
tree
|
commitdiff
2005-01-14
Robert Shearman
Make proxy shutdown test succeed by releasing the chann...
tree
|
commitdiff
2005-01-14
Robert Shearman
- Add documentation for most Co* functions.
tree
|
commitdiff
2005-01-14
Robert Shearman
- The apartment reference should be held while the...
tree
|
commitdiff
2005-01-14
Robert Shearman
- Don't use the pipe caching code because it doesn...
tree
|
commitdiff
2005-01-14
Robert Shearman
Destroy stubs on apartment shutdown.
tree
|
commitdiff
2005-01-14
Mike Hearn
Force context switch on chanbuf disconnect to avoid...
tree
|
commitdiff
2005-01-12
Christian Costa
CoInitialize(Ex) should return S_FALSE when COM is...
tree
|
commitdiff
2005-01-12
Robert Shearman
- Document CoSetState & CoGetState.
tree
|
commitdiff
2005-01-12
Robert Shearman
Remove wine_marshal_data: it is unneeded and there...
tree
|
commitdiff
2005-01-12
Robert Shearman
- Force creation of thread queue to stop PostThreadMess...
tree
|
commitdiff
2005-01-12
Robert Shearman
The way apartments are used has changed, so fix up...
tree
|
commitdiff
2005-01-12
Robert Shearman
- Make MTA dynamically allocated so that proxies and...
tree
|
commitdiff
2005-01-11
Bill Medland
Corrected testing for multithreaded (based upon observa...
tree
|
commitdiff
2005-01-11
Mike McCormack
Tests and fixes for StgOpenStorage.
tree
|
commitdiff
2005-01-11
Robert Shearman
Add tests for trying to unmarshal from a bad stream...
tree
|
commitdiff
2005-01-11
Robert Shearman
- Document how thread-safety is ensured for each member...
tree
|
commitdiff
2005-01-11
Mike McCormack
Test and fix a few problems with OLE storage streams.
tree
|
commitdiff
2005-01-10
Mike McCormack
Test and fix StgCreateDocFile grfModes.
tree
|
commitdiff
2005-01-09
Paul Vriens
- use Interlocked* functions in AddRef and Release.
tree
|
commitdiff
2005-01-09
Eric Pouech
Removed excessive statement (break after return or...
tree
|
commitdiff
2005-01-07
Robert Shearman
Rename iid in wine_marshal_id to ipid and use IPIDs...
tree
|
commitdiff
2005-01-07
Robert Shearman
The current architecture cannot handle pipes changing...
tree
|
commitdiff
2005-01-06
Robert Shearman
No need to add a reference to the apartment from new_st...
tree
|
commitdiff
2005-01-06
Robert Shearman
- Make struct oletls ref counted so that it is only...
tree
|
commitdiff
2005-01-06
Robert Shearman
ConnectNamedPipe returning ERROR_PIPE_CONNECTED is...
tree
|
commitdiff
2005-01-05
Robert Shearman
The channel buffer can be NULL if the proxy is disconne...
tree
|
commitdiff
2005-01-05
Robert Shearman
- Fix race on apartment creation.
tree
|
commitdiff
2005-01-05
Mike Hearn
- Make apartment access thread-safe by introducing...
tree
|
commitdiff
2005-01-05
Mike McCormack
Allow COM to start services containing COM servers.
tree
|
commitdiff
2005-01-04
Robert Shearman
- Add tracing for proxy ref count functions.
tree
|
commitdiff
2005-01-04
Mike Hearn
Add a DCOM todo list.
tree
|
commitdiff
2005-01-04
Robert Shearman
Implement proxy manager.
tree
|
commitdiff
2005-01-04
Robert Shearman
Make the ClassFactory proxy support aggregation.
tree
|
commitdiff
2005-01-03
Michael Stefaniuc
Do not check for non NULL pointer before HeapFree'ing...
tree
|
commitdiff
2005-01-03
Mike Hearn
Comment out an assert, as we don't yet implement IRemUn...
tree
|
commitdiff
2004-12-27
Robert Shearman
- Move named pipe macros into rpc.c.
tree
|
commitdiff
2004-12-27
Robert Shearman
Implement COM local servers using table marshaling...
tree
|
commitdiff
2004-12-27
Mike Hearn
- Implement the COM stub manager, refactor the current...
tree
|
commitdiff
2004-12-27
Mike Hearn
Propagate apartments through the intermediate threads...
tree
|
commitdiff
2004-12-23
Michael Stefaniuc
Do not check for non NULL pointer before HeapFree'ing...
tree
|
commitdiff
2004-12-22
Eric Pouech
ReadFile and WriteFile must be passed a parameter for...
tree
|
commitdiff
2004-12-21
Robert Shearman
Add tests for moniker and marshaling functions.
tree
|
commitdiff
2004-12-20
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2004-12-16
Ge van Geldorp
Allocate correct amount of memory.
tree
|
commitdiff
2004-12-14
Robert Shearman
- Add documentation to several functions.
tree
|
commitdiff
2004-12-14
Robert Shearman
Remove unneeded includes and the unused COMPOBJ_hInstan...
tree
|
commitdiff
2004-12-14
Robert Shearman
Use OBJREF on the wire for generic marshaling functions.
tree
|
commitdiff
2004-12-14
Robert Shearman
Fixed incorrect unsigned test.
tree
|
commitdiff
2004-12-13
Eric Pouech
Fixed some errors in function prototypes.
tree
|
commitdiff
2004-12-09
Alexandre Julliard
Janitorial: C booleans must not be compared against...
tree
|
commitdiff
2004-12-08
Robert Shearman
- Make the wine_marshal_id structure more like the...
tree
|
commitdiff
2004-12-07
Mike Hearn
Rename the STUBMGR thread to more accurately reflect...
tree
|
commitdiff
2004-12-06
Robert Shearman
Remove unnecessary WNDPROC casts.
tree
|
commitdiff
2004-12-01
Robert Shearman
- Add some function declarations to objbase.h.
tree
|
commitdiff
2004-11-30
Eric Pouech
Const correctness fixes.
tree
|
commitdiff
2004-11-29
Mike Hearn
Trace the OLE error info strings.
tree
|
commitdiff
2004-11-29
Mike Hearn
- Improve OLE function documentation.
tree
|
commitdiff
2004-11-24
Robert Shearman
Implement OleDuplicateData.
tree
|
commitdiff
2004-11-19
Alexandre Julliard
Removed a couple of no longer needed entries.
tree
|
commitdiff
2004-10-27
Ge van Geldorp
Use only one .res file.
tree
|
commitdiff
2004-10-25
Dmitry Timoshkov
- Remove bogus use of nStatCounter and hOleAut32 in...
tree
|
commitdiff
2004-10-22
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2004-10-18
Vincent Béron
Fix some types problems.
tree
|
commitdiff
2004-10-18
Robert Shearman
Improve proxy destruction comment.
tree
|
commitdiff
2004-10-07
Francois Gouget
Don't define COBJMACROS in objbase.h.
tree
|
commitdiff
2004-10-05
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2004-10-05
Alexandre Julliard
Avoid depending on the non-standard IUnknown_METHODS...
tree
|
commitdiff
2004-09-24
Joris Huizer
Ref count increment/decrement cleanup.
tree
|
commitdiff
2004-09-22
Hans Leidekker
Fix signed/unsigned comparison warnings.
tree
|
commitdiff
2004-09-21
Alexandre Julliard
Ignore the generated header files.
tree
|
commitdiff
2004-09-21
Alexandre Julliard
Build the .h files from their idl source at compile...
tree
|
commitdiff
2004-09-20
Alexandre Julliard
Build idl files as part of the normal build process.
tree
|
commitdiff
2004-09-20
Mike McCormack
CoSuspendClassObjects stub implementation.
tree
|
commitdiff
2004-09-09
Alexandre Julliard
Get rid of the non-standard ICOM_THIS macro.
tree
|
commitdiff
2004-09-09
Francois Gouget
Move the PROPVARIANT declaration from objidl.idl to...
tree
|
commitdiff
2004-09-08
Francois Gouget
The union in PROPVARIANT is always nameless on Windows...
tree
|
commitdiff
2004-09-07
Mike McCormack
Fix some warnings found with -Wsign-compare.
tree
|
commitdiff
2004-09-06
Robert Shearman
- Fix PropVariantCopy for VT_LPSTR and VT_LPWSTR.
tree
|
commitdiff
2004-09-06
Alexandre Julliard
Removed some uses of the non-standard ICOM_THIS macro.
tree
|
commitdiff
2004-09-03
Robert Shearman
- Fix PropVariantClear to reject invalid types.
tree
|
commitdiff
2004-09-02
Francois Gouget
Added missing trailing '\n's to ok() calls.
tree
|
commitdiff
2004-09-01
Alexandre Julliard
Inline functions don't need WINE_UNUSED.
tree
|
commitdiff
next