Commit Graph

39 Commits

Author SHA1 Message Date
Hans Leidekker bda14f61fc qmgr: Don't inline transitionJobState. 2015-06-15 14:45:42 +09:00
Hans Leidekker 63aa94573f qmgr: Implement IBackgroundCopyJob::SetCredentials and IBackgroundCopyJob::RemoveCredentials. 2015-06-15 14:45:38 +09:00
Hans Leidekker 1e800c7b94 qmgr: Implement IBackgroundCopyJobHttpOptions::SetCustomHeaders and IBackgroundCopyJobHttpOptions::GetCustomHeaders. 2015-06-15 14:45:36 +09:00
Hans Leidekker faa65f6291 qmgr: Add a stub implementation of IBackgroundCopyJobHttpOptions. 2015-06-15 14:45:32 +09:00
Hans Leidekker 230b52da18 qmgr: Use winhttp for HTTP transfers instead of wininet. 2015-06-15 14:45:29 +09:00
Hans Leidekker 69175fa9e1 qmgr: Implement IBackgroundCopyError. 2015-06-05 18:39:52 +09:00
Hans Leidekker 72103ab7d1 qmgr: Update to IBackgroundCopyJob3. 2015-06-05 18:39:30 +09:00
Hans Leidekker 04f3c2bbb0 qmgr: Update to IBackgroundCopyFile2. 2015-06-05 18:39:26 +09:00
Dmitry Timoshkov da0c40326a qmgr: Remove unused IUnknown *outer parameter from object constructor. 2014-01-07 15:21:55 +01:00
Nikolay Sivov f2e9854483 qmgr: Implement Get/SetNotifyInterface(). 2013-11-28 11:19:00 +01:00
Nikolay Sivov 76c3f0cffb qmgr: Implement Get/SetNotifyFlags(). 2013-11-27 14:53:02 +01:00
Nikolay Sivov c132ed8d5b qmgr: Use helper to return string value for File. 2013-11-26 13:51:43 +01:00
Nikolay Sivov eeb05e6ef9 qmgr: Implement IBackgroundCopyJob::SetDescription(). 2013-11-25 15:15:53 +01:00
Nikolay Sivov d4edda8c46 qmgr: COM cleanup for IBackgroundCopyFile interface. 2013-01-18 12:20:25 +01:00
Nikolay Sivov a7449dbf59 qmgr: COM cleanup of IBackgroundCopyJob2 interface. 2013-01-17 20:29:02 +01:00
Michael Stefaniuc 49e6d411b0 qmgr: COM cleanup for the IEnumBackgroundCopyFiles iface. 2012-12-06 13:01:39 +01:00
Michael Stefaniuc efff59a2c8 qmgr: COM cleanup for the IEnumBackgroundCopyJobs iface. 2012-12-05 12:45:05 +01:00
Michael Stefaniuc 022e3f5333 qmgr: Parameter cleanup for a helper function. 2012-12-04 10:54:25 +01:00
Michael Stefaniuc a3fdfa22ff qmgr: COM cleanup for the IBackgroundCopyManager iface. 2012-12-04 10:54:18 +01:00
Michael Stefaniuc 3de56aa9a7 qmgr: COM cleanup for the IClassFactory iface. 2011-07-20 19:23:05 +02:00
Marcus Meissner 43742154a3 qmgr: Mark internal symbols with hidden visibility. 2011-05-24 11:56:03 +02:00
Dan Hipschman d664c276df qmgr: Add a stub implementation of IBackgroundCopyJob2. 2008-03-20 14:27:34 +01:00
Dan Hipschman b329a2ef3c qmgr: Implement local file background "downloads." 2008-03-14 11:25:24 +01:00
Dan Hipschman 374fea0a71 qmgr: Add infrastructure for background file transferring. 2008-03-14 11:24:26 +01:00
Dan Hipschman fd499df4d5 qmgr: Add critical sections for jobs and files. 2008-03-13 11:30:15 +01:00
Dan Hipschman 275f00f54d qmgr: Only have one BackgroundCopyManager per system. 2008-03-07 11:15:39 +01:00
Dan Hipschman eb70436993 qmgr: Implement IBackgroundCopyJob_Resume. 2008-03-05 11:21:28 +01:00
Roy Shea 8dfba77c8c qmgr: Implement IEnumBackgroundCopyJobs_GetCount. 2008-03-04 11:54:21 +01:00
Roy Shea c8a0e98b71 qmgr: Implement job lists for IBackgroundCopyManager. 2008-02-29 10:56:21 +01:00
Roy Shea e6cbde105f qmgr: Implement IBackgroundCopyFile_GetProgress. 2008-02-29 10:56:10 +01:00
Roy Shea 83aee6b1a3 qmgr: Implement the IUnknown interface for IEnumBackgroundCopyFiles. 2008-02-27 14:52:26 +01:00
Roy Shea be8bac15fd qmgr: Implement IBackgroundCopyJob_AddFile. 2008-02-27 14:52:26 +01:00
Roy Shea 128654ba08 qmgr: Implement the IUnknown interface for IBackgroundCopyFile. 2008-02-27 14:52:26 +01:00
Roy Shea 00a3dceb75 qmgr: Implement the IUnknown interface for IEnumBackgroundCopyJobs. 2008-02-26 11:34:15 +01:00
Roy Shea 111e6929ac qmgr: Implement IBackgroundCopyManager_CreateJob with test. 2008-02-25 20:11:02 +01:00
Roy Shea fee94bbc9e qmgr: Implement the IUnknown interface for IBackgroundCopyJob and stubs for the rest of the methods. 2008-02-25 20:10:22 +01:00
Roy Shea 313a903a85 qmgr: Implement DLL server registration. 2008-02-19 20:47:38 +01:00
Roy Shea 807fc8c543 qmgr: Implement IClassFactory methods. 2008-01-23 12:21:36 +01:00
Roy Shea 702e6d8d15 qmgr: AddRef, QueryInterface, and stub functions for queue manager interface. 2007-12-20 12:29:08 +01:00