summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Local privilege escalation when using daemon mode. (CVE-2014-0240)3.5stable/3.XGraham Dumpleton2014-05-211-0/+13
* Update copyright year.Graham Dumpleton2014-05-162-2/+2
* Merge branch 'feature/3.5' into developGraham Dumpleton2014-05-166-1062/+2652
|\
| * Remove branch designation from version string.Graham Dumpleton2014-05-161-1/+1
| * Make traditional library linking, not framework, default on MacOS X.Graham Dumpleton2014-04-302-5/+5
| * Add .gitignore file.Graham Dumpleton2014-04-301-2/+4
| * Modifications to atexit callback execution in sub interpreters for Python 3.4.Graham Dumpleton2014-04-291-1/+268
| * Checking for potentially incorrect symbol to identify ITK MPM.Graham Dumpleton2014-04-291-1/+1
| * Address possible Apache 1.3 compilation issued with wsgi_set_dont_write_bytec...Graham Dumpleton2014-03-161-1/+1
| * Strip out linker options not appropriate when building dynamically loadable o...Graham Dumpleton2014-03-152-2/+4
| * Workaround for broken MacOSX apxs/libtool scripts not referring to correct Xc...Graham Dumpleton2014-02-184-1539/+1724
| * Enable core dumps from daemon processes and attempt to log status of daemon p...Graham Dumpleton2012-10-183-6/+1084
| * Scoreboard handle in daemon mode should be set to NULL for Apache 2.4 to avoi...Graham Dumpleton2012-10-181-0/+6
| * Internal HTTP status line not cleared correctly and leaked to client as '200 ...Graham Dumpleton2012-10-181-1/+3
| * Python 3.X can have library suffix.Graham Dumpleton2012-10-182-4/+52
| * Increment version to 3.5.Graham Dumpleton2012-10-181-2/+2
| * Added tag mod_wsgi-3.4 for changeset dfc1af0234b9Graham Dumpleton2012-08-230-0/+0
|/
* Update version to 3.4 for release.3.4Graham Dumpleton2012-08-231-1/+1
* Added tag mod_wsgi-3.4c1 for changeset d64191d29779Graham Dumpleton2012-08-210-0/+0
* Change version to 3.4c1 for 3.4 release candidate 1.3.4c1Graham Dumpleton2012-08-211-1/+1
* Not correct handling status after Apache 2.4 changes to avoid using status of 0.Graham Dumpleton2012-05-071-6/+7
* Fix bug where content type returned for response could be corrupted when usin...Graham Dumpleton2012-05-071-1/+1
* Workaround for Windows console issue causing issues in Python 3.3 where suppo...Graham Dumpleton2012-05-061-1/+1
* Spaces rather than tab used in makefiles.Graham Dumpleton2012-05-063-3/+3
* Missing daemon support check so code compiles on Windows.Graham Dumpleton2012-05-051-0/+2
* Add mod_wsgi.queue_start for tools like New Relic who want to track queuing t...Graham Dumpleton2012-04-151-0/+5
* Disable sendfile() by default, but add WSGIEnableSendfile to enable, even in ...Graham Dumpleton2012-04-151-1/+76
* Add 'mod_ssl.is_https' and 'mod_ssl.var_lookup' to access, authn and author h...Graham Dumpleton2012-04-151-3/+353
* Add memory-limit and virtual-memory-limit options to WSGIDaemonProcess.Graham Dumpleton2012-04-151-1/+86
* Add supplementary-groups option to WSGIDaemonProcess to allow group membershi...Graham Dumpleton2012-04-151-1/+52
* Added WSGIDontWriteBytecode directive. When set to On, byte code files aren't...Graham Dumpleton2012-04-151-0/+35
* Remove HTTPS variable from WSGI environment ensuring that only wsgi.url_schem...Graham Dumpleton2012-04-151-0/+12
* Revert wsgi.version to 1.0.Graham Dumpleton2012-04-151-1/+1
* Fix bug where signal pipe not setup before signal handlers created.Graham Dumpleton2012-04-151-16/+19
* Workaround problem in Python where it doesn't initialise codecs automatically...Graham Dumpleton2012-04-151-0/+11
* Split combined WWW-Authenticate header returned from daemon process back intoGraham Dumpleton2012-04-151-0/+25
* Fix user agent connection details in request to avoid crashes when logging.Graham Dumpleton2012-04-151-2/+7
* Apache 2.4 will log an error message if status of 0 returned from daemon proc...Graham Dumpleton2012-04-151-7/+11
* Can't close scoreboard else Apache 2.4 will crash in daemon process at end of...Graham Dumpleton2012-04-151-0/+10
* Fix bug in wsgi.errors writelines().Graham Dumpleton2012-04-151-1/+7
* Added lang and locale options to WSGIDaemonProcess.Graham Dumpleton2012-04-151-0/+39
* Add python-home option to WSGIDaemonProcess directive.Graham Dumpleton2012-04-151-14/+33
* Remove tabs from file.Graham Dumpleton2012-04-151-9/+9
* Ensure mod_ssl access handler run before mod_wsgi handler.Graham Dumpleton2012-04-151-1/+3
* Support for Apache 2.4.Graham Dumpleton2012-04-151-0/+59
* Patches to allow Python 3.2 to be used. Not sure if this will now beGraham Dumpleton2011-04-191-38/+94
* Move where content length mismatch log message generated as not picking upGraham Dumpleton2011-04-192-18/+29
* Fix crash when write() provided with non string. Fix memory leak when write()Graham.Dumpleton2010-08-071-6/+9
* Windows makefile for Python 2.7.Graham.Dumpleton2010-07-261-0/+40
* Update version string and copy right year.3.3Graham.Dumpleton2010-07-261-2/+2