History log of /haiku/src/tests/servers/launch/ConditionsTest.cpp
Revision Date Author Comments
# d54bb194 16-Jul-2015 Axel Dörfler <axeld@pinc-software.de>

launch_daemon: Empty conditions are now NULL.

* Instead of an empty and-condition.


# 3888dd6e 10-Jul-2015 Axel Dörfler <axeld@pinc-software.de>

launch_daemon: Fixed condition tests build.

* ConditionContext changed.


# e0fc09b4 25-Jun-2015 Axel Dörfler <axeld@pinc-software.de>

launch_daemon: Conditions now know if they are constant.

* This allows to remove a job in the init phase already, if its
condition is not only constant, but also failing.
* Also removed the special Job::LaunchInSafeMode() method; this is now
done using the conditions (the config option no_safemode remains,
though).


# 0e347cb2 24-Jun-2015 Axel Dörfler <axeld@pinc-software.de>

launch_daemon: Added condition tests.


# d54bb194d767c8764ac91bbf63130063ce6b76f6 16-Jul-2015 Axel Dörfler <axeld@pinc-software.de>

launch_daemon: Empty conditions are now NULL.

* Instead of an empty and-condition.


# 3888dd6e7356bf96ad862b65dfd91581335ee369 10-Jul-2015 Axel Dörfler <axeld@pinc-software.de>

launch_daemon: Fixed condition tests build.

* ConditionContext changed.


# e0fc09b439b66df0e35c159d0b5b055cde7d2792 25-Jun-2015 Axel Dörfler <axeld@pinc-software.de>

launch_daemon: Conditions now know if they are constant.

* This allows to remove a job in the init phase already, if its
condition is not only constant, but also failing.
* Also removed the special Job::LaunchInSafeMode() method; this is now
done using the conditions (the config option no_safemode remains,
though).


# 0e347cb20337bef054c55a500c9fc95c1a69fc9e 24-Jun-2015 Axel Dörfler <axeld@pinc-software.de>

launch_daemon: Added condition tests.