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