oweals/dinit.git
2018-06-07 Davin McCallAdd loading test for environment variable substitution.
2018-06-07 Davin McCallAvoid logging service stop after failure to start.
2018-06-07 Davin McCallFix acquire/release counting in some sitations.
2018-06-05 Davin McCallAdd service load test.
2018-06-04 Davin McCallproctests: add a new test, currently failing.
2018-06-04 Davin McCallIntroduce "load-options" setting and "sub-vars" option.
2018-05-21 Davin McCallUse control socket path and sbin directory from config.
2018-05-21 Davin McCallGenerate mconfig.h file with selected variables from...
2018-05-21 Davin McCallImplement a compile-time string manipulation class.
2018-05-21 Davin McCallMinor fixes to rootfscheck script.
2018-05-21 Davin McCallshutdown: set passed-via-environment control socket...
2018-05-21 Davin McCallSet main log format earlier.
2018-05-21 Davin McCallCorrect some logic for handling overflow messages in...
2018-05-21 Davin McCallInstall man pages with correct permissions mask.
2018-05-14 Davin McCallLook in multiple directories for service descriptions.
2018-05-14 Davin McCalldirload_service_set: add support for multiple service...
2018-05-14 Davin McCallUpdate MacOS build defaults.
2018-04-25 Davin McCallSet example filesystem services to have no start timeout.
2018-04-06 Davin McCallUpdate bundled Dasynq to 1.1.4.
2018-04-06 Davin McCallshutdown: push all output through a cyclic buffer.
2018-04-06 Davin McCallUpdate COMPARISON, TODO.
2018-03-20 Davin McCallUpdate version number to 0.1.1. v0.1.1
2018-03-20 Davin McCallUpdate man page with --log-file documentation.
2018-03-20 Davin McCallAdd --log-file (-l) option to specify logging to file.
2018-03-20 Davin McCallMake "syslog" formatting of main log entries optional.
2018-03-20 Davin McCallload service: simplify conditional in while loop.
2018-03-20 Davin McCalltests: add a new test.
2018-03-20 Davin McCallFix issue with incorrect acquisition counts with waits_...
2018-03-19 Davin McCallservice stopped(): release console if have_console...
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-03-19 Davin McCallAdd a test, adjustments to other tests.
2018-03-19 Davin McCallWhen stopping dependents, also release waits_for/soft...
2018-03-04 Davin McCallMinor fixes to README.
2018-03-01 Davin McCallBump version to 0.1.0. v0.1.0
2018-02-28 Davin McCallUpdate COMPARISON with other systems.
2018-02-28 Davin McCalltests: build fix for OpenBSD.
2018-02-28 Davin McCallman page: rework slightly.
2018-02-28 Davin McCallman pages: reword description of depends-ms dependency.
2018-02-28 Davin McCallFix: stop milestone dependency before started.
2018-02-27 Davin McCallSet default log level for main log (not console) to...
2018-02-27 Davin McCallLog system startup.
2018-02-27 Davin McCallLogging: support for supressing output to console per...
2018-02-27 Davin McCallMinor man-page fixes.
2018-02-27 Davin McCalllogging: refactoring, add comment.
2018-02-26 Davin McCallRead environment from file at startup.
2018-02-23 Davin McCallAllow setting working directory for services.
2018-02-20 Davin McCallClean up a comparison warning.
2018-02-20 Davin McCallAdd another (passing) test.
2018-02-20 Davin McCallAdd another test and a fix to make it pass.
2018-02-20 Davin McCallMove processing of start pin in do_stop.
2018-02-20 Davin McCallAdditional comment to better explain two-phase service...
2018-02-19 Davin McCallAdd comment.
2018-02-19 Davin McCallAdd a new test.
2018-02-16 Davin McCallDon't bypass queue cycle in emergency_stop.
2018-02-15 Davin McCallUpdate TODO.
2018-02-15 Davin McCallOn interrupting start of scripted service, run stop...
2018-02-13 Davin McCallMock tcsetpgrp() and getpgrp() for tests.
2018-02-13 Davin McCallRefactoring in utilities.
2018-02-12 Davin McCallFix test build failures.
2018-02-12 Davin McCalldinitctl: query protocol version at beginning + refacto...
2018-02-12 Davin McCallFactor out some Dinit client functions tp a new header...
2018-02-11 Davin McCallOn FreeBSD, build without -fno-rtti.
2018-02-11 Davin McCallAllow initial services to be specified on command-line...
2018-02-10 Davin McCallMark as a subreaper on FreeBSD (as for Linux).
2018-02-10 Davin McCallImplement service unloading.
2018-02-10 Davin McCallbase_process_service: properly clean up in destructor.
2018-02-10 Davin McCallRenaming: camelCase to snake_case.
2018-02-10 Davin McCallcontrol: rework handle allocation.
2018-02-10 Davin McCallcontrol conn. allocate_service_handle(): exception...
2018-02-10 Davin McCallMake sure a process service starts-on-console matches...
2018-02-09 Davin McCallImplement a timeout (of 5 seconds) for log to flush...
2018-02-09 Davin McCallUpgrade bundled Dasynq to 1.1.2.
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.
next