wininet/tests: Improve error reporting in a couple of tests.
[wine] / programs / services /
2012-10-29  Francois Gougetservices: Fix compilation on systems that don't support...
2012-10-22  Piotr Cabanservices: Added tests for service thread termination...
2012-10-22  Piotr Cabanservices: Kill service thread after timeout so it can...
2012-10-09  Jacek Cabanservices: Fixed memory leak.
2012-06-15  Jacek Cabanadvapi32: Pass service name as argv[0] to ServiceMain.
2012-06-15  Jacek Cabanservices.exe: Added tests.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-04-18  André Hentschelservices: Remove unneeded shadow variable.
2012-02-08  Alexandre Julliardservices: Don't close the overlapped event when termina...
2012-01-23  Alexandre Julliardmakefiles: Define __WINESRC__ when building programs.
2012-01-20  Alexandre Julliardmakefiles: Disable use of Unicode macros globally for...
2011-12-12  Piotr Cabanservices: Terminate service when its status is set...
2011-12-12  Piotr Cabanservices: Move service cleanup code to separate function.
2011-12-12  Piotr Cabanservices: Don't close control_pipe when SERVICE_CONTROL...
2011-12-12  Piotr Cabanservices: Check process status to determine if service...
2011-12-12  Piotr Cabanservices: Fix SERVICE_STATUS initialization in svcctl_C...
2011-12-09  Piotr Cabanservices: Set result inside service_send_command.
2011-12-09  Piotr Cabanservices: Accept SERVICE_START_PENDING as valid service...
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: If a service is not started, then say so...
2011-08-30  Francois Gougetservices: Refuse to start disabled services.
2011-08-30  Francois Gougetservices: Cleanup when a service fails to start so...
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: 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...
2011-03-16  Francois Gougetservices: Make find_service_by_group() static.
2010-11-02  André Hentschelservices: Mention the unkown type in the error message.
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...
2010-10-22  Hans Leidekkerservices: Save service dependencies.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliardprograms: Remove explicit imports of kernel32 and ntdll.
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.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
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-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  Marcus Meissnerservices: Handle realloc failures better (Coverity).
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-09-17  Peter Dons Tychsenservices: Fixed problem with services where DependOnSer...
2008-09-03  Alexandre Julliardprograms: Build the programs that support it with ...
2008-07-18  James Hawkinsservices: Assign the service manager db to the lock...
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-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-24  Alexandre Julliardservices.exe: Make the changed status event an auto...
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 GougetAssorted spelling fixes.
2008-04-07  Francois Gougetservices: Add a trailing '\n' to a couple of Wine traces.
2008-04-01  Rob Shearmanservices: Fix memory leak of some data in the service...
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.
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.