services: Wait for all services to terminate before exiting.
[wine] / programs / services / rpc.c
2011-11-30  Piotr Cabanservices: Added support for SERVICE_CONFIG_PRESHUTDOWN_...
2011-08-30  Francois Gougetservices: If a service is not started, then say so...
2011-08-30  Francois Gougetservices: Refuse to start disabled services.
2011-06-13  Alexandre Julliardwidl: Default to the cdecl calling convention in client...
2011-05-20  Alexandre Julliardservices: Add a timeout to all pipe communications...
2011-05-20  Alexandre Julliardservices: Add a helper function to send a command to...
2011-03-16  Francois Gougetservices: Make find_service_by_group() static.
2010-10-29  Hans Leidekkeradvapi32: Implement EnumServicesStatusExA/W.
2010-10-27  Hans Leidekkeradvapi32: Implement EnumServicesStatusA/W.
2010-10-22  Hans Leidekkerservices: Support setting and changing service dependen...
2009-12-07  Paul Chitescuservices.exe: Reduce Registry access to KEY_READ or...
2009-04-29  Paul Vriensservices: Fix a typo.
2009-03-24  Rob Shearmanservices: Always initialise the out buffer in svcctl_Qu...
2009-03-24  Rob Shearmanservices: svcctl_GetServiceDisplayNameW and svcctl_GetS...
2009-03-24  Rob Shearmanservices: Add a ref count to the service entry in svcct...
2009-02-02  Rob ShearmanChange parameter type from size_t to SIZE_T for MIDL_us...
2009-01-29  Michael Stefaniucservices: Remove superfluous pointer casts.
2009-01-27  Alexandre Julliardservices: Add stub implementation for SERVICE_CONFIG_FA...
2009-01-21  Alexandre Julliardadvapi32: Fix GetServiceDisplayNameW behavior to pass...
2009-01-21  Alexandre Julliardadvapi32: Fix GetServiceKeyNameW behavior to pass the...
2009-01-19  Alexandre Julliardadvapi32: Reimplemented QueryServiceConfig2W in service...
2008-12-17  Maarten Lankhorstntdll: Make all exported wine functions CDECL.
2008-11-26  Alexandre Julliardadvapi32: Reimplemented ChangeServiceConfig2W in servic...
2008-11-25  Alexandre Julliardservices: Properly initialize service status at creatio...
2008-07-18  James Hawkinsservices: Assign the service manager db to the lock...
2008-05-08  Alexandre Julliardservices: Send the service name in the control requests.
2008-05-05  Alexandre Julliardservices: Fixed the result check for the control mutex...
2008-05-05  Alexandre Julliardservices: Use the correct invalid handle value for...
2008-04-24  Alexandre Julliardservices.exe: Don't reject config changes if the displa...
2008-04-22  Austin EnglishSpelling fixes.
2008-04-11  Rob Shearmanservices: Automatically start boot-start, system-start...
2008-04-11  Rob Shearmanservices: Split RPC_MainLoop into initialisation and...
2008-04-07  Francois Gougetservices: Add a trailing '\n' to a couple of Wine traces.
2008-03-29  Rob Shearmanservices: Fill in the functions between implemented...
2008-03-29  Rob Shearmanservices: Introduce an scmdatabase object to store...
2008-03-29  Rob Shearmanservices: Remove dependency on service name being deter...
2008-03-29  Rob Shearmanservices: Move ControlService and StartServiceW from...
2008-03-29  Rob Shearmanservices: Move LockServiceDatabase and UnlockServiceDat...
2008-03-29  Rob Shearmanservices: Move SetServiceStatus and QueryServiceStatusE...
2008-03-29  Mikołaj Zalewskiservices: Move GetServiceDisplayName to services.exe...
2008-03-29  Mikołaj Zalewskiservices: Move ChangeServiceConfigW implementation...
2008-03-29  Mikołaj Zalewskiservices: Move QueryServiceConfigW from advapi32.dll...
2008-03-29  Mikołaj Zalewskiservices: Move CreateService, OpenService and DeleteSer...
2008-03-29  Mikołaj Zalewskiservices: Start a local RPC server.