summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update version for development testing.Graham Dumpleton2022-10-051-2/+2
* Needs to be enabled for all Apache 2.4 versions.Graham Dumpleton2022-10-051-1/+10
* Fix ability to build with Apapche 2.2.Brian D. Caruso2022-09-141-2/+2
* Update version in preparation for release.4.9.4Graham Dumpleton2022-09-121-1/+1
* Fix ability to build with Apache 2.2.Graham Dumpleton2022-09-122-0/+18
* Add more details to comment about forcing unlimited value for request content...Graham Dumpleton2022-08-181-2/+7
* Try and force request body limit to unlimited in daemon process.Graham Dumpleton2022-08-181-0/+13
* If status line not set for some reason, set it.Graham Dumpleton2022-08-181-0/+3
* Increment version to 4.9.4.dev1.Graham Dumpleton2022-08-181-2/+2
* Add fix to ensure that X-Client-IP header is dropped when is not a trusted he...Graham Dumpleton2022-07-181-0/+1
* Increment version to 4.9.3.Graham Dumpleton2022-06-281-2/+2
* Fix bug where daemon mode process could crash if invalid URL path was used.Graham Dumpleton2022-05-251-0/+11
* Fix argument passing for reload function.Graham Dumpleton2022-05-251-2/+2
* Increment version to 4.9.2 and add release notes file.Graham Dumpleton2022-05-251-2/+2
* Update version string to prepare for 4.9.1 release.Graham Dumpleton2022-05-021-1/+1
* Update copyright years.Graham Dumpleton2022-05-0228-28/+28
* Updates so compiles on Python 3.11.Graham Dumpleton2022-05-021-0/+17
* Merge pull request #743 from sandrotosi/patch-1Graham Dumpleton2022-05-021-1/+1
|\
| * fix typo in wsgi_start_process()Sandro Tosi2021-12-061-1/+1
* | 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
|\