services: Wait for all services to terminate before exiting.
[wine] / programs / services / services.c
2011-11-30  Piotr Cabanservices: Wait for all services to terminate before...
2011-11-30  Piotr Cabanservices: Added support for SERVICE_CONFIG_PRESHUTDOWN_...
2011-11-15  Piotr Cabanservices: Create service environment when first service...
2011-10-27  Francois Gougetservices: Give a name to the scmdatabase critical section.
2011-09-08  Francois Gougetservices: Issue a fixme when a service fails to start.
2011-08-30  Francois Gougetservices: Cleanup when a service fails to start so...
2011-05-20  Alexandre Julliardservices: Add a timeout to all pipe communications...
2011-05-20  Alexandre Julliardservices: Load some timeout parameters from the registry.
2011-05-20  Alexandre Julliardservices: Add a helper function to send a command to...
2011-04-25  Eric Pouechservices: Be sure to unlock the current database in...
2010-11-02  André Hentschelservices: Mention the unkown type in the error message.
2010-10-22  Hans Leidekkerservices: Save service dependencies.
2010-06-01  Alexandre Julliardservices: Start the 32-bit winedevice.exe for 32-bit...
2010-03-29  Mikhail Maroukhineprograms: Fix compiler warnings with flag -Wcast-qual.
2009-12-07  Paul Chitescuservices.exe: Reduce Registry access to KEY_READ or...
2009-08-29  Eric Pouechservices: Correctly store the service's PID upon startup.
2009-07-01  Paul Chitescuservices.exe: When asked to search by display name...
2009-02-02  Marcus Meissnerservices: Handle realloc failures better (Coverity).
2008-11-25  Alexandre Julliardservices: Properly initialize service status at creatio...
2008-09-17  Peter Dons Tychsenservices: Fixed problem with services where DependOnSer...
2008-07-02  Alexandre Julliardservices.exe: Pass the service name as first argument...
2008-05-08  Alexandre Julliardservices: Send the service name in the control requests.
2008-05-08  Paul Vriensservices.exe: Spelling fixes.
2008-05-06  Paul Vriensservices.exe: Move a trace to a more appropriate place.
2008-04-24  Alexandre Julliardservices.exe: Make the changed status event an auto...
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 GougetAssorted spelling fixes.
2008-04-01  Rob Shearmanservices: Fix memory leak of some data in the service...
2008-03-29  Rob Shearmanservices: Introduce an scmdatabase object to store...
2008-03-29  Rob Shearmanservices: Move ControlService and StartServiceW from...
2008-03-29  Rob Shearmanservices: Move LockServiceDatabase and UnlockServiceDat...
2008-03-29  Mikołaj Zalewskiservices: Move ChangeServiceConfigW implementation...
2008-03-29  Mikołaj Zalewskiservices: Move CreateService, OpenService and DeleteSer...
2008-03-29  Mikołaj Zalewskiservices: Start a local RPC server.
2008-03-28  Mikołaj Zalewskiservices.exe: Load list of services from registry at...
2008-03-28  Mikołaj Zalewskiservices.exe: Add a new program.