BUILD: explain the USE_UTMPX option a little better
[oweals/dinit.git] / src /
2019-12-23 Davin McCallquery_name: always return with NAK if service handle...
2019-12-23 Davin McCallAdd SHUTDOWN_PREFIX build variable, controls name of...
2019-12-23 Davin McCallAvoid building constant strings on the stack
2019-12-22 Davin McCallUpdated bundled Dasynq to 1.1.7
2019-12-22 Davin McCallFix --help option in dinitcheck
2019-12-13 Davin McCallAvoid copying string arguments to log functions (always...
2019-12-08 Davin McCallBump version. v0.8.0
2019-12-08 Davin McCalldinitctl: make unload/reload respect --quiet
2019-12-08 Davin McCalldinitcheck: output overall result after checks complete
2019-12-08 Davin McCallClean up clang warnings
2019-12-08 Davin McCallRefactoring: load new / reload existing service in...
2019-12-08 Davin McCallFix IGR makefile (spaces to tab)
2019-12-05 Davin McCallFix reload of stopped service
2019-12-05 Davin McCallAdd 2nd reload test
2019-12-04 Davin McCallSet target state to STOPPED when stop is issued
2019-12-03 Davin McCallAdd integration test for reload
2019-12-02 Davin McCallImplement additional checks for reload
2019-12-01 Davin McCallImprove some dinitctl error messages
2019-12-01 Davin McCallRemove unneeded release
2019-12-01 Davin McCallImplement reload command for dinitctl
2019-12-01 Davin McCallImplement control protocol for reloading services
2019-12-01 Davin McCallInitial implementation of service reloading
2019-11-22 Davin McCalldinitcheck: return EXIT_FAILURE if problem found
2019-11-22 Davin McCallIntegration test for dinitcheck dependency cycles detection
2019-11-22 Davin McCalldinitcheck: check for and report dependency cycles
2019-11-21 Davin McCallFix inconsistencies/typos in help text, man pages
2019-11-21 Davin McCalldinitcheck: support specifying services to check on...
2019-11-21 Davin McCallInstall dinitcheck on install, clean binary on clean
2019-11-21 Davin McCallRemove accidental marker comment
2019-11-21 Davin McCallAdd integration test for basic dinitcheck functionality
2019-11-21 Davin McCalldinitcheck: use previously factored-out parameter proce...
2019-11-21 Davin McCallFactor out service parameter processing
2019-11-19 Davin McCallService description loading: improve error messages
2019-11-17 Davin McCalldinitcheck: fix checking of dependencies
2019-11-15 Davin McCallUse common option processing for dinit/dinitcheck servi...
2019-11-09 Davin McCallFactor out service directory option processing
2019-10-06 Davin McCallFix typo in comment
2019-10-06 Davin McCalldinitcheck: process all dependencies
2019-10-06 Davin McCallDon't enable reporting exceptions on failbit (only...
2019-10-06 Davin McCallBeginnings of "dinitcheck" utility
2019-09-16 Davin McCallConvert system_error to service_load_exc in load_service.
2019-09-10 Davin McCallRestore -s option to dinitctl
2019-09-10 Davin McCallRemove integration test output
2019-09-09 Davin McCallMerge pull request #22 from travankor/makefile
2019-09-09 travankorFix makefile. 22/head
2019-09-09 Davin McCallMerge pull request #23 from travankor/doc-fixes
2019-09-08 travankorFix typo in dinitctl man page. Document restart for... 23/head
2019-09-03 Davin McCallMerge pull request #20 from fpoussin/root
2019-09-03 Fabien PoussinReplaced system flag with user flag
2019-08-09 Davin McCallUp version to 0.7.0. v0.7.0
2019-08-08 Davin McCallAdd integration test for service "restart" function.
2019-08-08 Davin McCallChange semantics of "wake" command.
2019-08-07 Davin McCallAvoid signed-unsigned comparison warning.
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 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 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-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 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 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 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 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 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-27 Fabien PoussinFixed strip on install for cross compilation
2019-06-22 Davin McCallFix typo in function name (workding -> working)
2019-06-22 Davin McCallImplement resource limit settings.
next