d3d9/tests: Add r500 fp_special results.
[wine] / dlls / qmgr /
2013-04-15  Alexandre JulliardRemove empty DLL_PROCESS_DETACH case statements.
2013-01-18  Nikolay Sivovqmgr: Remove separate release helpers.
2013-01-18  Nikolay Sivovqmgr: COM cleanup for IBackgroundCopyFile interface.
2013-01-17  Nikolay Sivovqmgr: COM cleanup of IBackgroundCopyJob2 interface.
2012-12-06  Michael Stefaniucqmgr: Merge a helper function.
2012-12-06  Michael Stefaniucqmgr: COM cleanup for the IEnumBackgroundCopyFiles...
2012-12-05  Michael Stefaniucqmgr: Merge a helper function.
2012-12-05  Michael Stefaniucqmgr: COM cleanup for the IEnumBackgroundCopyJobs iface.
2012-12-04  Michael Stefaniucqmgr: Parameter cleanup for a helper function.
2012-12-04  Michael Stefaniucqmgr: COM cleanup for the IBackgroundCopyManager iface.
2012-08-24  Nikolay Sivovqmgr: Use proper method macros.
2011-11-14  Francois Gougetqmgr: Give a name to the critical sections.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-02  Alexandre Julliardqmgr: Convert the remaining registrations to IRegistrar...
2011-08-02  Alexandre Julliardqmgr: Register the service from wine.inf.
2011-07-20  Michael Stefaniucqmgr: COM cleanup for the IClassFactory iface.
2011-05-24  Marcus Meissnerqmgr: Mark internal symbols with hidden visibility.
2011-02-08  Austin Englishqmgr/tests: Make sure return values are used (LLVM...
2010-12-23  André Hentschelqmgr/tests: Use a temporary path to avoid failures.
2010-12-05  Michael Stefaniucqmgr: Use an iface instead of a vtbl pointer in DLBindS...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-08-17  Detlef Riekenbergqmgr/tests: Detect when the service is disabled.
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...
2009-05-20  Tim Wrightqmgr: Change BITS_IBackgroundCopyJob_SetPriority to...
2009-03-09  Rob Shearmanqmgr: Add a missing call to CoUninitialize.
2009-03-09  Rob Shearmanqmgr: Fix a memory leak.
2009-03-06  Paul Vriensqmgr/tests: Fix some tests on systems with BITS 1.5...
2009-01-22  Michael Stefaniucqmgr: Remove superfluous pointer casts.
2009-01-15  Andrey Turkinqmgr: Make credentials stubs return success code.
2009-01-07  Hans Leidekkerqmgr: Improve a couple of stubs.
2008-10-08  Michael Stefaniucqmgr: Use FAILED instead of !SUCCEEDED.
2008-09-09  Rob Shearmaninclude: Fix level of indirection of parameters in...
2008-09-08  Andrew Talbotqmgr: Sign-compare warnings fix.
2008-06-20  Andrew Talbotqmgr: Constify some variables.
2008-05-12  Andrew Talbotqmgr: Memory allocation size fix.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-16  Dan Hipschmanqmgr/tests: Fix minor potential memory leaks.
2008-04-14  Rob Shearmanqmgr: Dynamically link to advpack.dll.
2008-03-26  Alexandre Julliardqmgr: Avoid %ll printf formats.
2008-03-20  Dan Hipschmanqmgr: Add a stub implementation of IBackgroundCopyJob2.
2008-03-19  Francois GougetAssorted spelling fixes.
2008-03-17  Joris Huizerqmgr/tests: Test the correct handle.
2008-03-15  Dan Hipschmanqmgr: Implement IBackgroundCopyJob_AddFileSet.
2008-03-14  Dan Hipschmanqmgr: Implement progress updates for downloads given...
2008-03-14  Dan Hipschmanqmgr: Transfer files given by URL (including HTTP,...
2008-03-14  Dan Hipschmanqmgr: Transfer files given by URL (including HTTP,...
2008-03-14  Dan Hipschmanqmgr: Implement BackgroundCopyJob_Complete.
2008-03-14  Dan Hipschmanqmgr: Implement local file background "downloads."
2008-03-14  Dan Hipschmanqmgr: Add infrastructure for background file transferring.
2008-03-13  Dan Hipschmanqmgr: Add critical sections for jobs and files.
2008-03-10  Andrew Talbotqmgr: Assign to structs instead of using memcpy.
2008-03-07  Dan Hipschmanqmgr: Only have one BackgroundCopyManager per system.
2008-03-05  Dan Hipschmanqmgr: Implement IBackgroundCopyJob_Resume.
2008-03-04  Roy Sheaqmgr: Implement IBackgroundCopyJob_GetProgress.
2008-03-04  Roy Sheaqmgr: Implement Skip and Reset for IEnumBackgroundCopyJobs.
2008-03-04  Dan Hipschmanqmgr: Implement IEnumBackgroundCopyJobs_Next.
2008-03-04  Roy Sheaqmgr: Implement IEnumBackgroundCopyJobs_GetCount.
2008-02-29  Roy Sheaqmgr: Implement job lists for IBackgroundCopyManager.
2008-02-29  Roy Sheaqmgr: Implement IBackgroundCopyFile_GetProgress.
2008-02-29  Roy Sheaqmgr: Implement GetLocalName and GetRemoteName for...
2008-02-29  Roy Sheaqmgr: Implement Skip and Reset for IEnumBackgroundCopyF...
2008-02-29  Dan Hipschmanqmgr: Implement IEnumBackgroundCopyFiles_Next.
2008-02-28  Roy Sheaqmgr: Implement IEnumBackgroundCopyFiles_GetCount.
2008-02-28  Roy Sheaqmgr: Implement IBackgroundCopyJob_EnumFiles.
2008-02-27  Roy Sheaqmgr: Implement the IUnknown interface for IEnumBackgro...
2008-02-27  Roy Sheaqmgr: Implement IBackgroundCopyJob_AddFile.
2008-02-27  Roy Sheaqmgr: Implement the IUnknown interface for IBackgroundC...
2008-02-26  Roy Sheaqmgr: Implement IBackgroundCopyManager_EnumJobs with...
2008-02-26  Roy Sheaqmgr: Implement the IUnknown interface for IEnumBackgro...
2008-02-26  Roy Sheaqmgr: Implement IBackgroundCopyJob_GetDisplayName with...
2008-02-26  Roy Sheaqmgr: Implement IBackgroundCopyJob_GetType with test.
2008-02-25  Roy Sheaqmgr: Implement IBackgroundCopyJob_GetId with test.
2008-02-25  Roy Sheaqmgr: Implement IBackgroundCopyManager_CreateJob with...
2008-02-25  Roy Sheaqmgr: Implement the IUnknown interface for IBackgroundC...
2008-02-25  Alexandre Julliardqmgr: Ignore errors when registering the service.
2008-02-19  Roy Sheaqmgr: Add some tests.
2008-02-19  Roy Sheaqmgr: Add ServiceMain.
2008-02-19  Roy Sheaqmgr: Implement DLL server registration.
2008-01-23  Roy Sheaqmgr: Implement IClassFactory methods.
2007-12-20  Roy Sheaqmgr: AddRef, QueryInterface, and stub functions for...
2007-12-19  Roy Sheaqmgr: Generate C file with local GUID definitions from...
2007-12-06  Roy Sheaqmgr: Renamed bits_main.c to qmgr_main.c and updated...
2007-10-11  Roy Sheaqmgr: Skeleton implementation of Background Intelligent...