oweals/dinit.git
2018-02-03 Davin McCallUp version to 0.08. v0.08
2018-02-03 Davin McCallAdd "shutdown" subcommand to dinitctl.
2018-02-03 Davin McCallUpdate bundled Dasynq (to 1.1.0).
2018-02-03 Davin McCallFix error in control protocol implementation in dinitct...
2018-02-03 Davin McCallAdjust compile/link options.
2018-02-03 Davin McCallAdd #include's to fix OpenBSD build.
2018-02-03 Davin McCalldinitctl: various renaming from camelCase
2018-01-25 Davin McCallProcess tests: check timer status in various tests.
2018-01-25 Davin McCallStop the stop timer when a service stops.
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-21 Davin McCallRename load_service.cc to load-service.cc for consistency.
2018-01-21 Davin McCallFix processing of "run-as" parameter.
2018-01-21 Davin McCallMan pages: split service description format to separate...
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 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-18 Davin McCallBuild: rename EXTRA_LIBS to the more conventional LDFLAGS.
2018-01-18 Davin McCallAdd example mconfig options for FreeBSD.
2018-01-16 Davin McCallRenaming of some snake-case functions missed in prior...
2018-01-16 Davin McCalltests build: use dependencies auto-generated from teste...
2018-01-16 Davin McCallMinor fixes to tests.
2018-01-16 Davin McCallAdd second smooth recovery test.
2018-01-16 Davin McCallUpdate bundled Dasynq to 1.0.4.
2018-01-16 Davin McCallFix smooth recovery test.
2018-01-16 Davin McCallAdd process service stop timeout test.
2018-01-15 Davin McCallAdd a proc test, and name each test.
2018-01-15 Davin McCallservice_record: add boolean issue_stop parameter to...
2018-01-15 Davin McCallFix issue with process services restarting after start...
2018-01-15 Davin McCallbaseproc-sys.h: Add explanatory comment.
2018-01-15 Davin McCallAdd getpgid stub to bp_sys namespace.
2018-01-15 Davin McCallproctests: complete existing tests and add a 4th (curre...
2018-01-15 Davin McCallmake install: put manpages in correct directory.
2018-01-15 Davin McCalltests makefile: auto-generate dependencies (*.d) while...
2018-01-15 Davin McCallImplement mock functionality for some system calls...
2018-01-14 Davin McCallStub out system functions for testing (WIP).
2018-01-14 Davin McCallMove 'run_child_proc' function into a separate source...
2018-01-13 Davin McCallMove base_process_service timer expiry handling out...
2018-01-13 Davin McCallAdd some process-service tests.
2018-01-13 Davin McCallUse general dinit.h header in baseproc-service.cc.
2018-01-13 Davin McCallMakefile: build dependency lists (*.d) during regular...
2018-01-13 Davin McCallStub out Dasynq functionality for tests.
2018-01-13 Davin McCallAdd more missing includes for tests.
2018-01-12 Davin McCallFix makefile typo preventing build of 'shutdown'.
2018-01-12 Davin McCalltests: infrastructure for implementing mock headers.
2018-01-12 Davin McCallFix some includes (for testing/general resilience).
2018-01-12 Davin McCallMove includes into a separate directory.
2018-01-12 Davin McCallMinor cleanup: remove unnecessary aliases.
2018-01-12 Davin McCallPull some commonly occurring declarations into a new...
2018-01-11 Davin McCallTests: use stubs for various functions.
2018-01-11 Davin McCallproc-service.cc: add intro comment.
2018-01-11 Davin McCallRefactoring: split out exec_succeeded function.
2018-01-11 Davin McCallMove separate_args function from header to source file.
2018-01-11 Davin McCallFix build of tests.
2018-01-11 Davin McCallSplit service.cc into multiple files.
2018-01-10 Davin McCallFix issue with start timeouts not correctly stopping...
2018-01-09 Davin McCallBig rename/namespace cleanup.
2018-01-09 Davin McCallMinor refactoring/code documentation.
2018-01-08 Davin McCallProperly handle scripted service start interrupt.
2018-01-08 Davin McCallClean up warning in process_restart_timer.
2018-01-08 Davin McCallRename service_type (type) to service_type_t.
2018-01-08 Davin McCallLinux examples: use reasonable start-timeout for filesy...
2018-01-08 Davin McCallAllow specifying service start timeout in service descr...
2018-01-08 Davin McCallCorrectly handle start timeout of 0 (i.e. no timeout).
2018-01-07 Davin McCallImplement start timeout for services, default of 60...
2018-01-06 Davin McCallSample service defs: enable smooth recovery for ttys. v0.07
2018-01-06 Davin McCallUpdate version to 0.07.
2018-01-06 Davin McCallInstall: allow specifying sbin and man directories.
2018-01-06 Davin McCallPut man pages in the correct directory (man8 not man1).
2018-01-06 Davin McCallAdd "start-interruptible" service option.
2018-01-06 Davin McCallAllow decimal comma separator for times expressed as...
2018-01-06 Davin McCallFix minor style inconsistencies.
2018-01-06 Davin McCallAdd "tests" generated binary to .gitignore
2018-01-06 Davin McCallUse _Pragma to turn off invalid-offsetof warnings at...
2018-01-06 Davin McCallAdd some missing includes, necessary on some platforms.
2018-01-05 Davin McCallAllow for interrupting process startup (by sending...
2018-01-05 Davin McCallRefactoring: Move fields from service_record to base_pr...
2018-01-05 Davin McCallservice_record: encapsulation: make some members privat...
2018-01-05 Davin McCallBuild and run tests with sanitizers enabled.
2018-01-05 Davin McCallMerge pull request #1 from mskarbek/tests_fix
2018-01-05 Marcin SkarbekFixed tests 1/head
2017-12-31 Davin McCallRenamed 'start_ps_process' function to 'bring_up'.
2017-12-31 Davin McCallRename 'all_deps_stopped' function to 'bring_down'.
2017-12-31 Davin McCallMake do_start/do_stop protected instead of public.
2017-12-31 Davin McCallHandle fork+exec failure in a separate virtual method.
2017-12-31 Davin McCallTypo fix.
2017-12-28 Davin McCallFix potential issue stopping process services.
2017-12-27 Davin McCallVarious minor cleanups.
2017-12-26 Davin McCallBuild: use EXTRA_LIBS when building "shutdown". v0.06
2017-12-26 Davin McCallbgproc_service: remove redundant initialisation from...
2017-12-24 Davin McCallUpdate comparison on similar systems.
2017-12-24 Davin McCallUpdate Dasynq to 1.0.3.
2017-12-22 Davin McCallUpdate Dasynq to 1.0.2.
2017-12-18 Davin McCallUpgrade bundled Dasynq to 1.0.1.
2017-12-11 Davin McCallIncorporate upstream changes from Dasynq.
2017-10-03 Davin McCallAdd some tests for milestone dependencies.
next