oweals/dinit.git
2019-08-07 Davin McCalldinitctl: update restart handling.
2019-08-07 Davin McCallRe-work restart function.
2019-08-07 Davin McCallProperly issue STARTCANCELLED message if restart is...
2019-08-04 Davin McCallRe-work state propogation/transition logic.
2019-07-31 Davin McCallImprove/refactor static_membuf.
2019-07-29 Davin McCallRefactor some packet-building for readability and safety
2019-07-28 Davin McCallDocument dinitctl "restart" command.
2019-07-28 Davin McCallUpdate TODO.
2019-07-28 Davin McCallUp version, update NEWS.
2019-07-27 Davin McCallstop: if not required, treat stop as full manual stop.
2019-07-27 Davin McCallImplement dinitctl restart, addresses #14
2019-07-27 Davin McCallDon't add console watcher if not PID 1.
2019-07-27 Davin McCallUpdate manpage/README for new "dinitctl stop" semantics.
2019-07-27 Davin McCallAdd integration test for gentle stop/force stop.
2019-07-27 Davin McCallFix a bunch of issues identified by Coverity scan
2019-07-27 Davin McCalldinitctl: print names of dependents which are inhibitin...
2019-07-23 Davin McCalldinitctl stop: gentle by default, implement --force.
2019-07-22 Davin McCallAdd control protocol query-name test
2019-07-22 Davin McCallUpdate gitignore
2019-07-21 Davin McCallControl protocol: implement QUERYSERVICENAME to get...
2019-07-21 Davin McCallFix gentle service stop
2019-07-21 Davin McCallAdd test for "gentle" stop.
2019-07-21 Davin McCallClean up fuzz test source
2019-07-20 Davin McCallImplement careful/"gentle" service stop (abort if depen...
2019-07-14 Davin McCallUpdate version, NEWS, TODO. v0.6.0
2019-07-14 Davin McCallGenerate man pages with m4.
2019-07-12 Davin McCallLog more information on exec failure.
2019-07-11 Davin McCallAdd integration test for "chain-to" service parameter
2019-07-11 Davin McCallUpdate TODO, CONTRIBUTING
2019-07-11 Davin McCallDon't log to syslog if not running as system daemon
2019-07-08 Davin McCallDon't put "shares console" processes in the foreground.
2019-07-06 Davin McCallAdd integration test for per-process environment.
2019-07-06 Davin McCallImplement --socket-path option for dinitctl.
2019-07-06 Davin McCallImplement "env-file" service setting for service-specif...
2019-07-05 Davin McCallUpdate .gitignore.
2019-07-05 Davin McCallAdd extern definition for environ.
2019-07-05 Davin McCallFix test stub for run_child_proc.
2019-07-05 Davin McCallMake help output consistent.
2019-07-05 Davin McCallIgnore addrspace resource limit if system has no RLIMIT_AS.
2019-07-05 Davin McCallAdd integration test framework (with 2 tests).
2019-07-05 Davin McCallAdd -q/--quiet option for supressing console output.
2019-07-05 Davin McCallMinor updates to Linux Dinit-as-init guidelines.
2019-07-05 Davin McCallFix non-POSIXisms in sample rcboot.sh
2019-07-05 Davin McCallFix notification environment variable setting.
2019-07-04 Davin McCallMerge pull request #15 from fpoussin/crossbuild
2019-07-04 Fabien PoussinAdded STRIPOPTS var for install 15/head
2019-06-29 Davin McCallUpdate NEWS and version.
2019-06-29 Davin McCallOnly move fds from force_notify_fd if it is set!
2019-06-29 Davin McCallShuffle file descriptors as necessary to avoid clash...
2019-06-29 Davin McCallUpdate TODO.
2019-06-29 Davin McCallRe-create control socket file node if it disappears.
2019-06-28 Davin McCallBuild/logic fixes in parse_rlimit.
2019-06-28 Davin McCallAdditional check for bad setting values for rlimit...
2019-06-28 Davin McCallFix uninitialised variable.
2019-06-28 Davin McCallFix use of old settings in sample config, see #16.
2019-06-27 Fabien PoussinFixed strip on install for cross compilation
2019-06-22 Davin McCallAdd documentation for the resource limit settings.
2019-06-22 Davin McCallFix typo in function name (workding -> working)
2019-06-22 Davin McCallImplement resource limit settings.
2019-06-02 Davin McCallProcess service state queues after readiness via fd.
2019-06-02 Davin McCallDon't abuse std::find to find end of special message.
2019-05-30 Edd BarrettAdd CONTRIBUTORS.
2019-05-30 Edd BarrettAdd the getting started guide.
2019-05-29 Davin McCallImprove "stop" documentation, bring in line with implem...
2019-05-29 Davin McCallBreak holds from soft dependents if a service is manual...
2019-05-28 Davin McCallRemove unused function.
2019-05-28 Davin McCallFix restart of dependency services not explicitly started.
2019-05-28 Davin McCallAdd test for restart of a waits-for dependency.
2019-05-26 Davin McCallTests: don't call timer_expiry directly.
2019-05-26 Davin McCallFix time-out-during-start test.
2019-05-26 Davin McCallClear the stop timer if scripted start is interrupted.
2019-05-25 Davin McCalldinitctl: fix display of termination signal
2019-05-25 Davin McCallFix restart after unexpected termination.
2019-05-25 Davin McCallAdd test for restart after unexpected termination.
2019-05-25 Davin McCallAdd cross-compilation support.
2019-05-25 Davin McCallmake install: use force when creating links
2019-05-25 Davin McCallFix log flushing and clean up output in boot failure...
2019-05-25 Davin McCallAdd example recovery service.
2019-05-25 Davin McCallman page: describe recovery service.
2019-05-25 Davin McCallFix waiting for console input.
2019-05-25 Davin McCallAllow user to choose action when boot fails.
2019-05-24 Davin McCallDon't start any service during shutdown.
2019-05-24 Davin McCallRename/reverse set_auto_restart() to is_shutting_down().
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-24 Davin McCallFix log levels (swap console/main log).
2019-05-23 Davin McCallAdd KILL support to term-signal setting.
2019-05-23 Davin McCallBump version to 0.5.1.
2019-05-23 Davin McCalldinitctl: handle service dir with absolute path in...
2019-05-23 Davin McCallUpdate bundled Dasynq to latest (1.1.6).
2019-05-22 Davin McCallJust signal the process if we can't get the process...
2019-05-22 Davin McCallUse SYSCONTROLSOCKET for socket path in dinitctl/shutdown.
2019-05-22 Davin McCallAnother minor fix to man page.
2019-05-21 Davin McCallDocs: mention "boot" service in Readme, etc.
2019-05-10 Davin McCallDon't discard buffer unless >1 second has elapse since...
2019-05-10 Davin McCallDon't fail service on failure to write utmp entry.
2019-05-10 Davin McCallexamples: create utmp file on boot.
2019-05-10 Davin McCallAllow ctrl+alt+del when waiting for user response.
2019-05-07 Davin McCallRename "event_loop" label to avoid name clash.
2019-05-07 Davin McCallContinue processing signals while waiting for user...
next