oledb32: Implement DataConvert DBTYPE_VARIANT->DBTYPE_UI4.
[wine] / dlls / mstask /
2013-04-15  Alexandre JulliardRemove empty DLL_PROCESS_DETACH case statements.
2012-11-08  Detlef Riekenbergmstask/tests: Add tests for SetTargetComputer.
2012-11-08  Detlef Riekenbergmstask: Implement SetTargetComputer.
2012-11-06  Detlef Riekenbergmstask/tests: Add tests for GetTargetComputer.
2012-11-06  Detlef Riekenbergmstask: Implement GetTargetComputer.
2012-08-20  Nikolay Sivovmstask: Call interface methods properly.
2012-05-16  Michael Stefaniucmstask: Actually run a test and fix the expected behaviour.
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-05-23  Marcus Meissnermstask: Mark internal symbol with hidden visibility.
2011-02-08  Austin Englishmstask/tests: Make sure return values are used (LLVM...
2011-01-24  Michael Stefaniucmstask: Use ifaces instead of vtbl pointers in TaskImpl.
2011-01-24  Michael Stefaniucmstask: COM cleanup for the ITaskScheduler iface.
2011-01-24  Michael Stefaniucmstask: COM cleanup for the ITaskTrigger iface.
2011-01-24  Michael Stefaniucmstask: COM cleanup for the IClassFactory iface.
2010-12-10  Alexandre Julliardmstask: Convert dll registration to the IRegistrar...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-05  Alexandre Julliardmstask/tests: Add some error codes for Win2k.
2009-12-22  Detlef Riekenbergmstask/tests: Skip some tests when the service is not...
2009-08-19  Alexandre Julliardmstask/tests: Use the global wine_dbgstr_w instead...
2009-05-19  Francois Gougetmstask/tests: Replace realloc() with HeapReAlloc().
2008-09-17  Alexandre Julliardmstask/tests: Fix test failures on XP.
2008-09-11  James Hawkinsmstask: Fix a few failing tests in win2k.
2008-09-11  Alexandre Julliardmstask/tests: Use case-insensitive compare for file...
2008-09-02  Francois GougetAssorted spelling fixes.
2008-09-02  Andrew Talbotmstask: Sign-compare warnings fix.
2008-08-27  Paul Vriensmstask/tests: Skip tests for security services if they...
2008-08-26  Roy Sheamstask: Implemented (Set|Get)Trigger.
2008-08-26  Roy Sheamstask: Implemented CreateTrigger.
2008-08-25  Roy Sheamstask: Implemented PersistFile_Save stub.
2008-08-22  Roy Sheamstask: Implemented partial stub for (Set|Get)AccountIn...
2008-08-22  Roy Sheamstask: Implemented (Set|Get)MaxRunTime.
2008-08-22  Roy Sheamstask: Implemented (Set|Get)Comment.
2008-08-22  Roy Sheamstask: Implement (Set|Get)Parameters.
2008-08-22  Roy Sheamstask: Task PersistFile AddRef, QueryInterface, and...
2008-08-21  Roy Sheamstask: Implemented (Set|Get)ApplicationName.
2008-08-21  Roy Sheamstask/tests: Conformance test for (Set|Get)Trigger.
2008-08-21  Roy Sheamstask: TaskTrigger stub with AddRef, QueryInterface...
2008-08-21  Roy Sheamstask/tests: Basic conformance test for (Set|Get)Accou...
2008-08-21  Roy Sheamstask/tests: Conformance test for (Set|Get)MaxRunTime.
2008-08-21  Roy Sheamstask/tests: Conformance test for (Set|Get)Comment.
2008-08-21  Roy Sheamstask/tests: Conformance test for (Set|Get)Parameters.
2008-08-20  Roy Sheamstask/test: Conformance test for CreateTrigger.
2008-08-20  Roy Sheamstask/test: Conformance test for (Set|Get)ApplicationName.
2008-08-19  Roy Sheamstask: Stub implementation of Activate.
2008-08-19  Roy Sheamstask: Activate conformance test.
2008-08-05  Roy Sheamstask: Implemented NewWorkItem.
2008-08-05  Roy Sheamstask: Task stub with AddRef, QueryInterface, and...
2008-08-04  Roy Sheamstask/test: NewWorkItem conformance test.
2008-07-29  Roy Sheamstask: Implemented DllUnregisterServer.
2008-07-29  Roy Sheamstask: Implemented DllRegisterServer.
2008-07-23  Roy Sheamstask: Implement ClassFactory, DllGetClassObject,...
2008-07-21  Roy Sheamstask: TaskScheduler stub with AddRef, QueryInterface...
2008-07-21  Roy Sheamstask: Generate C file with GUID definitions from...
2008-07-17  Alexandre Julliardmstask: Add stubs for the duplicate stdcall entry points.
2008-07-16  Roy Sheamstask: Skeleton implementation of Task Scheduler Service.