summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Daemon mode not supported on Windows.stable/1.XGraham.Dumpleton2008-08-291-2/+4
* Fix cleanup registration to avoid CGI problems.1.6Graham.Dumpleton2008-08-241-3/+4
* Update version string for 1.5 release.1.5Graham.Dumpleton2008-08-221-1/+1
* Fix listener socket naming. Fix leaking of listener socket graceful restart.Graham.Dumpleton2008-08-111-31/+84
* Update version string/numbers.Graham.Dumpleton2008-07-081-2/+2
* Fix issue with daemon mode where error logging when using ErrorLog in1.4Graham.Dumpleton2008-06-091-1/+1
* Fix version information in mod_wsgi 1.X branch.Graham.Dumpleton2008-04-111-1/+1
* A negative value for content length in response wasn't being rejected. WhereGraham.Dumpleton2008-02-171-2/+2
* Backport from 2.0 speed optimisations to way WSGI environment sent over socketGraham.Dumpleton2008-01-241-37/+45
* Update version string to 1.4-BRANCH. Update configure and makefile so thatGraham.Dumpleton2008-01-245-901/+1426
* Update version string to 1.3 for release.1.3Graham.Dumpleton2007-11-171-1/+1
* Release Python GIL around logging and attempts to write response back toGraham.Dumpleton2007-11-171-6/+35
* Missing reference count decrement on item returned from iterable when itemGraham.Dumpleton2007-11-131-1/+2
* Update version string for mod_wsgi 1.2 release.1.2Graham.Dumpleton2007-10-291-1/+1
* Wrongly blocking SIGCHLD from child processes in daemon processes. This wasGraham.Dumpleton2007-10-261-2/+0
* The ap_find_path_info() function behaves differently on Apache 1.3/2.0 thanGraham.Dumpleton2007-10-211-1/+22
* Added additional logging to highlight instance where WSGI script file wasGraham.Dumpleton2007-10-191-4/+21
* Increment version string to 1.2-TRUNK. Delay flushing of headers to first nonGraham.Dumpleton2007-10-061-14/+22
* Update version string to 1.1 ready for release.1.1Graham.Dumpleton2007-10-012-1/+7
* Tag version 1.1c2. Exclude mod_logio functions when not building with daemon1.1c2Graham.Dumpleton2007-09-231-1/+3
* Increment version string for 1.1c1.1.1c1Graham.Dumpleton2007-09-231-1/+1
* Change how ap_logio_add_bytes_out() is intercepted and replaced for mod_logioGraham.Dumpleton2007-09-211-17/+33
* In daemon process, registr dummy ap_logio_add_bytes_out() function toGraham.Dumpleton2007-09-211-5/+19
* No longer need to register handler for processing connection in daemon asGraham.Dumpleton2007-09-191-3/+0
* Cant use ap_log_cerror() as not present on Apache 2.0.Graham.Dumpleton2007-09-181-1/+1
* Replace Apache connection setup code with our own which does pretty wellGraham.Dumpleton2007-09-181-57/+68
* Remove all but core input/output filters for a request in daemon processes.Graham.Dumpleton2007-09-181-0/+51
* Some functions were not static. Delete unused variable declaration.Graham.Dumpleton2007-09-171-3/+2
* Fix location of Python object reference count decrements. Would only haveGraham.Dumpleton2007-09-171-3/+3
* Incorrectly trying to output Python exception details when Python GIL wouldGraham.Dumpleton2007-09-071-3/+0
* In error case when not able to release interpreter, was wrongly trying toGraham.Dumpleton2007-09-071-4/+0
* Fix bug where possible that process could crash when sys.stderr accessedGraham.Dumpleton2007-09-071-3/+3
* Update version string for development version of 1.1 in 1.X branch.Graham.Dumpleton2007-09-071-1/+1
* Create branch for subsequent minor updates to mod_wsgi 1.0.Graham.Dumpleton2007-09-050-0/+0
* Tag final version 1.0 of mod_wsgi.Graham.Dumpleton2007-09-050-0/+0
* Update version string for final 1.0 release. Minor notes in README changed1.0Graham.Dumpleton2007-09-052-7/+8
* Update version string ready for tagging of 1.0c4.1.0c4Graham.Dumpleton2007-08-301-1/+1
* Fix problem where daemon process crashing on first request when Apache hadGraham.Dumpleton2007-08-271-6/+18
* Update tag ready for mod_wsgi 1.0c3 tag and release.1.0c3Graham.Dumpleton2007-08-141-1/+1
* Flush wsgi.errors at end of request and ignore any residual in log buffersGraham.Dumpleton2007-08-121-16/+33
* Update version string ready for 1.0c2.1.0c2Graham.Dumpleton2007-08-101-1/+1
* Enable WSGIPythonHome and WSGIPythonPath directives on Windows.Graham.Dumpleton2007-08-051-4/+2
* Move swapping of thread state within bound of lock on GIL where it should be.Graham.Dumpleton2007-08-031-2/+1
* Add support in makefiles for setting DESTDIR on installation so as to installGraham.Dumpleton2007-07-314-9/+28
* Decoding umask option for WSGIDaemonProcess with wrong base. Used base of 7Graham.Dumpleton2007-07-281-2/+2
* Update version string to 1.0c1 ready for tagging release candidate.1.0c1Graham.Dumpleton2007-07-251-4/+3
* Change message logged when restarting process due to reach maximum numberGraham.Dumpleton2007-07-201-1/+2
* Implemented ability for daemon processes to be restarted automatically afterGraham.Dumpleton2007-07-201-83/+147
* Use APR calls for receiving data over socket in daemon process when readingGraham.Dumpleton2007-07-181-26/+21
* Not setting default user name from User directive when using daemon process.Graham.Dumpleton2007-07-161-2/+15