summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release/4.7.0'4.7.0Graham Dumpleton2019-12-2010-6/+74
|\
| * Add way of installing parallel mod_wsgi-standalone package.Graham Dumpleton2019-12-207-1/+69
| * Increment version to 4.7.0.Graham Dumpleton2019-12-201-3/+3
| * Increment version to 4.6.9.Graham Dumpleton2019-12-201-2/+2
| * Merge branch 'develop' of github.com:GrahamDumpleton/mod_wsgi into developGraham Dumpleton2019-12-201-1/+1
| |\
| | * Merge pull request #481 from StephenOrJames/patch-1Graham Dumpleton2019-11-131-1/+1
| | |\
| | | * Fix typo: change "scrip-group" to "script-group"Stephen James2019-11-041-1/+1
| | |/
| * | Use Python 3 style print.Graham Dumpleton2019-12-201-1/+1
| |/
| * Merge tag '4.6.8' into developGraham Dumpleton2019-10-060-0/+0
| |\ | |/ |/|
* | Merge branch 'release/4.6.8'4.6.8Graham Dumpleton2019-10-065-7/+47
|\ \ | |/
| * Requests hitting queue timeout not being failed immediately.Graham Dumpleton2019-10-062-0/+8
| * Use EXT_SUFFIX if defined instead of SO as SO is deprecated.Graham Dumpleton2019-06-181-1/+5
| * Eliminate use of deprecated imp module.Graham Dumpleton2019-06-181-4/+3
| * Add --enable-sendfile option to mod_wsgi-express.Graham Dumpleton2019-06-182-0/+21
| * Add change notes file for 4.6.8.Graham Dumpleton2019-06-182-0/+8
| * Increment version to 4.6.8.Graham Dumpleton2019-06-181-2/+2
| * Merge tag '4.6.7' into developGraham Dumpleton2019-06-180-0/+0
| |\ | |/ |/|
* | Merge branch 'release/4.6.7'4.6.7Graham Dumpleton2019-06-185-2/+22
|\ \ | |/
| * Add docs on Windows forking changes.Graham Dumpleton2019-06-182-0/+14
| * Only run pre/post fork setup when fork exists as new functions don't exist as...Graham Dumpleton2019-06-181-0/+4
| * Increment version to 4.6.7.Graham Dumpleton2019-06-181-2/+2
| * Update version classifiers.Graham Dumpleton2019-06-071-0/+2
| * Merge tag '4.6.6' into developGraham Dumpleton2019-06-070-0/+0
| |\ | |/ |/|
* | Merge branch 'release/4.6.6'4.6.6Graham Dumpleton2019-06-0734-82/+176
|\ \ | |/
| * Handle list not being present for some reason.Graham Dumpleton2019-06-071-1/+1
| * Add request data and Apache request ID to request events.Graham Dumpleton2019-06-074-23/+67
| * Only set request ID if not set.Graham Dumpleton2019-06-071-1/+1
| * Remove unused variable.Graham Dumpleton2019-06-071-5/+3
| * Don't attempt to close file descriptor when not valid.Graham Dumpleton2019-06-071-2/+4
| * Close socket on failures.Graham Dumpleton2019-06-071-0/+9
| * Request will always be non NULL.Graham Dumpleton2019-06-071-4/+1
| * Remove unnecessary break statement.Graham Dumpleton2019-06-071-1/+0
| * Add note about Python 3.8 support.Graham Dumpleton2019-06-071-0/+5
| * Add search for bash shell and fallback to sh.Graham Dumpleton2019-05-222-4/+14
| * Use official APIs for accessing interpreter list.Graham Dumpleton2019-05-141-6/+12
| * Eliminate compiler wanrings.Graham Dumpleton2019-05-141-2/+2
| * Changed functions to pre/post actions when forking.Graham Dumpleton2019-05-141-1/+12
| * Need raw string to avoid warnings from Python 3.6+.Graham Dumpleton2019-05-141-1/+1
| * Increment version to 4.6.6.Graham Dumpleton2019-05-143-2/+15
| * Update copyright year.Graham Dumpleton2019-05-141-1/+1
| * Update copyright year.Graham Dumpleton2019-05-1428-28/+28
| * Add note parameter is seconds.Graham Dumpleton2019-04-271-3/+3
| * Merge tag '4.6.5' into developGraham Dumpleton2018-10-220-0/+0
| |\ | |/ |/|
* | Merge branch 'release/4.6.5'4.6.5Graham Dumpleton2018-10-229-64/+282
|\ \ | |/
| * Use /dev/null for mime types if no system mime types file can be found.Graham Dumpleton2018-10-222-1/+4
| * Use /var/tmp directory for temporary server root directory on macOS.Graham Dumpleton2018-10-222-5/+16
| * Add special support for using mod_wsgi-express with shiv variant of a zipapp.Graham Dumpleton2018-10-222-0/+31
| * Static files in document root not accessing when WSGI application mounted at ...Graham Dumpleton2018-06-292-8/+19
| * Add release notes files for 4.6.5.Graham Dumpleton2018-06-292-0/+8
| * Update docs for Apache 2.4 access control.Graham Dumpleton2018-06-293-48/+153