Add test for scripted service start skip.
[oweals/dinit.git] / src / includes /
2018-06-14 Davin McCallImplement "skippable" option for scripted services.
2018-06-08 Davin McCallFix bug causing scripted service shutdown scripts to...
2018-06-07 Davin McCallarray_string: declare 'arr' member as const.
2018-06-07 Davin McCallAdd loading test for environment variable substitution.
2018-06-07 Davin McCallAvoid logging service stop after failure to start.
2018-06-05 Davin McCallAdd service load test.
2018-06-04 Davin McCallproctests: add a new test, currently failing.
2018-05-21 Davin McCallImplement a compile-time string manipulation class.
2018-05-21 Davin McCallSet main log format earlier.
2018-05-14 Davin McCalldirload_service_set: add support for multiple service...
2018-04-06 Davin McCallshutdown: push all output through a cyclic buffer.
2018-03-20 Davin McCallMake "syslog" formatting of main log entries optional.
2018-03-19 Davin McCallHandle startup timer expiry using failed_to_start.
2018-02-27 Davin McCallLogging: support for supressing output to console per...
2018-02-23 Davin McCallAllow setting working directory for services.
2018-02-20 Davin McCallAdditional comment to better explain two-phase service...
2018-02-16 Davin McCallDon't bypass queue cycle in emergency_stop.
2018-02-13 Davin McCallMock tcsetpgrp() and getpgrp() for tests.
2018-02-13 Davin McCallRefactoring in utilities.
2018-02-12 Davin McCalldinitctl: query protocol version at beginning + refacto...
2018-02-12 Davin McCallFactor out some Dinit client functions tp a new header...
2018-02-10 Davin McCallImplement service unloading.
2018-02-10 Davin McCallbase_process_service: properly clean up in destructor.
2018-02-10 Davin McCallRenaming: camelCase to snake_case.
2018-02-10 Davin McCallcontrol: rework handle allocation.
2018-01-25 Davin McCallprocess service: allow start timeout, but don't arm...
2018-01-24 Davin McCallDisable default start timeout for process services.
2018-01-20 Davin McCallSupport for running services as a different user (run...
2018-01-19 Davin McCallRefactoring / clean up.
2018-01-19 Davin McCallMove some data/functions from service_record to base_pr...
2018-01-19 Davin McCallRename getShutdownType function - eliminate snake case.
2018-01-19 Davin McCallRe-work console acquisition/release.
2018-01-18 Davin McCallAdd test for console release for STARTING to STOPPED...
2018-01-16 Davin McCallRenaming of some snake-case functions missed in prior...
2018-01-16 Davin McCallMinor fixes to tests.
2018-01-15 Davin McCallservice_record: add boolean issue_stop parameter to...
2018-01-15 Davin McCallbaseproc-sys.h: Add explanatory comment.
2018-01-15 Davin McCallAdd getpgid stub to bp_sys namespace.
2018-01-14 Davin McCallStub out system functions for testing (WIP).
2018-01-13 Davin McCallMove base_process_service timer expiry handling out...
2018-01-13 Davin McCallAdd some process-service tests.
2018-01-12 Davin McCallFix some includes (for testing/general resilience).
2018-01-12 Davin McCallMove includes into a separate directory.