index
:
delta/python-packages/mod_wsgi.git
develop
feature/request-metrics
master
stable/1.X
stable/2.X
stable/3.X
github.com: GrahamDumpleton/mod_wsgi.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
mod_wsgi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Needs to be enabled for all Apache 2.4 versions.
Graham Dumpleton
2022-10-05
1
-1
/
+10
*
Fix ability to build with Apapche 2.2.
Brian D. Caruso
2022-09-14
1
-2
/
+2
*
Add more details to comment about forcing unlimited value for request content...
Graham Dumpleton
2022-08-18
1
-2
/
+7
*
Try and force request body limit to unlimited in daemon process.
Graham Dumpleton
2022-08-18
1
-0
/
+13
*
If status line not set for some reason, set it.
Graham Dumpleton
2022-08-18
1
-0
/
+3
*
Add fix to ensure that X-Client-IP header is dropped when is not a trusted he...
Graham Dumpleton
2022-07-18
1
-0
/
+1
*
Fix bug where daemon mode process could crash if invalid URL path was used.
Graham Dumpleton
2022-05-25
1
-0
/
+11
*
Update copyright years.
Graham Dumpleton
2022-05-02
1
-1
/
+1
*
Updates so compiles on Python 3.11.
Graham Dumpleton
2022-05-02
1
-0
/
+17
*
Merge pull request #743 from sandrotosi/patch-1
Graham Dumpleton
2022-05-02
1
-1
/
+1
|
\
|
*
fix typo in wsgi_start_process()
Sandro Tosi
2021-12-06
1
-1
/
+1
*
|
Revert default behaviour to be that of destroying Python interpreter on proce...
Graham Dumpleton
2022-05-02
1
-1
/
+1
|
/
*
Don't destroy Python interpreters on process shutdown.
Graham Dumpleton
2021-11-21
1
-0
/
+30
*
Fix incorrect application of startup timeout.
Graham Dumpleton
2021-08-03
1
-2
/
+5
*
Adding logging for startup timeout.
Graham Dumpleton
2021-08-03
1
-15
/
+25
*
Set default for graceful timeout.
Graham Dumpleton
2021-08-03
1
-1
/
+1
*
Was not exiting as soon as active requests complete.
Graham Dumpleton
2021-08-03
1
-1
/
+4
*
Correct value of wsgi.multithread.
Graham Dumpleton
2021-08-03
1
-1
/
+4
*
Ensure log Python errors before doing reference decrements so don't loose error.
Graham Dumpleton
2021-06-18
1
-16
/
+22
*
Restore missing logging.
Graham Dumpleton
2021-06-18
1
-0
/
+33
*
Missing logging of error details.
Graham Dumpleton
2021-06-18
1
-0
/
+3
*
Wrong import function used.
Graham Dumpleton
2021-06-18
1
-1
/
+1
*
Use Python API to read source files
Petr Viktorin
2021-06-11
1
-126
/
+29
*
Correct Py_CompileString usage
Petr Viktorin
2021-06-11
1
-1
/
+1
*
Replace undocumented PyEval_CallObject with PyObject_CallObject
Petr Viktorin
2021-06-10
1
-25
/
+19
*
Use Py_CompileString rather than PyParser_SimpleParseFile/PyNode_Compile
Petr Viktorin
2021-06-10
1
-15
/
+53
*
Update year of copyright notices.
4.8.0
Graham Dumpleton
2021-05-14
1
-1
/
+1
*
Log the reason for settrlimit() failures (errno)
Pavel Raiskup
2021-04-09
1
-3
/
+6
*
Stop Apache parent process aborting when lazy initialization is turned off.
Graham Dumpleton
2020-12-24
1
-0
/
+9
*
No need to lock mutex when script reloading is not enabled.
Graham Dumpleton
2020-10-06
1
-4
/
+7
*
Send request to daemon immediately if reloading and queue timeout disabled.
Graham Dumpleton
2020-10-06
1
-12
/
+17
*
Move position of locking for staring request to avoid delays.
Graham Dumpleton
2020-10-06
1
-15
/
+15
*
Release Python GIL when checking modification time of file.
Graham Dumpleton
2020-10-05
1
-5
/
+8
*
Release Python GIL when flush response to start sending request data.
Graham Dumpleton
2020-10-05
1
-0
/
+4
*
Release GIL while doing checking script modification time.
Graham Dumpleton
2020-10-05
1
-5
/
+8
*
Separate out time spent in daemon process.
Graham Dumpleton
2020-10-05
1
-2
/
+13
*
Report queue time distinct from server time.
Graham Dumpleton
2020-10-04
1
-1
/
+1
*
Fix process crash on Apache startup due to incorrect use of memory pools.
Graham Dumpleton
2020-10-04
1
-1
/
+10
*
Report average server and application time for requests in period.
Graham Dumpleton
2020-09-03
1
-2
/
+13
*
Update copyright year.
Graham Dumpleton
2020-02-17
1
-1
/
+1
*
Requests hitting queue timeout not being failed immediately.
Graham Dumpleton
2019-10-06
1
-0
/
+1
*
Only run pre/post fork setup when fork exists as new functions don't exist as...
Graham Dumpleton
2019-06-18
1
-0
/
+4
*
Add request data and Apache request ID to request events.
Graham Dumpleton
2019-06-07
1
-8
/
+42
*
Only set request ID if not set.
Graham Dumpleton
2019-06-07
1
-1
/
+1
*
Remove unused variable.
Graham Dumpleton
2019-06-07
1
-5
/
+3
*
Don't attempt to close file descriptor when not valid.
Graham Dumpleton
2019-06-07
1
-2
/
+4
*
Close socket on failures.
Graham Dumpleton
2019-06-07
1
-0
/
+9
*
Request will always be non NULL.
Graham Dumpleton
2019-06-07
1
-4
/
+1
*
Eliminate compiler wanrings.
Graham Dumpleton
2019-05-14
1
-2
/
+2
*
Changed functions to pre/post actions when forking.
Graham Dumpleton
2019-05-14
1
-1
/
+12
[next]