0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
use faillog() instead of err() once daemon is running More... over 9 years ago
simplify buffer size arithmetics More... over 9 years ago
remove type casting More... over 9 years ago
make main() more readable More... over 9 years ago
improve system v daemonization error checking More... over 9 years ago
tell in error message what might be wrong More... over 9 years ago
add more information to audit trail More... over 9 years ago
fix indentation More... over 9 years ago
remove unnecessary function timeval_subtract() More... over 9 years ago
add delay in between server state change set and state request More... over 9 years ago
keep status file open while daemon runs More... over 9 years ago
update state file before stopping service More... over 9 years ago
ensure receive buffer has null at the end of the string More... over 9 years ago
avoid unnecessary strlen() call More... over 9 years ago
do not let client input to exit the server side More... over 9 years ago
add more error checking to socket operations More... over 9 years ago
remove duplicate line More... over 9 years ago
replace strcpy() with xstrdup() or memcpy() when it is easy More... over 9 years ago
move initializations to variable declaration when possible More... over 9 years ago
add struct socket_pass to avoid global variable More... over 9 years ago
the err() does not need new line at the end of message More... over 9 years ago
move chstate_thread to run time configuration struct More... over 9 years ago
initialize structs to zero rather than memset() them More... over 9 years ago
add --force option More... over 9 years ago
use more descriptive variable name for default tcp port More... over 9 years ago
improve systemv init script More... over 9 years ago
add line number to exit on error message More... over 9 years ago
improve systemd unit files More... over 9 years ago
fix compiler warnings More... over 9 years ago
move state data from /var/spool to /var/lib More... over 9 years ago