summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Add docs on WSGIChunkedRequest directive.Graham Dumpleton2018-06-292-0/+49
| * Increment version to 4.6.5.Graham Dumpleton2018-06-291-2/+2
|/
* Merge branch 'release/4.6.4'4.6.4Graham Dumpleton2018-04-036-4/+45
|\
| * Fix issues with undefined wsgi_daemon_process when compiling for Windows.Graham Dumpleton2018-04-031-2/+11
| * Fix compile time issue in Windows with wsgi_daemon_process being undefined.Graham Dumpleton2018-04-022-0/+10
| * Python config directory can have platform name in it.Graham Dumpleton2018-04-022-0/+14
| * Increment version to 4.6.4.Graham Dumpleton2018-04-023-2/+10
|/
* Merge branch 'release/4.6.3'4.6.3Graham Dumpleton2018-03-266-6/+48
|\
| * Import Django WSGI application as module not script file path so relative imp...Graham Dumpleton2018-03-262-2/+13
| * Fix compilation error on Windows with undefined symbol.Graham Dumpleton2018-03-142-0/+7
| * Default value in help string for queue timeout didn't match code, which used ...Graham Dumpleton2018-03-141-1/+1
| * Use alternative to PyFrame_GetLineNumber() so still compiles with Python 2.6 ...Graham Dumpleton2018-03-052-1/+17
| * Increment version to 4.6.3.Graham Dumpleton2018-03-053-2/+10
|/
* Merge branch 'release/4.6.2'4.6.2Graham Dumpleton2018-03-044-2/+19
|\
| * Details of Python exception not logged when error occurs parsing Python scrip...Graham Dumpleton2018-03-042-0/+9
| * Increment version to 4.6.2.Graham Dumpleton2018-03-043-2/+10
|/
* Merge branch 'release/4.6.1'4.6.1Graham Dumpleton2018-03-044-10/+28
|\
| * APR 1.4.X doesn't have apr_hash_this_key().Graham Dumpleton2018-03-042-8/+15
| * Increment version to 4.6.1.Graham Dumpleton2018-03-043-2/+13
|/
* Merge branch 'release/4.6.0'4.6.0Graham Dumpleton2018-03-0442-234/+1083
|\
| * Add classifier for Python 3.6.Graham Dumpleton2018-03-041-0/+1
| * Merge branch 'develop' of github.com:GrahamDumpleton/mod_wsgi into developGraham Dumpleton2018-03-041-6/+6
| |\
| | * Merge pull request #265 from RobLui/patch-1Graham Dumpleton2018-02-161-6/+6
| | |\
| | | * Spelling correctionsRobbert2018-02-141-6/+6
| | |/
| * | Correct test script after request data dropped from event handler params.Graham Dumpleton2018-03-041-2/+2
| |/
| * Revert passing request_data as argument to events.Graham Dumpleton2018-02-083-5/+8
| * Pass shutdown reason with process_stopping event.Graham Dumpleton2018-02-084-4/+29
| * Add --cpu-time-limit option to mod_wsgi-express.Graham Dumpleton2018-02-082-0/+13
| * Publish process stopping event before waiting for active requests to finish.Graham Dumpleton2018-02-084-10/+69
| * Variable only needed in main code file.Graham Dumpleton2018-02-083-2/+1
| * Enhance test script for event subscriptions.Graham Dumpleton2018-02-081-5/+20
| * Fix reference counting issues.Graham Dumpleton2018-02-081-5/+5
| * Track per request data objects in global dictionary keyed by Apache request ID.Graham Dumpleton2018-02-086-3/+61
| * Pass per request data object as argument to event handlers.Graham Dumpleton2018-02-083-0/+22
| * Thread ID in stack traces was truncated to 32 bits.Graham Dumpleton2018-02-082-4/+8
| * Display function definition line number rather that executing line number.Graham Dumpleton2018-02-072-1/+6
| * Include actual isatty check still when using --isatty option.Graham Dumpleton2018-02-062-2/+2
| * Add acknowledgement for solution to HTTP response code issue on connection ab...Graham Dumpleton2018-01-311-0/+4
| * Switch version to 4.6.0.Graham Dumpleton2018-01-243-9/+10
| * Add special mode to daemon processes triggered by setting threads to 0, for r...Graham Dumpleton2018-01-245-33/+190
| * Fix Apache parent process crash when default lazy initialisation mode had bee...Graham Dumpleton2018-01-232-2/+14
| * Default to using directory specified by TMPDIR environment variable before us...Graham Dumpleton2018-01-232-3/+19
| * Add --isatty option to mod_wsgi-express as interim option for ignoring SIGWIN...Graham Dumpleton2018-01-233-7/+83