oweals/dinit.git
2015-12-30 Davin McCallFix bug in ServiceSet::loadService (only worked properl...
2015-12-30 Davin McCallFix include style for service-constants.h include
2015-12-30 Davin McCallMove service event types into service-constants.h
2015-12-29 Davin McCallControl stream: Use a circular receive buffer
2015-12-29 Davin McCallOverhaul of the control protocol.
2015-12-29 Davin McCallRemove obselete TODO comment.
2015-12-29 Davin McCallSplit service constants (state/event enumerations)...
2015-12-29 Davin McCallPrevent force_stop state being set in a service that...
2015-12-28 Davin McCallAdd a publicly-accessible method to load a service...
2015-12-28 Davin McCallFix bind of control socket, and unlink control socket...
2015-12-27 Davin McCallAdd an event listener interface to services.
2015-12-24 Davin McCallMinor re-arrangement of fields and code documentation...
2015-12-23 Davin McCallCleanup error handling / logging
2015-12-01 Davin McCallAdd possibility to pin services started or stopped...
2015-11-24 Davin McCallImprove error message logged when failing to load a...
2015-11-24 Davin McCallAdd "nosigterm" service setting to inhibit sending...
2015-11-23 Davin McCallAdd a "query version" command to the control protocol.
2015-11-23 Davin McCallAdd possibility to retrieve textual description of...
2015-11-23 Davin McCallControl protocol cleanups.
2015-11-23 Davin McCallComment update.
2015-11-23 Davin McCallFix remaining case of ControlConn being used after...
2015-11-22 Davin McCallIn processPacket() always check the response of queuePa...
2015-11-22 Davin McCallVarious control protocol improvements, still needs...
2015-11-21 Davin McCallIntroduce queuePacket() variant which takes a `const...
2015-11-21 Davin McCallAdd function to queue outgoing packet to a control...
2015-11-19 Davin McCallMove compiler flags out of the Makefile and into mconfig
2015-11-19 Davin McCallVarious exception handling fixes and 'noexcept' declara...
2015-11-19 Davin McCallRemove incorrect comment
2015-11-19 Davin McCallRemove functional TODO comments.
2015-11-19 Davin McCallAdd a control command to initiate service rollback...
2015-11-19 Davin McCallFix some logging, and add a variable to track how many...
2015-11-19 Davin McCallCommit .gitignore
2015-11-19 Davin McCallAdd the "termsignal" setting to process services. This...
2015-11-18 Davin McCallCatch allocation exception when receiving a control...
2015-11-18 Davin McCallDocumentation updates
2015-11-18 Davin McCallImprove the state model.
2015-11-18 Davin McCallAdd 'dependencyStarted' method instead of directly...
2015-11-17 Davin McCallAdd sample config for OpenBSD build
2015-11-17 Davin McCallRename 'reboot' variable to 'do_reboot' to avoid confli...
2015-11-17 Davin McCallRemove unintentionally committed debug statements
2015-11-17 Davin McCallLogging and comment fixes
2015-11-17 Davin McCallAdd dinit-log.h as a dependency for objects
2015-11-17 Davin McCallImprove logging facilities.
2015-11-17 Davin McCallFix bug: "internal" services never properly registered...
2015-11-17 Davin McCallUpdate README origin/HEAD origin/master
2015-11-17 Davin McCallUpdate TODO list
2015-11-17 Davin McCallSeveral changes, centered around improving logging...
2015-11-16 Davin McCallUse C++11 typesafe enums for service type (ServiceType...
2015-11-15 Davin McCallMake start_ps_process more C++ish and prevent it throwi...
2015-11-15 Davin McCallAllow for quoted program arguments (and executable).
2015-11-13 Davin McCallFix comment in relation to vfork (we are using fork...
2015-11-13 Davin McCallMinor cleanup: use C++-style cast and add some comments
2015-11-05 Davin McCallBack out incorrect comment introduced earlier.
2015-11-04 Davin McCallImprove comments - remove no longer relevant comment...
2015-11-04 Davin McCallAdd parameter documentation for read_setting_value
2015-11-04 Davin McCallAugment read_setting_value so that it can return the...
2015-11-04 Davin McCallChange parameter type of read_setting_{name,value}...
2015-11-04 Davin McCallImprove comment.
2015-09-25 Davin McCallAdd support for "internal" services (which don't actual...
2015-09-14 Davin McCallRe-vamp the "build system".
2015-09-14 Davin McCallSimple cleanups.
2015-09-09 Davin McCallFinish soft dependency support.
2015-09-07 Davin McCallSet dependents desired state to STOPPED immediately
2015-09-07 Davin McCallImplement "soft" dependencies. These are created by...
2015-09-06 Davin McCallJust adding some comments.
2015-09-06 Davin McCallFilter "auto" from the command line. LILO adds it autom...
2015-09-01 Davin McCallforceStop() needs to issue stop().
2015-09-01 Davin McCallProperly intiiatiise force_stop
2015-09-01 Davin McCallClean up exception throwing/handling during service...
2015-08-27 Davin McCallInitial commit.