3
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 17 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move procmgr_init_spawn_cmd() out of a loop
pqf
More... over 11 years ago
Move procmgr_init_spawn_cmd() out of a loop Remove an unnecessary memset() call in procmgr_init_spawn_cmd() More... over 11 years ago
New protocol to avoid too much sleep, improve performance while stress testing 1. procmgr_send_spawn_cmd() now return a status code from PM, so process handler now know the spawn request is denyed or not. 2. if a new process is created, no sleep is needed. 3. if no process is created, sleep a while More... over 11 years ago
New protocol to avoid too much sleep, improve performance while stress testing
pqf
More... over 11 years ago
Modify function names for a better understanding
pqf
More... over 11 years ago
Modify function names for a better understanding 1. procmgr_post_spawn_cmd -> procmgr_send_spawn_cmd 2. procmgr_peek_cmd -> procmgr_fetch_cmd More... over 11 years ago
Simplify change log entry for r1362317, per Jeff's advice. More... almost 12 years ago
Simplify change log entry for r1362317, per Jeff's advice. More... almost 12 years ago
Fix ordering of change notes from r1362317 and r1362533. More... almost 12 years ago
Fix ordering of change notes from r1362317 and r1362533. More... almost 12 years ago
Conform script response parsing with mod_cgid and ensure no response body More... almost 12 years ago
Conform script response parsing with mod_cgid and ensure no response body is sent when ap_meets_conditions() determines that request conditions are met. More... almost 12 years ago
Merge access control hook function logic into a common base, with More... almost 12 years ago
Merge access control hook function logic into a common base, with improved comments and logging, to reduce code duplication and simplify future maintenance. More... almost 12 years ago
Add a note relating to r1357986 (avoid making internal sub-requests More... almost 12 years ago
Add a note relating to r1357986 (avoid making internal sub-requests when Location headers seen in FCGI_AUTHORIZER mode). More... almost 12 years ago
Avoid internal sub-requests and processing of Location headers when More... almost 12 years ago
Avoid internal sub-requests and processing of Location headers when in FCGI_AUTHORIZER mode, as the mod_fcgid_authenticator(), etc. hook functions report an error if the script returned a Location header and redirections are nonsensical in this mode. More... almost 12 years ago
Restore set_access_info()/set_access_authoritative()/get_access_info() More... almost 12 years ago
Restore set_access_info()/set_access_authoritative()/get_access_info() triplet which was split by the introduction of a configuration function for FcgidWin32PreventOrphans in r1311569. More... almost 12 years ago
Announcing mod_fcgid 2.3.7... More... about 12 years ago
Announcing mod_fcgid 2.3.7... More... about 12 years ago
2.3.7 is tagged; bump to 2.3.8 (development) More... about 12 years ago
2.3.7 is tagged; bump to 2.3.8 (development) More... about 12 years ago
prepare for tag of 2.3.7 More... about 12 years ago
prepare for tag of 2.3.7 More... about 12 years ago
fix formatting of some 2.3.7-dev additions More... about 12 years ago
fix formatting of some 2.3.7-dev additions More... about 12 years ago
fix typo in comment More... about 12 years ago
fix typo in comment More... about 12 years ago