projects
/
oweals
/
dinit.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
oweals/dinit.git
2015-11-23
Davin McCall
Fix remaining case of ControlConn being used after...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-22
Davin McCall
In processPacket() always check the response of queuePa...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-22
Davin McCall
Various control protocol improvements, still needs...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-21
Davin McCall
Introduce queuePacket() variant which takes a `const...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-21
Davin McCall
Add function to queue outgoing packet to a control...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Davin McCall
Move compiler flags out of the Makefile and into mconfig
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Davin McCall
Various exception handling fixes and 'noexcept' declara...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Davin McCall
Remove incorrect comment
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Davin McCall
Remove functional TODO comments.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Davin McCall
Add a control command to initiate service rollback...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Davin McCall
Fix some logging, and add a variable to track how many...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Davin McCall
Commit .gitignore
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Davin McCall
Add the "termsignal" setting to process services. This...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
Davin McCall
Catch allocation exception when receiving a control...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
Davin McCall
Documentation updates
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
Davin McCall
Improve the state model.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
Davin McCall
Add 'dependencyStarted' method instead of directly...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
Davin McCall
Add sample config for OpenBSD build
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
Davin McCall
Rename 'reboot' variable to 'do_reboot' to avoid confli...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
Davin McCall
Remove unintentionally committed debug statements
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
Davin McCall
Logging and comment fixes
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
Davin McCall
Add dinit-log.h as a dependency for objects
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
Davin McCall
Improve logging facilities.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
Davin McCall
Fix bug: "internal" services never properly registered...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
Davin McCall
Update README
origin/HEAD
origin/master
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
Davin McCall
Update TODO list
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
Davin McCall
Several changes, centered around improving logging...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-16
Davin McCall
Use C++11 typesafe enums for service type (ServiceType...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-15
Davin McCall
Make start_ps_process more C++ish and prevent it throwi...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-15
Davin McCall
Allow for quoted program arguments (and executable).
commit
|
commitdiff
|
tree
|
snapshot
2015-11-13
Davin McCall
Fix comment in relation to vfork (we are using fork...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-13
Davin McCall
Minor cleanup: use C++-style cast and add some comments
commit
|
commitdiff
|
tree
|
snapshot
2015-11-05
Davin McCall
Back out incorrect comment introduced earlier.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-04
Davin McCall
Improve comments - remove no longer relevant comment...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-04
Davin McCall
Add parameter documentation for read_setting_value
commit
|
commitdiff
|
tree
|
snapshot
2015-11-04
Davin McCall
Augment read_setting_value so that it can return the...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-04
Davin McCall
Change parameter type of read_setting_{name,value}...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-04
Davin McCall
Improve comment.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-25
Davin McCall
Add support for "internal" services (which don't actual...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-14
Davin McCall
Re-vamp the "build system".
commit
|
commitdiff
|
tree
|
snapshot
2015-09-14
Davin McCall
Simple cleanups.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-09
Davin McCall
Finish soft dependency support.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-07
Davin McCall
Set dependents desired state to STOPPED immediately
commit
|
commitdiff
|
tree
|
snapshot
2015-09-07
Davin McCall
Implement "soft" dependencies. These are created by...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-06
Davin McCall
Just adding some comments.
commit
|
commitdiff
|
tree
|
snapshot
2015-09-06
Davin McCall
Filter "auto" from the command line. LILO adds it autom...
commit
|
commitdiff
|
tree
|
snapshot
2015-09-01
Davin McCall
forceStop() needs to issue stop().
commit
|
commitdiff
|
tree
|
snapshot
2015-09-01
Davin McCall
Properly intiiatiise force_stop
commit
|
commitdiff
|
tree
|
snapshot
2015-09-01
Davin McCall
Clean up exception throwing/handling during service...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-27
Davin McCall
Initial commit.
commit
|
commitdiff
|
tree
|
snapshot