summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release/4.4.8'4.4.8Graham Dumpleton2015-02-087-17/+85
|\
| * Change path calculation for mod_wsgi-httpd package after installed package re...Graham Dumpleton2015-02-081-11/+11
| * Add ability to override names of log files written to log directory when usin...Graham Dumpleton2015-02-032-3/+28
| * The eviction timeout was not being correctly applied when request timeout was...Graham Dumpleton2015-02-032-0/+31
| * Add release notes for 4.4.8.Graham Dumpleton2015-02-032-0/+12
| * Typo in Windows README.Graham Dumpleton2015-02-031-1/+1
| * Increment version to 4.4.8.Graham Dumpleton2015-02-031-2/+2
|/
* Merge branch 'release/4.4.7'4.4.7Graham Dumpleton2015-02-027-107/+289
|\
| * Document support for mod_wsgi-httpd package.Graham Dumpleton2015-02-021-0/+10
| * Shouldn't be merging apxs config vars.Graham Dumpleton2015-02-021-23/+0
| * Move Apache httpd compilation from source code out into separate mod_wsgi-htt...Graham Dumpleton2015-02-012-128/+56
| * Raise an exception on a failed build of Apache from source code.Graham Dumpleton2015-01-301-3/+12
| * Add ability to compile Apache from source code prior to building mod_wsgi its...Graham Dumpleton2015-01-301-30/+109
| * Add eviction-timeout option to allow graceful period for process restart on s...Graham Dumpleton2015-01-264-7/+52
| * Added --service-user/--service-group options to mod_wsgi-express to allow use...Graham Dumpleton2015-01-252-10/+32
| * Renamed proxy-buffer-size option for WSGIDaemonProcess.Graham Dumpleton2015-01-244-12/+20
| * Add --proxy-virtual-host option to mod_wsgi-express for setting up proxying o...Graham Dumpleton2015-01-242-1/+30
| * Added --proxy-url-alias option to mod_wsgi-express for setting up proxying of...Graham Dumpleton2015-01-242-0/+28
| * Add --service-script option to mod_wsgi-express for starting up distinct mana...Graham Dumpleton2015-01-242-0/+33
| * Add release notes for 4.4.7.Graham Dumpleton2015-01-242-0/+12
| * Use environment variable to define the httpd modules directory so easy to loa...Graham Dumpleton2015-01-241-24/+27
| * Trash dependency on mod_wsgi-metrics package and give up on trying to push pe...Graham Dumpleton2015-01-241-1/+0
| * Increment version to 4.4.7.Graham Dumpleton2015-01-241-2/+2
|/
* Merge branch 'release/4.4.6'4.4.6Graham Dumpleton2015-01-1518-18/+595
|\
| * Add runtime detection for case where new request_rec fields are back ported t...Graham Dumpleton2015-01-132-18/+132
| * Initialise new request_rec structure members for Apache 2.2.29/2.4.11 to avoi...Graham Dumpleton2015-01-132-1/+33
| * Added --enable-gdb option to mod_wsgi-express for running Apache under gdb to...Graham Dumpleton2015-01-122-4/+33
| * Change display of runtime settings when starting mod_wsgi-express.Graham Dumpleton2015-01-121-3/+20
| * Update release notes about availability of Windows binaries.Graham Dumpleton2015-01-121-11/+2
| * Windows build documentation updates.Graham Dumpleton2015-01-111-30/+5
| * Add README for Windows builds.Graham Dumpleton2015-01-111-0/+295
| * Automate further Windows build scripts and add further combinations.Graham Dumpleton2015-01-1110-6/+90
| * Override LC_ALL when locale option to WSGIDaemonProcess is specified.Graham Dumpleton2015-01-113-0/+16
| * Ensure not trying to include private header file when using APR version 2.X.Graham Dumpleton2015-01-111-1/+4
| * Increment version to 4.4.6.Graham Dumpleton2015-01-113-2/+23
|/
* Merge branch 'release/4.4.5'4.4.5Graham Dumpleton2015-01-054-20/+31
|\
| * Don't try and filter based on setup.py command as too many different potentia...Graham Dumpleton2015-01-052-18/+8
| * Increment version to 4.4.5 and add release notes.Graham Dumpleton2015-01-053-2/+23
|/
* Merge branch 'release/4.4.4'4.4.4Graham Dumpleton2015-01-058-31/+297
|\
| * Add automatic installation of precompiled Apache binaries when deploying mod_...Graham Dumpleton2015-01-054-25/+261
| * Clarify Ubuntu example for where Apache 2.2 is being used.Graham Dumpleton2015-01-041-2/+2
| * Output number of daemon processes and threads when running mod_wsgi-express.Graham Dumpleton2015-01-012-0/+9
| * Add release notes for version 4.4.4.Graham Dumpleton2015-01-012-0/+21
| * Wrong macro for incrementing reference count when Py_None.Graham Dumpleton2015-01-011-2/+2
| * Increment version to 4.4.4.Graham Dumpleton2015-01-011-2/+2
|/
* Merge branch 'release/4.4.3'4.4.3Graham Dumpleton2014-12-2632-144/+345
|\
| * Override Apache parent and child process names by default when using mod_wsgi...Graham Dumpleton2014-12-252-1/+7
| * Use shell variable to hold process name.Graham Dumpleton2014-12-241-1/+3
| * Add --process-name option to override displayed name for Apache parent process.Graham Dumpleton2014-12-242-7/+27
| * When using static application type, the first non option argument will be use...Graham Dumpleton2014-12-231-6/+21