openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
SpeedyCGI
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 19, 2023 — Jan 19, 2024
Showing page 10 of 12
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Removed extraneous speedy_abort()
samh
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.
samh
More...
about 24 years ago
Big memory leak in mod_speedycgi
samh
More...
about 24 years ago
Read the #! line using mmap instead of read. Slightly more efficient.
samh
More...
about 24 years ago
Set maxruns to 0 for maximum speed.
samh
More...
about 24 years ago
Put in code to help test solaris compiler bug
samh
More...
about 24 years ago
We use bug groups, not categories on sourceforge.
samh
More...
about 24 years ago
Moved bugs / todo list to sourceforge.
samh
More...
about 24 years ago
missing dependency on src/SpeedyCGI.src
samh
More...
about 24 years ago
Set the default value for MaxRuns to 500.
samh
More...
about 24 years ago
Add test to see if frontend will let backend detach if the buffer size is large enough.
samh
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.
samh
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.
samh
More...
about 24 years ago
Changed example location from /usr/local/bin to /usr/bin since that's the value SpeedyBackendProg usually has.
samh
More...
about 24 years ago
Another bug fix in 2.0.1
samh
More...
about 24 years ago
chmod fix
samh
More...
about 24 years ago
Fix for runaway file grown in FreeBSD 3.4
samh
More...
about 24 years ago
Failing on bsd due to an empty struct name.
samh
More...
about 24 years ago
The path for SpeedyBackendProg was incorrect on FreeBSD - it was set /usr/local/bin instead of /usr/bin.
samh
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.
samh
More...
about 24 years ago
Doc update
samh
More...
about 24 years ago
Another bug fix
samh
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.
samh
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.
samh
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.
samh
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.
samh
More...
about 24 years ago
Added 2.0.1 changes.
samh
More...
about 24 years ago
Bug fix: Switching from mod_perl to mod_speedycgi causes error
samh
More...
about 24 years ago
doc fix
samh
More...
about 24 years ago
Added create_time to file header.
samh
More...
about 24 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree