1. 93d9d8a programs: Fix compiler warnings with flag -Wcast-qual. by Mikhail Maroukhine · 15 years ago
  2. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  3. 910b191 services.exe: Reduce Registry access to KEY_READ or MAXIMUM_ALLOWED wherever possible. by Paul Chitescu · 15 years ago
  4. 7cdf338 services: Correctly store the service's PID upon startup. by Eric Pouech · 16 years ago
  5. 8fd6196 services.exe: When asked to search by display name skip NULL names. by Paul Chitescu · 16 years ago
  6. 76c0bab services: Fix a typo. by Paul Vriens · 16 years ago
  7. 286dc62 services: Always initialise the out buffer in svcctl_QueryServiceStatusEx and svcctl_QueryServiceConfig2W. by Rob Shearman · 16 years ago
  8. 1c89dac services: svcctl_GetServiceDisplayNameW and svcctl_GetServiceKeyNameW should have string attribute on output buffer. by Rob Shearman · 16 years ago
  9. 8f07e69 services: Add a ref count to the service entry in svcctl_CreateServiceW. by Rob Shearman · 16 years ago
  10. 2c7ac13 services: Handle realloc failures better (Coverity). by Marcus Meissner · 16 years ago
  11. d3085ab Change parameter type from size_t to SIZE_T for MIDL_user_allocate. by Rob Shearman · 16 years ago
  12. 24c4f1d services: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  13. 7469485 services: Add stub implementation for SERVICE_CONFIG_FAILURE_ACTIONS in ChangeServiceConfig2W. by Alexandre Julliard · 16 years ago
  14. 05a840d advapi32: Fix GetServiceDisplayNameW behavior to pass the tests. by Alexandre Julliard · 16 years ago
  15. c795150 advapi32: Fix GetServiceKeyNameW behavior to pass the tests. by Alexandre Julliard · 16 years ago
  16. b608a43 advapi32: Reimplemented QueryServiceConfig2W in services.exe. by Alexandre Julliard · 16 years ago
  17. 768160e ntdll: Make all exported wine functions CDECL. by Maarten Lankhorst · 16 years ago
  18. 3249b40 advapi32: Reimplemented ChangeServiceConfig2W in services.exe. by Alexandre Julliard · 16 years ago
  19. 42fb9fe services: Properly initialize service status at creation time. by Alexandre Julliard · 16 years ago
  20. 741dd708 services: Fixed problem with services where DependOnServices key is REG_SZ and not REG_MULTI_SZ. by Peter Dons Tychsen · 17 years ago
  21. b66685c programs: Build the programs that support it with -DWINE_NO_UNICODE_MACROS. by Alexandre Julliard · 17 years ago
  22. d725626 services: Assign the service manager db to the lock in LockServiceDatabase. by James Hawkins · 17 years ago
  23. 7e8ecd2 services.exe: Pass the service name as first argument when auto-starting services. by Alexandre Julliard · 17 years ago
  24. 33914a1 services: Send the service name in the control requests. by Alexandre Julliard · 17 years ago
  25. df2120e services.exe: Spelling fixes. by Paul Vriens · 17 years ago
  26. b0f34a6 services.exe: Move a trace to a more appropriate place. by Paul Vriens · 17 years ago
  27. d760cba services: Fixed the result check for the control mutex wait. by Alexandre Julliard · 17 years ago
  28. 8ae87c7 services: Use the correct invalid handle value for the control pipe. by Alexandre Julliard · 17 years ago
  29. af972cb services.exe: Don't reject config changes if the display name corresponds to the service being changed. by Alexandre Julliard · 17 years ago
  30. ea74621 services.exe: Make the changed status event an auto-reset event. by Alexandre Julliard · 17 years ago
  31. 6e59cd2 Spelling fixes. by Austin English · 17 years ago
  32. 5a35bd4 services: Automatically start boot-start, system-start and auto-start services when services.exe is started, instead of in wineboot.exe. by Rob Shearman · 17 years ago
  33. 559fafe services: Split RPC_MainLoop into initialisation and the actual loop. by Rob Shearman · 17 years ago
  34. 8a18e0e Assorted spelling fixes. by Francois Gouget · 17 years ago
  35. 1aa72f7 services: Add a trailing '\n' to a couple of Wine traces. by Francois Gouget · 17 years ago
  36. 0b7a37a services: Fix memory leak of some data in the service record. by Rob Shearman · 17 years ago
  37. 8529a3c services: Fill in the functions between implemented functions in svcctl.idl so that it our remoting code is wire-compatible with NT. by Rob Shearman · 17 years ago
  38. 809d714 services: Introduce an scmdatabase object to store the root key of the services database. by Rob Shearman · 17 years ago
  39. b8348b9 services: Remove dependency on service name being determined correctly in order for the two ends on the control pipe to meet up. by Rob Shearman · 17 years ago
  40. 9a6fc01 services: Move ControlService and StartServiceW from advapi32.dll to services.exe. by Rob Shearman · 17 years ago
  41. 7afd9a9 services: Move LockServiceDatabase and UnlockServiceDatabase from advapi32.dll to services.exe. by Rob Shearman · 17 years ago
  42. b48714b services: Move SetServiceStatus and QueryServiceStatusEx to services.exe. by Rob Shearman · 17 years ago
  43. 010dcb1 services: Move GetServiceDisplayName to services.exe and implement GetServiceKeyName. by Mikołaj Zalewski · 17 years ago
  44. 76d4eee services: Move ChangeServiceConfigW implementation from advapi32.dll to services.exe. by Mikołaj Zalewski · 17 years ago
  45. a363b9a services: Move QueryServiceConfigW from advapi32.dll to services.exe. by Mikołaj Zalewski · 17 years ago
  46. a2156fc services: Move CreateService, OpenService and DeleteService implementations from advapi32.dll to services.exe. by Mikołaj Zalewski · 17 years ago
  47. 4275fbf services: Start a local RPC server. by Mikołaj Zalewski · 17 years ago
  48. a1fbd55 services.exe: Load list of services from registry at startup. by Mikołaj Zalewski · 17 years ago
  49. 7bd0efa services.exe: Add a new program. by Mikołaj Zalewski · 17 years ago