64
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
The global Process_Table needs to survive do_reinit More... 3 months ago
Rename _list_t to list_t. More... 3 months ago
Remove unused argument More... 3 months ago
Remove properties from Process_T that is used during setup before exec. Also remove references to Command_T in Process_T as a Process object might live longer than a Command object. More... 3 months ago
Simplify More... 3 months ago
Fix comment More... 3 months ago
Change the signature of Str_authcmp to make it safe to compare strings of different lengths, with the caveat that strlen might incure a timing differences More... 3 months ago
Update More... 3 months ago
Just call FREE as the prev table already was pruned More... 3 months ago
Update calls to Command_new which no longer require NULL as the last argument. More... 3 months ago
Fix call site for Str_authcmp. It's signature was changed to bool. More... 3 months ago
Modernize the signature of our old signal replacement function and use the POSIX sig_t type. The function itself, although old, still seems to have it mission as using regular libc signal is unreliable. Also add SIGPIPE to the set we block in the http thread. SIGPIPE should be blocked process wide at startup, but for good measure. More... 3 months ago
Modernize the signature of our old signal replacement function and use the POSIX sig_t type. The function itself, although old, still seems to have it mission as using regular libc signal is unreliable. More... 3 months ago
Simplify test More... 3 months ago
Add function for testing if a descriptor is a socket and if a socket is an IPv6 socket More... 3 months ago
Some micro-optimizing warmup: Change buffer size to align with the datasize of one standard Ethernet frame More... 3 months ago
One more argument against posix_spawn is no support for setting umask in child More... 3 months ago
Comment fix mask -> umask More... 3 months ago
Great idea. Thanks! More... 3 months ago
Add suport for setting umask in the child process or use a default value More... 3 months ago
Restructure and simplify More... 4 months ago
Fix test with minimum # descriptors More... 4 months ago
Add test to actually check that uid and gid was switched More... 4 months ago
If Process_detach was called, don't kill the sub-process on Process_free, but allow for it to continue to run. Improve uid/gid switching and verify that switching was performed. More... 4 months ago
Fix tests and remove redundant asserts More... 4 months ago
Actually test that chdir succeeded More... 4 months ago
Add Process_isdetached() More... 4 months ago
FmtTest More... 4 months ago
Refactor Command to make it more efficient and with much better error reporting. This is the first step towards replacing spawn.c, fix zombies and how Monit starts processes. More... 4 months ago
Provide a log message if Command failed More... 4 months ago