projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
dinput: Avoid signed-unsigned integer comparisons.
[wine]
/
dlls
/
mstask
/
2012-11-08
Detlef Riekenberg
mstask/tests: Add tests for SetTargetComputer.
tree
|
commitdiff
2012-11-08
Detlef Riekenberg
mstask: Implement SetTargetComputer.
tree
|
commitdiff
2012-11-06
Detlef Riekenberg
mstask/tests: Add tests for GetTargetComputer.
tree
|
commitdiff
2012-11-06
Detlef Riekenberg
mstask: Implement GetTargetComputer.
tree
|
commitdiff
2012-08-20
Nikolay Sivov
mstask: Call interface methods properly.
tree
|
commitdiff
2012-05-16
Michael Stefaniuc
mstask: Actually run a test and fix the expected behaviour.
tree
|
commitdiff
2011-08-02
Alexandre Julliard
winecrt0: Remove the clsid parameter in __wine_(un...
tree
|
commitdiff
2011-05-23
Marcus Meissner
mstask: Mark internal symbol with hidden visibility.
tree
|
commitdiff
2011-02-08
Austin English
mstask/tests: Make sure return values are used (LLVM...
tree
|
commitdiff
2011-01-24
Michael Stefaniuc
mstask: Use ifaces instead of vtbl pointers in TaskImpl.
tree
|
commitdiff
2011-01-24
Michael Stefaniuc
mstask: COM cleanup for the ITaskScheduler iface.
tree
|
commitdiff
2011-01-24
Michael Stefaniuc
mstask: COM cleanup for the ITaskTrigger iface.
tree
|
commitdiff
2011-01-24
Michael Stefaniuc
mstask: COM cleanup for the IClassFactory iface.
tree
|
commitdiff
2010-12-10
Alexandre Julliard
mstask: Convert dll registration to the IRegistrar...
tree
|
commitdiff
2010-09-19
Alexandre Julliard
makefiles: Add a standard header for all makefiles...
tree
|
commitdiff
2010-07-21
Alexandre Julliard
dlls: Remove explicit imports of kernel32 and ntdll.
tree
|
commitdiff
2010-03-16
Alexandre Julliard
makefiles: Remove the no longer needed explicit separat...
tree
|
commitdiff
2010-02-22
Alexandre Julliard
makefiles: Use the standard C_SRCS variable as the...
tree
|
commitdiff
2010-02-05
Alexandre Julliard
mstask/tests: Add some error codes for Win2k.
tree
|
commitdiff
2009-12-22
Detlef Riekenberg
mstask/tests: Skip some tests when the service is not...
tree
|
commitdiff
2009-08-19
Alexandre Julliard
mstask/tests: Use the global wine_dbgstr_w instead...
tree
|
commitdiff
2009-05-19
Francois Gouget
mstask/tests: Replace realloc() with HeapReAlloc().
tree
|
commitdiff
2008-09-17
Alexandre Julliard
mstask/tests: Fix test failures on XP.
tree
|
commitdiff
2008-09-11
James Hawkins
mstask: Fix a few failing tests in win2k.
tree
|
commitdiff
2008-09-11
Alexandre Julliard
mstask/tests: Use case-insensitive compare for file...
tree
|
commitdiff
2008-09-02
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2008-09-02
Andrew Talbot
mstask: Sign-compare warnings fix.
tree
|
commitdiff
2008-08-27
Paul Vriens
mstask/tests: Skip tests for security services if they...
tree
|
commitdiff
2008-08-26
Roy Shea
mstask: Implemented (Set|Get)Trigger.
tree
|
commitdiff
2008-08-26
Roy Shea
mstask: Implemented CreateTrigger.
tree
|
commitdiff
2008-08-25
Roy Shea
mstask: Implemented PersistFile_Save stub.
tree
|
commitdiff
2008-08-22
Roy Shea
mstask: Implemented partial stub for (Set|Get)AccountIn...
tree
|
commitdiff
2008-08-22
Roy Shea
mstask: Implemented (Set|Get)MaxRunTime.
tree
|
commitdiff
2008-08-22
Roy Shea
mstask: Implemented (Set|Get)Comment.
tree
|
commitdiff
2008-08-22
Roy Shea
mstask: Implement (Set|Get)Parameters.
tree
|
commitdiff
2008-08-22
Roy Shea
mstask: Task PersistFile AddRef, QueryInterface, and...
tree
|
commitdiff
2008-08-21
Roy Shea
mstask: Implemented (Set|Get)ApplicationName.
tree
|
commitdiff
2008-08-21
Roy Shea
mstask/tests: Conformance test for (Set|Get)Trigger.
tree
|
commitdiff
2008-08-21
Roy Shea
mstask: TaskTrigger stub with AddRef, QueryInterface...
tree
|
commitdiff
2008-08-21
Roy Shea
mstask/tests: Basic conformance test for (Set|Get)Accou...
tree
|
commitdiff
2008-08-21
Roy Shea
mstask/tests: Conformance test for (Set|Get)MaxRunTime.
tree
|
commitdiff
2008-08-21
Roy Shea
mstask/tests: Conformance test for (Set|Get)Comment.
tree
|
commitdiff
2008-08-21
Roy Shea
mstask/tests: Conformance test for (Set|Get)Parameters.
tree
|
commitdiff
2008-08-20
Roy Shea
mstask/test: Conformance test for CreateTrigger.
tree
|
commitdiff
2008-08-20
Roy Shea
mstask/test: Conformance test for (Set|Get)ApplicationName.
tree
|
commitdiff
2008-08-19
Roy Shea
mstask: Stub implementation of Activate.
tree
|
commitdiff
2008-08-19
Roy Shea
mstask: Activate conformance test.
tree
|
commitdiff
2008-08-05
Roy Shea
mstask: Implemented NewWorkItem.
tree
|
commitdiff
2008-08-05
Roy Shea
mstask: Task stub with AddRef, QueryInterface, and...
tree
|
commitdiff
2008-08-04
Roy Shea
mstask/test: NewWorkItem conformance test.
tree
|
commitdiff
2008-07-29
Roy Shea
mstask: Implemented DllUnregisterServer.
tree
|
commitdiff
2008-07-29
Roy Shea
mstask: Implemented DllRegisterServer.
tree
|
commitdiff
2008-07-23
Roy Shea
mstask: Implement ClassFactory, DllGetClassObject,...
tree
|
commitdiff
2008-07-21
Roy Shea
mstask: TaskScheduler stub with AddRef, QueryInterface...
tree
|
commitdiff
2008-07-21
Roy Shea
mstask: Generate C file with GUID definitions from...
tree
|
commitdiff
2008-07-17
Alexandre Julliard
mstask: Add stubs for the duplicate stdcall entry points.
tree
|
commitdiff
2008-07-16
Roy Shea
mstask: Skeleton implementation of Task Scheduler Service.
tree
|
commitdiff