Commit Graph

19 Commits

Author SHA1 Message Date
Alexandre Julliard 88680e522b schedsvc: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-20 09:07:53 +02:00
Nikolay Sivov f8031d0648 schedsvc: Fix xml buffer leak (Valgrind).
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-03-13 19:39:43 +01:00
Michael Stefaniuc b39b37c0ae schedsvc: Simplify an if-condition (PVS-Studio).
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-14 12:51:05 +09:00
Dmitry Timoshkov a484dadf4a schedsvc: Add support for generating new task name in SchRpcRegisterTask. 2014-04-10 13:54:27 +02:00
Dmitry Timoshkov af0ede42d5 schedsvc/tests: Add a test for NULL task name passed to SchRpcRegisterTask. 2014-04-10 13:54:06 +02:00
Dmitry Timoshkov 67100eb29c schedsvc: Add SchRpcGetTaskInfo stub implementation. 2014-04-09 13:16:31 +02:00
Dmitry Timoshkov 96452fc810 schedsvc: Return correct error code when a being loaded xml doesn't exist. 2014-04-09 13:16:13 +02:00
Dmitry Timoshkov 7e871b94d3 schedsvc: Handle directory creation failure in SchRpcRegisterTask. 2014-04-07 15:34:37 +02:00
Dmitry Timoshkov a67565edc4 schedsvc: Implement SchRpcEnumTasks. 2014-04-04 10:47:42 +02:00
Dmitry Timoshkov 1f717504cb schedsvc: Implement SchRpcEnumFolders. 2014-04-04 10:47:35 +02:00
Dmitry Timoshkov 285922ca71 schedsvc: Skip the UTF-8 byte order mark when returing XML to the client. 2014-03-24 11:46:51 +01:00
Dmitry Timoshkov 0e802b9c92 schedsvc: Replace external trace statements by internal versions. 2014-03-18 11:42:48 +01:00
Dmitry Timoshkov c2148f9e2a schedsvc: Mark service as auto-start once a task is registered. 2014-03-14 16:14:20 +01:00
Dmitry Timoshkov c751ec6a65 schedsvc: Implement SchRpcRetrieveTask. 2014-03-13 20:22:26 +01:00
Dmitry Timoshkov adab8514e4 schedsvc: Implement SchRpcRegisterTask. 2014-03-13 20:22:25 +01:00
Dmitry Timoshkov b6a3e9be42 schedsvc: Implement SchRpcDelete. 2014-03-13 20:22:24 +01:00
Dmitry Timoshkov 3266b490f7 schedsvc: Implement SchRpcCreateFolder. 2014-03-13 20:22:23 +01:00
Dmitry Timoshkov 2463e44f61 schedsvc: Implement SchRpcHighestVersion. 2014-03-13 20:22:22 +01:00
Dmitry Timoshkov 88df368868 schedsvc: Add Task Scheduler service. 2014-03-13 20:22:21 +01:00