summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release/4.4.12'4.4.12Graham Dumpleton2015-06-015-7/+46
|\
| * Drop maximum bucket count for daemon proxy transfer down to 16 to match worst...Graham Dumpleton2015-05-221-2/+5
| * Prevent excessive memory usage when proxying daemon response with many small ...Graham Dumpleton2015-05-212-4/+28
| * Add release notes for 4.4.12.Graham Dumpleton2015-05-212-0/+12
| * Increment version to 4.4.12.Graham Dumpleton2015-05-211-2/+2
| * Fix typo in HSTS policy option documentation for mod_wsgi-express.Graham Dumpleton2015-05-211-1/+1
|/
* Merge branch 'release/4.4.11'4.4.11Graham Dumpleton2015-04-057-24/+180
|\
| * Set environment variables indicating that mod_wsgi-express is being used and ...Graham Dumpleton2015-04-052-0/+51
| * Document mod_wsgi-httpd detection issue when not activating a Python virtual ...Graham Dumpleton2015-04-051-0/+6
| * Check in directory of Python interpreter for mod_wsgi-apxs to cope with virtu...Graham Dumpleton2015-04-031-1/+2
| * Drop reference to metrics package for now.Graham Dumpleton2015-04-021-12/+0
| * Documentation for service log file feature.Graham Dumpleton2015-03-281-0/+9
| * Add option to mod_wsgi-express for specifying a specific log file for a servi...Graham Dumpleton2015-03-281-7/+53
| * Increment version to 4.4.11.Graham Dumpleton2015-03-281-2/+2
| * Eliminate compiler warning about difference in type when comparing.Graham Dumpleton2015-03-251-1/+1
| * Missed prototype change in partial commit for IOV_MAX changes.Graham Dumpleton2015-03-251-2/+2
| * Sending of messages to daemon mode was not honouring restricts imposed by IOV...Graham Dumpleton2015-03-243-0/+55
|/
* Merge branch 'release/4.4.10'4.4.10Graham Dumpleton2015-03-0714-195/+1092
|\
| * Move log level message to end of message for log file.Graham Dumpleton2015-03-071-2/+2
| * Added support for trusted proxies when evaluating proxy headers.Graham Dumpleton2015-03-054-102/+512
| * Prevent exception caused by lack of WSGI application when using static applic...Graham Dumpleton2015-03-031-2/+2
| * Not setting the correct port when redirecting from http to https URL.Graham Dumpleton2015-03-032-2/+6
| * Set the default log level under mod_wsgi-express to warn instead of info due ...Graham Dumpleton2015-03-012-4/+10
| * Add the --ssl-environment option to mod_wsgi-express to enable populating WSG...Graham Dumpleton2015-03-012-1/+16
| * Allow SSL certificate and key to be specified separately for mod_wsgi-express...Graham Dumpleton2015-03-012-12/+108
| * Add --directory-listing option to mod_wgsi-express to enable directory browsi...Graham Dumpleton2015-02-282-0/+22
| * Incorporate code for calculating memory usage and add additional information ...Graham Dumpleton2015-02-279-58/+349
| * Use python-path option of WSGIDaemonPath when using same option to mod_wsgi-e...Graham Dumpleton2015-02-252-4/+7
| * Add calculated Python path to options dictionary.Graham Dumpleton2015-02-251-3/+6
| * Use same working directory, python path and locale as main WSGI application f...Graham Dumpleton2015-02-252-4/+33
| * Ignore python-path option to WSGIDaemonProcess when empty string.Graham Dumpleton2015-02-251-1/+1
| * Fixed core dump in daemon mode when both home and python-path options use at ...Graham Dumpleton2015-02-222-5/+11
| * Increment version to 4.4.10.Graham Dumpleton2015-02-223-2/+14
|/
* Merge branch 'release/4.4.9'4.4.9Graham Dumpleton2015-02-2132-75/+678
|\
| * Update copyright year.Graham Dumpleton2015-02-2127-27/+27
| * Add documentation on trusted proxy header feature added in this release.Graham Dumpleton2015-02-211-19/+76
| * Revise intro about the state of mod_wsgi.Graham Dumpleton2015-02-211-2/+4
| * Document signal handler improvements for forked processes.Graham Dumpleton2015-02-211-0/+20
| * Disable signal handler intercept in process forked from Apache child worker p...Graham Dumpleton2015-02-214-0/+9
| * Disable signal handler intercept in process forked from daemon mode process.Graham Dumpleton2015-02-213-7/+94
| * If signal handlers called in a forked sub process of daemon, exit process imm...Graham Dumpleton2015-02-213-0/+7
| * Clear untrusted proxy headers even if no header in that group matched. Add su...Graham Dumpleton2015-02-161-20/+75
| * Remove debugging statements.Graham Dumpleton2015-02-161-2/+0
| * Ensure that fix up code for leading repeating slashes only runs if there is a...Graham Dumpleton2015-02-161-2/+4
| * Added --hsts-policy option to mod_wsgi-express for use when enabling HTTPS on...Graham Dumpleton2015-02-162-1/+22
| * Supersede --proxy-url-aliases with --proxy-mount-point and tailor it just for...Graham Dumpleton2015-02-162-9/+38
| * Add support for trusting X-Script-Name family of proxy headers.Graham Dumpleton2015-02-162-27/+103
| * Need ProxyPassReverse so headers from Apache for redirects are fixed up.Graham Dumpleton2015-02-161-0/+2
| * Add support for trusting X-Real-IP proxy header.Graham Dumpleton2015-02-151-0/+5
| * Add support for trusting X-Forwarded-Server and X-Forwarded-Port proxy headers.Graham Dumpleton2015-02-151-0/+10