64
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Dec 17, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Report and use the pid returned from spawn More... 12 months ago
The detach property was removed More... 12 months ago
Remove workarounds for 'check program' status collection. Exit status is now collected by a SIGCHLD handler More... 12 months ago
Removed the detach property. All Processes started by spawn are started detached, _except_ the process created from a Service's start program. More... 12 months ago
Let the caller log any error using errno, unless err buf is given More... 12 months ago
Updated More... 12 months ago
Use strncmp instead of memcmp More... 12 months ago
Introduce a detach property to spawn function's args. If true, Monit will execute the program, check that it started and then detach. Some programs Monit start are fire-and-forget. These are typically programs started from an "if xxx then exec" statement. More... 12 months ago
Updated More... 12 months ago
Remove -multiply_defined suppress for Darwin, which is deprecated. More... 12 months ago
Use the "new" spawn function. This module is a Work in Progress: Particularly all code that wait's for a process should be removed or handled differently. Otherwise we risk waiting a "long" time in a dependency chain to start/stop/restart a process. More... 12 months ago
Update comments More... 12 months ago
Use new spawn signature More... 12 months ago
Text fixes More... 12 months ago
spawn has it's own interface More... 12 months ago
Add ProcessTable_findProcess More... 12 months ago
Function name changes More... 12 months ago
Rewrite spawn to be a facade for Command More... 12 months ago
Add Array_find to be able to lookup a value based on a value search term More... 12 months ago
Update for name changes More... 12 months ago
Update for name changes More... 12 months ago
Make Process_T cache thread-safe More... 12 months ago
Update to naming scheme changes More... 12 months ago
Change property accessor naming scheme to omitt get prefix on property but keep the set prefix. E.g. ADT_setName and ADT_name More... 12 months ago
Add (optional) name and path properties to Process_T so it can be identified in the system using Process More... 12 months ago
Comment fix More... 12 months ago
Array and ArrayTest More... 12 months ago
Internal function name changes More... 12 months ago
Use the Sparse Array ADT to implement Process_T cache in ProcessTable More... 12 months ago
Cleanup comments and add SIGCHLD to signals blocked in thread More... 12 months ago