index
:
delta/python-packages/mod_wsgi.git
develop
feature/request-metrics
master
stable/1.X
stable/2.X
stable/3.X
github.com: GrahamDumpleton/mod_wsgi.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate --ssl-port in favour of new --https-port option as port isn't stric...
Graham Dumpleton
2014-12-18
1
-0
/
+8
*
The --https-only option of mod_wsgi-express was not redirect to HTTPS connect...
Graham Dumpleton
2014-12-18
1
-0
/
+4
*
Log error message when can't set the language locale due to it not being supp...
Graham Dumpleton
2014-12-18
1
-0
/
+10
*
Add release notes for 4.4.2.
Graham Dumpleton
2014-12-18
2
-0
/
+21
*
Added optional recording of requests in debug mode.
Graham Dumpleton
2014-12-14
1
-0
/
+3
*
Use a directory for profiler stats rather than the same file all the time.
Graham Dumpleton
2014-12-14
1
-0
/
+5
*
Fix process crash after request finished, when wsgi.input had been consumed.
Graham Dumpleton
2014-12-13
1
-0
/
+11
*
Added the socket-user option to WSGIDaemonProcess to allow the owner of the d...
Graham Dumpleton
2014-12-11
1
-0
/
+9
*
Log write failure messages at debug level rather than error level when proces...
Graham Dumpleton
2014-12-06
1
-0
/
+9
*
Add --debugger-startup to open up debugger on startup for setting breakpoints.
Graham Dumpleton
2014-12-04
1
-0
/
+5
*
Add --host-access-script to mod_wsgi-express. #47
Graham Dumpleton
2014-12-03
1
-0
/
+6
*
Add 'static' as option for --application-type with mod_wsgi-express so it can...
Graham Dumpleton
2014-12-02
1
-0
/
+7
*
Add --server-mpm option to mod_wsgi-express for selecting the MPM to use when...
Graham Dumpleton
2014-12-01
2
-0
/
+25
*
Fix typo in release notes for 4.4.0.
Graham Dumpleton
2014-11-28
1
-1
/
+1
*
Bump version up to 4.4.0 for release given large number of changes.
Graham Dumpleton
2014-11-28
2
-4
/
+5
*
Dropped support for wdb interactive debugger.
Graham Dumpleton
2014-11-28
1
-0
/
+4
*
Add the --python-path option to mod_wsgi-express to allow Python module searc...
Graham Dumpleton
2014-11-28
1
-0
/
+8
*
Working directory not added to sys.path when running in mod_wsgi-express debu...
Graham Dumpleton
2014-11-28
1
-0
/
+5
*
Added the --enable-profiler option to mod_wsgi-express debug mode to capturin...
Graham Dumpleton
2014-11-28
1
-0
/
+7
*
Add the --enable-coverage option for coverage analysis under debug mode of mo...
Graham Dumpleton
2014-11-28
1
-0
/
+8
*
Change name of debugger option in debug mode.
Graham Dumpleton
2014-11-28
1
-1
/
+1
*
Add post-mortem debugging feature to mod_wsgi-express when debug mode is enab...
Graham Dumpleton
2014-11-27
1
-0
/
+8
*
Need to ensure that working directory is an absolute path when using mod_wsgi...
Graham Dumpleton
2014-11-26
1
-0
/
+5
*
Added --newrelic-config-file and --newrelic-environment options to mod_wsgi-e...
Graham Dumpleton
2014-11-23
1
-0
/
+11
*
Added the --access-log-format option to mod_wsgi-express.
Graham Dumpleton
2014-11-23
1
-0
/
+21
*
Add the --log-to-terminal option to mod_wsgi-express to allow logging to be d...
Graham Dumpleton
2014-11-23
1
-0
/
+11
*
Only change current working directory for daemon process when user was explic...
Graham Dumpleton
2014-11-23
1
-0
/
+14
*
Fix potential request content data corruption issue when running WSGI applica...
Graham Dumpleton
2014-11-14
1
-0
/
+15
*
When proxying to the daemon process, if a timeout occurs when reading request...
Graham Dumpleton
2014-11-14
1
-0
/
+22
*
Chunked request support when using daemon mode. Better input error handling a...
Graham Dumpleton
2014-11-13
1
-0
/
+32
*
Revisions to top level documentation index page.
Graham Dumpleton
2014-11-13
1
-1
/
+10
*
Switch to codeload.github.com URLs so browser save with name of package in it...
Graham Dumpleton
2014-11-12
2
-2
/
+2
*
Response headers from mod_wsgi daemon process were not assigned against heade...
Graham Dumpleton
2014-11-12
1
-0
/
+19
*
Add %{HOST} label for application group. Allow %{RESOURCE}, %{SERVER} and %{H...
Graham Dumpleton
2014-11-11
1
-0
/
+44
*
Zero end chunk wrongly sent for chunked response when exception occurs. Not f...
Graham Dumpleton
2014-11-10
1
-0
/
+11
*
Add options to mod_wsgi-express for implementing read timeouts on request hea...
Graham Dumpleton
2014-11-10
1
-0
/
+21
*
Create release notes files for version 4.3.3.
Graham Dumpleton
2014-11-10
2
-0
/
+16
*
Output WSGIPythonHome in configuration snippet for install-module command of ...
Graham Dumpleton
2014-11-09
1
-0
/
+7
*
Documentation for fix to Python initialisation when using brew Python 2.7 on ...
Graham Dumpleton
2014-11-07
1
-0
/
+8
*
Documentation for changes to when working directory is set in daemon mode. #56
Graham Dumpleton
2014-11-07
1
-0
/
+5
*
Document change for handling Linux connect() returning EAGAIN.
Graham Dumpleton
2014-11-04
1
-0
/
+9
*
Issue warning if Python home appears to be invalid. #54
Graham Dumpleton
2014-11-04
2
-0
/
+35
*
Release notes for proxy buffering limits. #51
Graham Dumpleton
2014-11-01
1
-0
/
+15
*
Add release notes for MacOS X Yosemite build fixes.
Graham Dumpleton
2014-10-29
1
-0
/
+11
*
Add missing documentation about pyvenv support in 4.2.8 release notes.
Graham Dumpleton
2014-10-22
1
-0
/
+18
*
Add the --add-handler option to mod_wsgi-express for custom resource handlers.
Graham Dumpleton
2014-09-20
1
-0
/
+8
*
Missing release notes for 4.3.1 from previous commit.
Graham Dumpleton
2014-09-16
1
-0
/
+22
*
The mod_wsgi-express install-module command was not installing into the Apach...
Graham Dumpleton
2014-09-16
1
-0
/
+1
*
Apache 2.4 only allows wsgi-group with Require directive for group authorisat...
Graham Dumpleton
2014-09-14
1
-0
/
+8
*
Add --passenv option to mod_wsgi-express for having process environment varia...
Graham Dumpleton
2014-09-14
1
-1
/
+5
[next]