summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert default behaviour to be that of destroying Python interpreter on proce...Graham Dumpleton2022-05-023-11/+11
* Don't use sub process if debug mode.Graham Dumpleton2022-04-191-1/+1
* Don't use sub process if debug mode.Graham Dumpleton2022-04-191-1/+1
* Don't destroy Python interpreters on process shutdown.Graham Dumpleton2021-11-215-0/+51
* Increment version to 4.9.1 for new development work.Graham Dumpleton2021-11-211-2/+2
* Fix incorrect application of startup timeout.Graham Dumpleton2021-08-031-2/+5
* Adding logging for startup timeout.Graham Dumpleton2021-08-031-15/+25
* Set default for graceful timeout.Graham Dumpleton2021-08-031-1/+1
* Was not exiting as soon as active requests complete.Graham Dumpleton2021-08-031-1/+4
* Correct value of wsgi.multithread.Graham Dumpleton2021-08-031-1/+4
* Fix compilation when embedded mode disabled.Graham Dumpleton2021-08-031-2/+0
* Bump to 4.9.0 because of significant C API changes to support Python 3.10.Graham Dumpleton2021-06-181-2/+2
* Ensure log Python errors before doing reference decrements so don't loose error.Graham Dumpleton2021-06-181-16/+22
* Restore missing logging.Graham Dumpleton2021-06-181-0/+33
* Missing logging of error details.Graham Dumpleton2021-06-181-0/+3
* Wrong import function used.Graham Dumpleton2021-06-181-1/+1
* Use Python API to read source filesPetr Viktorin2021-06-111-126/+29
* Correct Py_CompileString usagePetr Viktorin2021-06-111-1/+1
* Remove unused variablePetr Viktorin2021-06-101-3/+0
* Replace undocumented PyEval_CallObject with PyObject_CallObjectPetr Viktorin2021-06-105-42/+36
* Don't call PyEval_InitThreads on Python 3.9+Petr Viktorin2021-06-101-2/+2
* Use Py_CompileString rather than PyParser_SimpleParseFile/PyNode_CompilePetr Viktorin2021-06-102-16/+53
* Update year of copyright notices.4.8.0Graham Dumpleton2021-05-1428-28/+28
* Merge pull request #669 from praiskup/errno-settrlimitGraham Dumpleton2021-05-141-3/+6
|\
| * Log the reason for settrlimit() failures (errno)Pavel Raiskup2021-04-091-3/+6
* | Add warning about incomplete Windows support.Graham Dumpleton2021-05-141-1/+11
|/
* Eliminate compiler warning about unused variable on non Windows platforms.Graham Dumpleton2021-03-231-0/+2
* Eliminate compiler warning about casting incompatible type.Graham Dumpleton2021-03-231-4/+4
* Qualify options based on target platform.Graham Dumpleton2021-03-211-759/+824
* Honour maximum requests when using embedded mode.Graham Dumpleton2021-03-211-0/+4
* Merge and fix Windows path issues.Graham Dumpleton2021-02-139-154/+865
|\
| * Fix deprecation warning in PyArg_ParseTuple().Graham Dumpleton2021-02-132-2/+4
| * Stop Apache parent process aborting when lazy initialization is turned off.Graham Dumpleton2020-12-241-0/+9
| * Disable reloading by default when embedded mode used.Graham Dumpleton2020-11-011-2/+5
| * Don't pass values for queue and daemon time when embedded mode.Graham Dumpleton2020-11-011-11/+32
| * Add workaround to force importing of threading module in main thread.Graham Dumpleton2020-10-301-2/+12
| * No need to lock mutex when script reloading is not enabled.Graham Dumpleton2020-10-061-4/+7
| * Send request to daemon immediately if reloading and queue timeout disabled.Graham Dumpleton2020-10-062-16/+36
| * Move position of locking for staring request to avoid delays.Graham Dumpleton2020-10-061-15/+15
| * Release Python GIL when checking modification time of file.Graham Dumpleton2020-10-051-5/+8
| * Release Python GIL when flush response to start sending request data.Graham Dumpleton2020-10-051-0/+4
| * Release GIL while doing checking script modification time.Graham Dumpleton2020-10-051-5/+8
| * Separate out time spent in daemon process.Graham Dumpleton2020-10-053-7/+53
| * Report queue time distinct from server time.Graham Dumpleton2020-10-043-5/+48
| * Change how capture active threads in period.Graham Dumpleton2020-10-042-13/+7
| * Report bucketed metric data on request thread usage.Graham Dumpleton2020-10-041-0/+22
| * Fix process crash on Apache startup due to incorrect use of memory pools.Graham Dumpleton2020-10-041-1/+10
| * Increment mod_wsgi version to 4.8.0.Graham Dumpleton2020-10-041-3/+3
| * Avoid event MPM in debug and embedded mode as unreliable with low number of t...Graham Dumpleton2020-09-271-1/+5
| * If using debug mode, try and force prefork MPM and fallback to worker MPM.Graham Dumpleton2020-09-271-0/+3