Sign in
goma
/
wine
/
a489489e01aaa729f7a336b7f8d8dd471c66557b
/
dlls
/
qmgr
bef5645
makefiles: Remove the no longer needed explicit separators for dependencies.
by Alexandre Julliard
· 15 years ago
6164ce2
makefiles: Use the standard C_SRCS variable as the list of test files.
by Alexandre Julliard
· 15 years ago
cb26244
qmgr: Change BITS_IBackgroundCopyJob_SetPriority to a stub.
by Tim Wright
· 16 years ago
9083b4e
qmgr: Add a missing call to CoUninitialize.
by Rob Shearman
· 16 years ago
c376b1b
qmgr: Fix a memory leak.
by Rob Shearman
· 16 years ago
936b10b
qmgr/tests: Fix some tests on systems with BITS 1.5 and lower.
by Paul Vriens
· 16 years ago
0fed8b9
qmgr: Remove superfluous pointer casts.
by Michael Stefaniuc
· 16 years ago
347ab89
qmgr: Make credentials stubs return success code.
by Andrey Turkin
· 16 years ago
0184dea
qmgr: Improve a couple of stubs.
by Hans Leidekker
· 16 years ago
dd843b8
qmgr: Use FAILED instead of !SUCCEEDED.
by Michael Stefaniuc
· 16 years ago
244b14b
include: Fix level of indirection of parameters in GetNotifyCmdLine function of IBackgroundCopyJob2 interface in bits1_5.idl.
by Rob Shearman
· 17 years ago
201cbd3
qmgr: Sign-compare warnings fix.
by Andrew Talbot
· 17 years ago
e9d1d5d
qmgr: Constify some variables.
by Andrew Talbot
· 17 years ago
801c969
qmgr: Memory allocation size fix.
by Andrew Talbot
· 17 years ago
dad21bb
makefiles: List the static libraries as normal imports instead of extra libs.
by Alexandre Julliard
· 17 years ago
cacd1c4
qmgr/tests: Fix minor potential memory leaks.
by Dan Hipschman
· 17 years ago
b260368
qmgr: Dynamically link to advpack.dll.
by Rob Shearman
· 17 years ago
711275e
qmgr: Avoid %ll printf formats.
by Alexandre Julliard
· 17 years ago
d664c27
qmgr: Add a stub implementation of IBackgroundCopyJob2.
by Dan Hipschman
· 17 years ago
304b415
Assorted spelling fixes.
by Francois Gouget
· 17 years ago
b6a1529
qmgr/tests: Test the correct handle.
by Joris Huizer
· 17 years ago
136a4eb
qmgr: Implement IBackgroundCopyJob_AddFileSet.
by Dan Hipschman
· 17 years ago
9617b32
qmgr: Implement progress updates for downloads given by URL.
by Dan Hipschman
· 17 years ago
8199e3d
qmgr: Transfer files given by URL (including HTTP, etc).
by Dan Hipschman
· 17 years ago
2f2b330
qmgr: Transfer files given by URL (including HTTP, etc).
by Dan Hipschman
· 17 years ago
1c93ee7
qmgr: Implement BackgroundCopyJob_Complete.
by Dan Hipschman
· 17 years ago
b329a2e
qmgr: Implement local file background "downloads."
by Dan Hipschman
· 17 years ago
374fea0
qmgr: Add infrastructure for background file transferring.
by Dan Hipschman
· 17 years ago
fd499df
qmgr: Add critical sections for jobs and files.
by Dan Hipschman
· 17 years ago
40c7031
qmgr: Assign to structs instead of using memcpy.
by Andrew Talbot
· 17 years ago
275f00f
qmgr: Only have one BackgroundCopyManager per system.
by Dan Hipschman
· 17 years ago
eb70436
qmgr: Implement IBackgroundCopyJob_Resume.
by Dan Hipschman
· 17 years ago
dc484a9
qmgr: Implement IBackgroundCopyJob_GetProgress.
by Roy Shea
· 17 years ago
a0fd05f
qmgr: Implement Skip and Reset for IEnumBackgroundCopyJobs.
by Roy Shea
· 17 years ago
1317e31
qmgr: Implement IEnumBackgroundCopyJobs_Next.
by Dan Hipschman
· 17 years ago
8dfba77
qmgr: Implement IEnumBackgroundCopyJobs_GetCount.
by Roy Shea
· 17 years ago
c8a0e98
qmgr: Implement job lists for IBackgroundCopyManager.
by Roy Shea
· 17 years ago
e6cbde1
qmgr: Implement IBackgroundCopyFile_GetProgress.
by Roy Shea
· 17 years ago
4866d1b
qmgr: Implement GetLocalName and GetRemoteName for IBackgroundCopyFile.
by Roy Shea
· 17 years ago
5c4776c
qmgr: Implement Skip and Reset for IEnumBackgroundCopyFiles.
by Roy Shea
· 17 years ago
980e00c
qmgr: Implement IEnumBackgroundCopyFiles_Next.
by Dan Hipschman
· 17 years ago
84a5eca
qmgr: Implement IEnumBackgroundCopyFiles_GetCount.
by Roy Shea
· 17 years ago
2742128
qmgr: Implement IBackgroundCopyJob_EnumFiles.
by Roy Shea
· 17 years ago
83aee6b
qmgr: Implement the IUnknown interface for IEnumBackgroundCopyFiles.
by Roy Shea
· 17 years ago
be8bac1
qmgr: Implement IBackgroundCopyJob_AddFile.
by Roy Shea
· 17 years ago
128654b
qmgr: Implement the IUnknown interface for IBackgroundCopyFile.
by Roy Shea
· 17 years ago
9f63253
qmgr: Implement IBackgroundCopyManager_EnumJobs with test.
by Roy Shea
· 17 years ago
00a3dce
qmgr: Implement the IUnknown interface for IEnumBackgroundCopyJobs.
by Roy Shea
· 17 years ago
28e7c3b
qmgr: Implement IBackgroundCopyJob_GetDisplayName with test.
by Roy Shea
· 17 years ago
3f126b4
qmgr: Implement IBackgroundCopyJob_GetType with test.
by Roy Shea
· 17 years ago
575b1bf
qmgr: Implement IBackgroundCopyJob_GetId with test.
by Roy Shea
· 17 years ago
111e692
qmgr: Implement IBackgroundCopyManager_CreateJob with test.
by Roy Shea
· 17 years ago
fee94bb
qmgr: Implement the IUnknown interface for IBackgroundCopyJob and stubs for the rest of the methods.
by Roy Shea
· 17 years ago
84cf9ca
qmgr: Ignore errors when registering the service.
by Alexandre Julliard
· 17 years ago
884e7e7
qmgr: Add some tests.
by Roy Shea
· 17 years ago
5c51ad2
qmgr: Add ServiceMain.
by Roy Shea
· 17 years ago
313a903
qmgr: Implement DLL server registration.
by Roy Shea
· 17 years ago
807fc8c
qmgr: Implement IClassFactory methods.
by Roy Shea
· 17 years ago
702e6d8
qmgr: AddRef, QueryInterface, and stub functions for queue manager interface.
by Roy Shea
· 17 years ago
6ceb8e1
qmgr: Generate C file with local GUID definitions from bits.idl.
by Roy Shea
· 17 years ago
b655da6
qmgr: Renamed bits_main.c to qmgr_main.c and updated comments.
by Roy Shea
· 17 years ago
2b0255f
qmgr: Skeleton implementation of Background Intelligent Transfer Service (BITS).
by Roy Shea
· 17 years ago