| age |
author |
description |
| Fri, 18 Mar 2011 11:34:35 -0700 |
Allan Saddi |
Change lib directory to LIBDIR so it uses the shared lib instead (as opposeddefault tip |
| Wed, 16 Mar 2011 14:15:15 -0700 |
Allan Saddi |
Merge from ajp-wsgi Python 3.x version. |
| Wed, 16 Mar 2011 13:26:33 -0700 |
Allan Saddi |
Switch PyCObject use with PyCapsule. |
| Thu, 13 Jan 2011 22:39:33 -0800 |
Allan Saddi |
Merge from Python 2.x version. |
| Sat, 09 Oct 2010 14:04:44 -0700 |
Allan Saddi |
Merge from Python 2.x version. |
| Sat, 11 Jul 2009 16:34:55 -0700 |
Allan Saddi |
Merge from Python 2.x version. |
| Fri, 16 Jan 2009 12:46:11 -0800 |
Allan Saddi |
Merge from 2.x version. |
| Sat, 06 Dec 2008 10:18:54 -0800 |
Allan Saddi |
Have configure.py require Python 3.0. Fix up Content-Length calculation for |
| Fri, 05 Dec 2008 21:11:24 -0800 |
Allan Saddi |
Disable validator from tests for now. Make module structs match name of |
| Fri, 05 Dec 2008 13:22:01 -0800 |
Allan Saddi |
Allow application to return strings and convert to bytes as necessary. |
| Fri, 05 Dec 2008 12:12:25 -0800 |
Allan Saddi |
Something that works. Still requires all output from app to be bytes, though. |
| Fri, 05 Dec 2008 11:51:57 -0800 |
Allan Saddi |
Initial port to Python 3.0. |
| Mon, 07 Feb 2011 14:06:35 -0800 |
Allan Saddi |
Added tag 1.1 for changeset bf7762ff62a2 |
| Mon, 07 Feb 2011 14:06:32 -0800 |
Allan Saddi |
Version bump to 1.11.1 |
| Mon, 07 Feb 2011 14:04:54 -0800 |
Allan Saddi |
README updated for scgi-wsgi. ChangeLog updated to summarize changes from |
| Mon, 24 Jan 2011 15:02:55 -0800 |
Allan Saddi |
When forking, don't discard clients over the limit. Simply queue them up. |
| Mon, 24 Jan 2011 14:42:28 -0800 |
Allan Saddi |
Hook in new threadpool. |
| Sun, 23 Jan 2011 18:36:57 -0800 |
Allan Saddi |
Update README to describe environment profiles. |
| Sun, 23 Jan 2011 18:16:47 -0800 |
Allan Saddi |
Don't unquote SCRIPT_NAME/PATH_INFO in pass-through profile. Fix up |
| Sun, 23 Jan 2011 17:54:53 -0800 |
Allan Saddi |
Support all the various ways to set REQUEST_URI/SCRIPT_NAME/PATH_INFO. |
| Sun, 23 Jan 2011 12:06:14 -0800 |
Allan Saddi |
Clean up REQUEST_URI processing. |
| Sun, 23 Jan 2011 11:57:57 -0800 |
Allan Saddi |
Alternate way to determine SCRIPT_NAME/PATH_INFO which, due to some issue in |
| Fri, 21 Jan 2011 14:13:17 -0800 |
Allan Saddi |
Apparently, the query string is part of mod_proxy_scgi's REQUEST_URI. |
| Thu, 20 Jan 2011 23:28:49 -0800 |
Allan Saddi |
Accommodate change to prefork_process_children(). |
| Thu, 20 Jan 2011 21:53:14 -0800 |
Allan Saddi |
Merge from ajp-wsgi. |
| Thu, 20 Jan 2011 21:17:28 -0800 |
Allan Saddi |
Merge from main. |
| Thu, 20 Jan 2011 21:15:59 -0800 |
Allan Saddi |
Experimental zero-copy version. |
| Thu, 20 Jan 2011 18:08:38 -0800 |
Allan Saddi |
mod_proxy_scgi requires SCRIPT_NAME handling after all. Also unquote |
| Thu, 20 Jan 2011 16:19:10 -0800 |
Allan Saddi |
Hook up min processes and max idle to the CLI. |
| Thu, 20 Jan 2011 13:46:35 -0800 |
Allan Saddi |
Remove unused variables. |
| Thu, 20 Jan 2011 13:43:29 -0800 |
Allan Saddi |
Merge from ajp-wsgi. |
| Thu, 20 Jan 2011 13:42:29 -0800 |
Allan Saddi |
Apparently Linux/glibc doesn't have strlcpy. |
| Thu, 20 Jan 2011 13:16:41 -0800 |
Allan Saddi |
Merge from ajp-wsgi. |
| Thu, 20 Jan 2011 13:00:03 -0800 |
Allan Saddi |
Ensure prefork server is properly shut down. |
| Thu, 20 Jan 2011 12:58:01 -0800 |
Allan Saddi |
Fix verbose display of connections. |
| Thu, 20 Jan 2011 10:46:47 -0800 |
Allan Saddi |
A working prefork version. |
| Tue, 18 Jan 2011 00:14:12 -0800 |
Allan Saddi |
Correctly set wsgi.url_scheme. |
| Mon, 17 Jan 2011 23:56:18 -0800 |
Allan Saddi |
Hook in scgiSendFile(). |
| Mon, 17 Jan 2011 18:29:55 -0800 |
Allan Saddi |
Proof-of-concept of working scgi-wsgi. |
| Mon, 17 Jan 2011 17:50:07 -0800 |
Allan Saddi |
Fix file descriptor leak during low-memory situations. (ajp.c update) |
| Sat, 15 Jan 2011 13:27:55 -0800 |
Allan Saddi |
Clean up signal handling, don't call unsafe functions from signal handlers. |
| Sat, 15 Jan 2011 03:10:09 -0800 |
Allan Saddi |
Set close-on-exec on extraneous child descriptors, just in case. |
| Sat, 15 Jan 2011 02:29:39 -0800 |
Allan Saddi |
Major simplification: use single pipe pair between parent and all children. |
| Sat, 15 Jan 2011 02:09:01 -0800 |
Allan Saddi |
Don't assume pipes are bi-directional (for compatibility). |
| Thu, 13 Jan 2011 19:09:13 -0800 |
Allan Saddi |
Let -t do the same thing as -n. |
| Thu, 13 Jan 2011 13:29:59 -0800 |
Allan Saddi |
Forgot to add -n option to getopt... |
| Thu, 13 Jan 2011 12:31:18 -0800 |
Allan Saddi |
Update ChangeLog. |
| Thu, 13 Jan 2011 10:55:29 -0800 |
Allan Saddi |
Update README, bump version, minor code changes to fix build on FreeBSD |
| Thu, 13 Jan 2011 10:22:43 -0800 |
Allan Saddi |
Do proper cleanup of children pipes. |
| Thu, 13 Jan 2011 09:57:00 -0800 |
Allan Saddi |
Set wsgi.multithread and wsgi.multiprocess correctly. |
| Thu, 13 Jan 2011 09:50:56 -0800 |
Allan Saddi |
Forking support that works. |
| Thu, 13 Jan 2011 09:16:09 -0800 |
Allan Saddi |
Beginnings of forking support. |
| Sun, 12 Dec 2010 00:13:20 -0800 |
Allan Saddi |
Added tag 1.0.4 for changeset 086b420eb96d |
| Sun, 12 Dec 2010 00:13:15 -0800 |
Allan Saddi |
Fix infinite loop caused by web server closing connection. (ajp.c update)1.0.4 |
| Wed, 08 Dec 2010 01:20:17 -0800 |
Allan Saddi |
Added tag 1.0.3 for changeset 0539e3e08eae |
| Wed, 08 Dec 2010 01:20:08 -0800 |
Allan Saddi |
Handle socket reads more sanely, so things don't break with1.0.3 |
| Fri, 20 Aug 2010 19:56:15 -0700 |
Allan Saddi |
Fix build for Mac OS X Python 2.7. |
| Thu, 17 Jun 2010 10:41:11 -0700 |
Allan Saddi |
Added tag 1.0.2 for changeset 51c1f22175e0 |
| Thu, 17 Jun 2010 10:41:01 -0700 |
Allan Saddi |
Release 1.0.2.1.0.2 |
| Thu, 17 Jun 2010 10:34:38 -0700 |
Allan Saddi |
Fix initialization order. Do socket and Python initialization |