| Commit | Date | |
|---|---|---|
| 2012-09-28 17:53:01 | Tree | |
|
[r57]
by
rich
* Implemented and tested the child reaping methodology introduced into linux kernel 3.4.x - all daemons now report to rcstagger when they terminate, not the init process (pid=1). This makes rcstagger compatible with any linux-based rc system :} |
2012-09-28 17:50:08 | Tree |
|
[r56]
by
rich
* Began work on piping output (stdout, stderr) to various log facilities (files, stdout, stderr, syslog) from any backgrounded service |
2012-07-06 19:37:08 | Tree |
|
[r55]
by
rich
* Fixed the process/daemon management - appears to be functional |
2012-06-26 21:02:29 | Tree |
|
[r54]
by
rich
* Lots of refactoring - broke functions into different files by what they pertained to. Found some unused and nearly identical functions from this process... |
2012-06-11 19:51:41 | Tree |
|
[r53]
by
rich
* Massive refactoring done in this commit |
2012-06-08 20:53:56 | Tree |
|
[r52]
by
rich
* Lots of refactoring |
2012-05-30 21:31:22 | Tree |
|
[r51]
by
rich
* Updated the service_ctl code to properly track forks of services |
2012-05-15 21:22:37 | Tree |
|
[r50]
by
rich
* Added some ability to manage servics - tracks PIDs of daemons (or is close to being able to do so) through the ptrace function |
2012-05-14 13:21:49 | Tree |
|
[r49]
by
rich
* Lots of client/server work done. Implemented something that _should_ cause two rcstagger daemons to update their states on connecting to each other... or deadlock. Not sure which yet... |
2012-05-04 20:50:37 | Tree |