2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed extraneous speedy_abort() More... about 24 years ago
Make the frontend always read the #! line instead of trying to sometimes skip this step. Fixes bug where sometimes #! options were being ignored in the frontend. Add a new test for this bug. More... about 24 years ago
Big memory leak in mod_speedycgi More... about 24 years ago
Read the #! line using mmap instead of read. Slightly more efficient. More... about 24 years ago
Set maxruns to 0 for maximum speed. More... about 24 years ago
Put in code to help test solaris compiler bug More... about 24 years ago
We use bug groups, not categories on sourceforge. More... about 24 years ago
Moved bugs / todo list to sourceforge. More... about 24 years ago
missing dependency on src/SpeedyCGI.src More... about 24 years ago
Set the default value for MaxRuns to 500. More... about 24 years ago
Add test to see if frontend will let backend detach if the buffer size is large enough. More... about 24 years ago
Flush all stdio before re-exec'ing ourself. Need to get new option values from script before checking MaxRuns value. More... about 24 years ago
Make fd preferences match the numbers that we usually get, so we're less likely to have to change them with dup. More... about 24 years ago
Changed example location from /usr/local/bin to /usr/bin since that's the value SpeedyBackendProg usually has. More... about 24 years ago
Another bug fix in 2.0.1 More... about 24 years ago
chmod fix More... about 24 years ago
Fix for runaway file grown in FreeBSD 3.4 More... about 24 years ago
Failing on bsd due to an empty struct name. More... about 24 years ago
The path for SpeedyBackendProg was incorrect on FreeBSD - it was set /usr/local/bin instead of /usr/bin. More... about 24 years ago
mod_speedycgi bug - the backend child proc was SEGV'ing if it couldn't exec the backend. Now prints a normal error message instead. More... about 24 years ago
Doc update More... about 24 years ago
Another bug fix More... about 24 years ago
Frontends in the queue now do a full check of other enqueued frontends, regardless of which group they're in, so that stranded frontends are eventually cleaned up. More... about 24 years ago
No longer like the idea of waking up all frontends when invalidating a group. It should happen infrequently, so not worth the extra code. More... about 24 years ago
Better backend-checking wraps around to the first group, so we don't have to explicitly check the front of the list. More... about 24 years ago
Had a bad assumption - that if we were sent a signal, we must've been at the front of the queue, and therefore we should go assist other frontends by doing more spawns. Instead, we now check explicitly to see if we were at the front of the queue. More... about 24 years ago
Added 2.0.1 changes. More... about 24 years ago
Bug fix: Switching from mod_perl to mod_speedycgi causes error More... about 24 years ago
doc fix More... about 24 years ago
Added create_time to file header. More... about 24 years ago