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
/
mod_wsgi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update version string to 1.3 for release.
1.3
Graham.Dumpleton
2007-11-17
1
-1
/
+1
*
Release Python GIL around logging and attempts to write response back to
Graham.Dumpleton
2007-11-17
1
-6
/
+35
*
Missing reference count decrement on item returned from iterable when item
Graham.Dumpleton
2007-11-13
1
-1
/
+2
*
Update version string for mod_wsgi 1.2 release.
1.2
Graham.Dumpleton
2007-10-29
1
-1
/
+1
*
Wrongly blocking SIGCHLD from child processes in daemon processes. This was
Graham.Dumpleton
2007-10-26
1
-2
/
+0
*
The ap_find_path_info() function behaves differently on Apache 1.3/2.0 than
Graham.Dumpleton
2007-10-21
1
-1
/
+22
*
Added additional logging to highlight instance where WSGI script file was
Graham.Dumpleton
2007-10-19
1
-4
/
+21
*
Increment version string to 1.2-TRUNK. Delay flushing of headers to first non
Graham.Dumpleton
2007-10-06
1
-14
/
+22
*
Update version string to 1.1 ready for release.
1.1
Graham.Dumpleton
2007-10-01
1
-1
/
+1
*
Tag version 1.1c2. Exclude mod_logio functions when not building with daemon
1.1c2
Graham.Dumpleton
2007-09-23
1
-1
/
+3
*
Increment version string for 1.1c1.
1.1c1
Graham.Dumpleton
2007-09-23
1
-1
/
+1
*
Change how ap_logio_add_bytes_out() is intercepted and replaced for mod_logio
Graham.Dumpleton
2007-09-21
1
-17
/
+33
*
In daemon process, registr dummy ap_logio_add_bytes_out() function to
Graham.Dumpleton
2007-09-21
1
-5
/
+19
*
No longer need to register handler for processing connection in daemon as
Graham.Dumpleton
2007-09-19
1
-3
/
+0
*
Cant use ap_log_cerror() as not present on Apache 2.0.
Graham.Dumpleton
2007-09-18
1
-1
/
+1
*
Replace Apache connection setup code with our own which does pretty well
Graham.Dumpleton
2007-09-18
1
-57
/
+68
*
Remove all but core input/output filters for a request in daemon processes.
Graham.Dumpleton
2007-09-18
1
-0
/
+51
*
Some functions were not static. Delete unused variable declaration.
Graham.Dumpleton
2007-09-17
1
-3
/
+2
*
Fix location of Python object reference count decrements. Would only have
Graham.Dumpleton
2007-09-17
1
-3
/
+3
*
Incorrectly trying to output Python exception details when Python GIL would
Graham.Dumpleton
2007-09-07
1
-3
/
+0
*
In error case when not able to release interpreter, was wrongly trying to
Graham.Dumpleton
2007-09-07
1
-4
/
+0
*
Fix bug where possible that process could crash when sys.stderr accessed
Graham.Dumpleton
2007-09-07
1
-3
/
+3
*
Update version string for development version of 1.1 in 1.X branch.
Graham.Dumpleton
2007-09-07
1
-1
/
+1
*
Update version string for final 1.0 release. Minor notes in README changed
1.0
Graham.Dumpleton
2007-09-05
1
-1
/
+1
*
Update version string ready for tagging of 1.0c4.
1.0c4
Graham.Dumpleton
2007-08-30
1
-1
/
+1
*
Fix problem where daemon process crashing on first request when Apache had
Graham.Dumpleton
2007-08-27
1
-6
/
+18
*
Update tag ready for mod_wsgi 1.0c3 tag and release.
1.0c3
Graham.Dumpleton
2007-08-14
1
-1
/
+1
*
Flush wsgi.errors at end of request and ignore any residual in log buffers
Graham.Dumpleton
2007-08-12
1
-16
/
+33
*
Update version string ready for 1.0c2.
1.0c2
Graham.Dumpleton
2007-08-10
1
-1
/
+1
*
Enable WSGIPythonHome and WSGIPythonPath directives on Windows.
Graham.Dumpleton
2007-08-05
1
-4
/
+2
*
Move swapping of thread state within bound of lock on GIL where it should be.
Graham.Dumpleton
2007-08-03
1
-2
/
+1
*
Decoding umask option for WSGIDaemonProcess with wrong base. Used base of 7
Graham.Dumpleton
2007-07-28
1
-2
/
+2
*
Update version string to 1.0c1 ready for tagging release candidate.
1.0c1
Graham.Dumpleton
2007-07-25
1
-4
/
+3
*
Change message logged when restarting process due to reach maximum number
Graham.Dumpleton
2007-07-20
1
-1
/
+2
*
Implemented ability for daemon processes to be restarted automatically after
Graham.Dumpleton
2007-07-20
1
-83
/
+147
*
Use APR calls for receiving data over socket in daemon process when reading
Graham.Dumpleton
2007-07-18
1
-26
/
+21
*
Not setting default user name from User directive when using daemon process.
Graham.Dumpleton
2007-07-16
1
-2
/
+15
*
Normalise exception details supplied with start_response().
Graham.Dumpleton
2007-07-14
1
-0
/
+12
*
Enabled output buckets for Win32 platform again.
Graham.Dumpleton
2007-07-12
1
-2
/
+0
*
Only create output bucket brigade if required and let it be automatically
Graham.Dumpleton
2007-07-12
1
-23
/
+35
*
Disable use of bucket brigade for writing response content on Win32 until
Graham.Dumpleton
2007-07-11
1
-4
/
+10
*
If LimitRequestBody is defined in Apache configuration then it is necessary
Graham.Dumpleton
2007-07-11
1
-0
/
+20
*
On Windows, 'environ' is a magic macro which expands to a function call.
Graham.Dumpleton
2007-07-11
1
-29
/
+29
*
Eliminate unused variables and code which was generating warnings when
Graham.Dumpleton
2007-07-08
1
-61
/
+4
*
Move variable declarations to begining of block else old C compilers complain.
Graham.Dumpleton
2007-07-08
1
-3
/
+3
*
Not consistantly checking the correct preprocessor definition for enabling
Graham.Dumpleton
2007-07-07
1
-4
/
+2
*
Add post write check to see if connection was aborted by client so that such
Graham.Dumpleton
2007-07-05
1
-2
/
+17
*
Reinstate use of bucket brigade, but only use it with Apache 2.X when output
Graham.Dumpleton
2007-07-05
1
-18
/
+49
*
Disable use of bucket code as not dealing properly with case where output
Graham.Dumpleton
2007-07-04
1
-1
/
+2
*
Not detecting client connection being closed when streaming data. Also use
Graham.Dumpleton
2007-07-04
1
-3
/
+49
[next]