2016-06-18 |
Davin McCall | Small documentation updates. |
commit | commitdiff | tree | snapshot |
2016-06-18 |
Davin McCall | Update Dasynq, again, and update Dinit code to reflect... |
commit | commitdiff | tree | snapshot |
2016-06-16 |
Davin McCall | Yet another Dasynq update |
commit | commitdiff | tree | snapshot |
2016-06-16 |
Davin McCall | Pull in latest Dasynq, which means a massive amount... |
commit | commitdiff | tree | snapshot |
2016-06-16 |
Davin McCall | Update TODO |
commit | commitdiff | tree | snapshot |
2016-06-16 |
Davin McCall | Update dasynq to latest HEAD |
commit | commitdiff | tree | snapshot |
2016-06-16 |
Davin McCall | Use the start queue instead of starting services immedi... |
commit | commitdiff | tree | snapshot |
2016-06-15 |
Davin McCall | Write log messages which cross the circular buffer... |
commit | commitdiff | tree | snapshot |
2016-06-14 |
Davin McCall | Ignore SIGPIPE. |
commit | commitdiff | tree | snapshot |
2016-06-14 |
Davin McCall | Make control socket handling safer and fix an inverted... |
commit | commitdiff | tree | snapshot |
2016-06-14 |
Davin McCall | Missed processing start/stop queue in one place |
commit | commitdiff | tree | snapshot |
2016-06-14 |
Davin McCall | Introduce a "stop queue" and "start queue" in ServiceSe... |
commit | commitdiff | tree | snapshot |
2016-06-14 |
Davin McCall | Use _exit instead of exit after fork |
commit | commitdiff | tree | snapshot |
2016-06-13 |
Davin McCall | Rework control protocol handling a little. |
commit | commitdiff | tree | snapshot |
2016-06-13 |
Davin McCall | Update dasynq |
commit | commitdiff | tree | snapshot |
2016-06-12 |
Davin McCall | Use a BidiFdWatcher for control connections. One step... |
commit | commitdiff | tree | snapshot |
2016-06-12 |
Davin McCall | Update dasynq |
commit | commitdiff | tree | snapshot |
2016-06-12 |
Davin McCall | Catch a broader range of exceptions when creating a... |
commit | commitdiff | tree | snapshot |
2016-06-12 |
Davin McCall | Fix condition for detecting read failure in process_chi... |
commit | commitdiff | tree | snapshot |
2016-06-12 |
Davin McCall | Implement DINIT_CP_RELEASESERVICE command. |
commit | commitdiff | tree | snapshot |
2016-06-12 |
Davin McCall | Code consistency and documentation update |
commit | commitdiff | tree | snapshot |
2016-06-11 |
Davin McCall | Map dinit-log log levels to syslog log levels |
commit | commitdiff | tree | snapshot |
2016-06-11 |
Davin McCall | Enable logging to syslog. v0.02 |
commit | commitdiff | tree | snapshot |
2016-06-11 |
Davin McCall | Incorporate latest bugfixes from dasynq |
commit | commitdiff | tree | snapshot |
2016-06-11 |
Davin McCall | Fix (remove) noexcept specification for init_log(). |
commit | commitdiff | tree | snapshot |
2016-06-11 |
Davin McCall | Full support within the logging subsystem to an externa... |
commit | commitdiff | tree | snapshot |
2016-06-11 |
Davin McCall | More refactoring in preparation for proper logging... |
commit | commitdiff | tree | snapshot |
2016-06-11 |
Davin McCall | Minor refactoring |
commit | commitdiff | tree | snapshot |
2016-06-07 |
Davin McCall | Avoid hanging if a BGPROCESS is not a child of dinit... |
commit | commitdiff | tree | snapshot |
2016-06-06 |
Davin McCall | TODO updates. |
commit | commitdiff | tree | snapshot |
2016-06-06 |
Davin McCall | Whitespace fixes v0.01 |
commit | commitdiff | tree | snapshot |
2016-06-06 |
Davin McCall | No need to link libev anymore. |
commit | commitdiff | tree | snapshot |
2016-06-06 |
Davin McCall | Refactoring, and actually enable console log in enable_... |
commit | commitdiff | tree | snapshot |
2016-06-06 |
Davin McCall | Remove obseleted TODO comment |
commit | commitdiff | tree | snapshot |
2016-06-06 |
Davin McCall | Add console watch for logging once, then enable and... |
commit | commitdiff | tree | snapshot |
2016-06-06 |
Davin McCall | Update dasynq |
commit | commitdiff | tree | snapshot |
2016-06-06 |
Davin McCall | Code documentation - ServiceRecord and ServiceSet.... |
commit | commitdiff | tree | snapshot |
2016-06-06 |
Davin McCall | Suppress "invalid offsetof" warnings. |
commit | commitdiff | tree | snapshot |
2016-06-06 |
Davin McCall | Release on failure to start. |
commit | commitdiff | tree | snapshot |
2016-06-05 |
Davin McCall | Fix condition in is_log_flushed |
commit | commitdiff | tree | snapshot |
2016-06-05 |
Davin McCall | Make all log messages go via the log buffer. |
commit | commitdiff | tree | snapshot |
2016-06-05 |
Davin McCall | Refactorings. |
commit | commitdiff | tree | snapshot |
2016-06-05 |
Davin McCall | Fix style inconsistency in CPBuffer: fillTo -> fill_to |
commit | commitdiff | tree | snapshot |
2016-06-05 |
Davin McCall | OpenBSD: use __thrsigdivert as a replacement for sigtim... |
commit | commitdiff | tree | snapshot |
2016-06-05 |
Davin McCall | Make selection of epoll/kqueue backend automatic |
commit | commitdiff | tree | snapshot |
2016-06-05 |
Davin McCall | Beginnings of kqueue support (far from complete) |
commit | commitdiff | tree | snapshot |
2016-06-05 |
Davin McCall | Rip out libev, replace with dasynq (new library written... |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Davin McCall | Refactoring. Move buffered output management (variables... |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Davin McCall | Use non-blocking I/O and event notification for console... |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Davin McCall | Only enable console logging via the service layer ... |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Davin McCall | Introduce method to enable/disable console logging... |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Davin McCall | Add/correct some comments |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Davin McCall | Make CPBuffer a template, parameterized by buffer size |
commit | commitdiff | tree | snapshot |
2016-01-15 |
Davin McCall | Makefile improvements (fix clean target), and build... |
commit | commitdiff | tree | snapshot |
2016-01-15 |
Davin McCall | Use $HOME/dinit.d for default service directory if... |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Davin McCall | Remove some explicit memory deallocation in favor of... |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Davin McCall | Use delete[] to delete buffers allocated via new[] |
commit | commitdiff | tree | snapshot |
2016-01-14 |
Davin McCall | Remove std::move(...) so that copy ellision can occur. |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Davin McCall | Add support for unpin command in dinitctl (includes... |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Davin McCall | Add support for pinning services to dinitctl |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Davin McCall | Make "pinStart" and "start", and "pinStop" and "stop... |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Davin McCall | Update README with info on service hierarchy and servic... |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Davin McCall | Mark service active if it is started while not active. |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Davin McCall | During shutdown, let process attrition occur naturally... |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Davin McCall | Various changes to match changes to command protocol. |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Davin McCall | Refactor/fix control commands, add a few start/stop... |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Davin McCall | Fix stop(). Give it a boolean argument for 2 modes... |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Davin McCall | Make sure to initialise all members of ControlConn |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Davin McCall | Restore "restart" flag functionality. Services no longe... |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Davin McCall | Cleanups and refactoring. |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Davin McCall | Largish re-work of how dependencies are handled. The... |
commit | commitdiff | tree | snapshot |
2016-01-10 |
Davin McCall | Fix "skip to reply packet" method. |
commit | commitdiff | tree | snapshot |
2016-01-09 |
Davin McCall | Refactoring, and one fix: stopping an already-stopped... |
commit | commitdiff | tree | snapshot |
2016-01-09 |
Davin McCall | Introduce "explicitly started" state flag for services... |
commit | commitdiff | tree | snapshot |
2016-01-07 |
Davin McCall | Fix protocol errors in dinitctl |
commit | commitdiff | tree | snapshot |
2016-01-07 |
Davin McCall | Add license (Apache license version 2.0). |
commit | commitdiff | tree | snapshot |
2016-01-07 |
Davin McCall | Update gitignore |
commit | commitdiff | tree | snapshot |
2016-01-07 |
Davin McCall | Make sure to not write a partial command packet. |
commit | commitdiff | tree | snapshot |
2016-01-07 |
Davin McCall | dinitctl: recognize and report FAILEDSTART events. |
commit | commitdiff | tree | snapshot |
2016-01-07 |
Davin McCall | Refactoring: remove unneeded method |
commit | commitdiff | tree | snapshot |
2016-01-07 |
Davin McCall | Make "dinitctl start" start a service and "dinitctl... |
commit | commitdiff | tree | snapshot |
2016-01-06 |
Davin McCall | Change command line and implement stopping of services... |
commit | commitdiff | tree | snapshot |
2016-01-06 |
Davin McCall | Rename dinit-start to dinitctl, as I think one command... |
commit | commitdiff | tree | snapshot |
2016-01-05 |
Davin McCall | Move source files int src directory |
commit | commitdiff | tree | snapshot |
2016-01-04 |
Davin McCall | Add socket-uid and socket-gid service settings for... |
commit | commitdiff | tree | snapshot |
2016-01-04 |
Davin McCall | Update TODO list |
commit | commitdiff | tree | snapshot |
2016-01-04 |
Davin McCall | Implement socket activation (single, unix-family socket... |
commit | commitdiff | tree | snapshot |
2016-01-03 |
Davin McCall | Add some info about Nosh, another init/service system... |
commit | commitdiff | tree | snapshot |
2016-01-03 |
Davin McCall | Make sure to initialise all state bits |
commit | commitdiff | tree | snapshot |
2016-01-03 |
Davin McCall | A forced stop at the point of reaching STARTED state... |
commit | commitdiff | tree | snapshot |
2016-01-03 |
Davin McCall | Re-read PID file after recovering a BGPROCESS service. |
commit | commitdiff | tree | snapshot |
2016-01-03 |
Davin McCall | Update TODO (log messages to console should be buffered... |
commit | commitdiff | tree | snapshot |
2016-01-03 |
Davin McCall | Minor re-organisation and logging improvements |
commit | commitdiff | tree | snapshot |
2016-01-03 |
Davin McCall | Add support for "bgprocess" services - daemons which... |
commit | commitdiff | tree | snapshot |
2016-01-02 |
Davin McCall | If a "scripted" service has no stop command, allow... |
commit | commitdiff | tree | snapshot |
2016-01-02 |
Davin McCall | When performing shutdown, un-pin services after issuing... |
commit | commitdiff | tree | snapshot |
2016-01-02 |
Davin McCall | Fix: scripted service might not have its start/stop... |
commit | commitdiff | tree | snapshot |
2016-01-02 |
Davin McCall | Add "smooth-recovery" option for process services. |
commit | commitdiff | tree | snapshot |
2016-01-02 |
Davin McCall | Move to asynchronous handling of child exec status. |
commit | commitdiff | tree | snapshot |
2016-01-01 |
Davin McCall | Remove the "release_console" on-start flag. It is now... |
commit | commitdiff | tree | snapshot |
next |