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
*
Update version string and copy right year.
3.3
Graham.Dumpleton
2010-07-26
1
-2
/
+2
*
Donation notice.
Graham.Dumpleton
2010-07-26
1
-1
/
+23
*
Remove reference to loglevel as removed in Apache 2.3. Fix comman in wrong
Graham.Dumpleton
2010-07-23
1
-8
/
+5
*
Eliminate KeyError exception message on process shutdown when using Python
Graham.Dumpleton
2010-07-12
1
-0
/
+20
*
Update version string.
Graham.Dumpleton
2010-07-12
1
-2
/
+2
*
Add isatty() to log objects used for sys.stdout/sys.stderr and
Graham.Dumpleton
2010-07-12
1
-0
/
+12
*
When compiled against ITK MPM for Apache, if using daemon mode, the
Graham.Dumpleton
2010-07-12
1
-0
/
+20
*
Back off timer for failed connections to daemon process group wasn't
Graham.Dumpleton
2010-07-12
1
-6
/
+14
*
Inactivity timeout not triggered at correct time when occurs for first
Graham.Dumpleton
2010-07-12
1
-25
/
+32
*
Fix bug whereby logging can go missing in daemon mode when have multiple
Graham.Dumpleton
2010-07-12
1
-56
/
+68
*
Update version string for release of mod_wsgi 3.2.
3.2
Graham.Dumpleton
2010-03-09
1
-1
/
+1
*
The ap_accept_lock_mech variable has dissappeared in Apache 2.3. See
Graham.Dumpleton
2010-03-09
1
-0
/
+4
*
Wrong check of APR_HAS_THREADS by preprocessor conditional resulting in code
Graham.Dumpleton
2010-02-26
1
-4
/
+4
*
When error logging redirected to syslog there is no error log to close. Check
Graham.Dumpleton
2010-02-22
1
-12
/
+25
*
Wrong file path given as script when using WSGIHandlerScript and error loading
Graham.Dumpleton
2010-01-26
1
-1
/
+1
*
Lock mutex in same thread that will unlock it. Required for FreeBSD daemon
Graham.Dumpleton
2010-01-26
1
-8
/
+34
*
Create branch for mod_wsgi 3.X stream.
Graham.Dumpleton
2009-11-30
0
-0
/
+0
*
Update version string for mod_wsgi 3.1 release.
3.1
Graham.Dumpleton
2009-11-25
1
-1
/
+1
*
Add compile time checks for whether Apache and Python developer header files
Graham.Dumpleton
2009-11-23
1
-4
/
+13
*
Update version string to 3.1-TRUNK. Prefix compiler arguments supplied through
Graham.Dumpleton
2009-11-23
3
-6
/
+18
*
Update version string to 3.0 for release of mod_wsgi 3.0.
3.0
Graham.Dumpleton
2009-11-21
1
-1
/
+1
*
Update version string for 3.0 release candidate 6 tarball.
3.0c6
Graham.Dumpleton
2009-11-15
1
-1
/
+1
*
Removed unfinished statistics code so can get mod_wsgi 3.0 released.
Graham.Dumpleton
2009-11-13
1
-227
/
+0
*
Apache 2.3 removes ap_my_generation. Now need to query MPM values.
Graham.Dumpleton
2009-11-08
1
-9
/
+23
*
Don't ignore CFLAGS defined in environment of configure script.
Graham.Dumpleton
2009-11-01
2
-4
/
+6
*
Add variable to statistics for name of process group.
Graham.Dumpleton
2009-10-27
1
-0
/
+4
*
Add variables for processes and threads in statistics.
Graham.Dumpleton
2009-10-27
1
-1
/
+9
*
Add additional statistics values and change name of statistics function.
Graham.Dumpleton
2009-10-27
1
-4
/
+21
*
Experimental statistics gathering for daemon mode. May be removed or
Graham.Dumpleton
2009-10-25
1
-0
/
+172
*
Consolidate data structures for tracking of thread pool stack.
Graham.Dumpleton
2009-10-24
1
-36
/
+25
*
Experimental code which uses a stack for the available thread pool in daemon
Graham.Dumpleton
2009-10-19
1
-2
/
+209
*
Update version information to correspond to 3.0c6-TRUNK. Move timeout on socket
Graham.Dumpleton
2009-10-15
1
-4
/
+7
*
Don't attempt to set Content-Length even if iterable is a sequence of length 1.
Graham.Dumpleton
2009-10-14
1
-23
/
+0
*
Make lazy initialisation the default for Python 2.X as well as Python 3.X.
Graham.Dumpleton
2009-10-12
1
-9
/
+5
*
Artificially increment reference count on thread state object created by
Graham.Dumpleton
2009-10-12
1
-1
/
+17
*
Update version string for 3.0 release candidate 5.
3.0c5
Graham.Dumpleton
2009-10-02
1
-1
/
+1
*
Make lazy initialisation the default behaviour for Python 3.X due to Python 3.X
Graham.Dumpleton
2009-10-01
1
-0
/
+15
*
Remove need to enable compilations on Python 3.X.
Graham.Dumpleton
2009-09-25
3
-34
/
+2
*
Remove PATH from WSGI environment as could be confusing since actually a
Graham.Dumpleton
2009-09-25
1
-0
/
+2
*
Bump WSGI version to 1.1 corresponding to aim to have ammendments added.
Graham.Dumpleton
2009-09-25
1
-1
/
+1
*
Always supply application group information as latin-1.
Graham.Dumpleton
2009-09-25
1
-2
/
+2
*
Variables in environment for authentication hook functions should be latin-1
Graham.Dumpleton
2009-09-25
1
-39
/
+47
*
Drop WSGIVariableEncoding and associated functionality. Ensure that
Graham.Dumpleton
2009-09-25
1
-156
/
+15
*
Use surrogatescape for Python egg cache path and Python module search path
Graham.Dumpleton
2009-09-25
1
-3
/
+10
*
Python 3.0 no longer supported. Need to use Python 3.1 or later.
Graham.Dumpleton
2009-09-25
1
-40
/
+0
*
Require at least Python 3.1 due to use of surrogateescape error mode when doing
Graham.Dumpleton
2009-09-25
1
-5
/
+20
*
Don't try and auto guess whether should link with framework or library when
Graham.Dumpleton
2009-09-25
2
-56
/
+42
*
Cast to int to avoid compiler warning on Python 2.6.
Graham.Dumpleton
2009-08-31
1
-1
/
+1
*
Need to convert UTF8 to UCS2 on Windows for warn options and Python home.
Graham.Dumpleton
2009-08-24
1
-73
/
+83
*
Need to remember Python exception which occurred before creating log object
Graham.Dumpleton
2009-08-24
1
-53
/
+35
[next]