Fix missing #include (needed for compiling with GCC 10)
[oweals/dinit.git] / src / baseproc-service.cc
2019-08-04 Davin McCallRe-work state propogation/transition logic.
2019-07-08 Davin McCallDon't put "shares console" processes in the foreground.
2019-07-06 Davin McCallImplement "env-file" service setting for service-specif...
2019-07-05 Davin McCallFix notification environment variable setting.
2019-07-04 Davin McCallMerge pull request #15 from fpoussin/crossbuild
2019-06-22 Davin McCallImplement resource limit settings.
2019-05-24 Davin McCallTry to fix case where we can't getpgid() treating pid...
2019-05-24 Davin McCalllog about not being able to get process group with...
2019-05-22 Davin McCallJust signal the process if we can't get the process...
2019-05-10 Davin McCallDon't fail service on failure to write utmp entry.
2018-11-26 Davin McCallAdd full utmp (utmpx) support.
2018-11-17 Davin McCallPass correct end of readiness notification pipe to...
2018-11-16 Davin McCallBackend support for S6-style readiness notification.
2018-11-09 Davin McCallShorten (wrap) some too-long lines.
2018-11-09 Davin McCallAvoid 2nd call to get current time when starting process.
2018-10-30 Davin McCallImplement a "shares-console" option for non-exclusive...
2018-09-13 Davin McCallMinor header/signature adjustments.
2018-06-22 Davin McCallAdd "signal-process-only" option to avoid signalling...
2018-06-18 Davin McCallRemember the reason why a service stopped.
2018-06-15 Davin McCallRefactor: move "start-interruptible" flag into onstart_...
2018-03-19 Davin McCallHandle startup timer expiry using failed_to_start.
2018-03-19 Davin McCallMake sure listeners are notified of start cancellation.
2018-03-19 Davin McCallLog service start timeout.
2018-02-23 Davin McCallAllow setting working directory for services.
2018-02-16 Davin McCallDon't bypass queue cycle in emergency_stop.
2018-02-03 Davin McCallAdd #include's to fix OpenBSD build.
2018-01-25 Davin McCallprocess service: allow start timeout, but don't arm...
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 #include's around to fix build issue.
2018-01-19 Davin McCallMove some data/functions from service_record to base_pr...
2018-01-19 Davin McCallRe-work console acquisition/release.
2018-01-16 Davin McCallAdd second smooth recovery test.
2018-01-15 Davin McCallFix issue with process services restarting after start...
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 McCallUse general dinit.h header in baseproc-service.cc.
2018-01-13 Davin McCallAdd more missing includes for tests.
2018-01-12 Davin McCallFix some includes (for testing/general resilience).
2018-01-11 Davin McCallSplit service.cc into multiple files.