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