| 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:03:53 -0700 |
Allan Saddi |
Merge from Python 2.x version. Bring up to ajp-wsgi 1.1. |
| Wed, 02 Feb 2011 15:40:42 -0800 |
Allan Saddi |
Added tag 1.1 for changeset 94d60b951677 |
| Wed, 02 Feb 2011 15:40:36 -0800 |
Allan Saddi |
Bump version to 1.11.1 |
| 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 13:42:29 -0800 |
Allan Saddi |
Apparently Linux/glibc doesn't have strlcpy. |
| Thu, 20 Jan 2011 12:58:01 -0800 |
Allan Saddi |
Fix verbose display of connections. |
| 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. |
| 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. |
| 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 |
| Sat, 09 Oct 2010 14:04:44 -0700 |
Allan Saddi |
Merge from Python 2.x version. |
| 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 |
| Sun, 21 Feb 2010 13:38:26 -0800 |
Allan Saddi |
Use same compiler as Python. Avoids issues on Mac OS X 10.6. |
| Tue, 24 Nov 2009 12:06:47 -0800 |
Allan Saddi |
Fix minor bug: if WSGI_SCRIPT_NAME is defined, ensure |
| Sun, 12 Jul 2009 07:58:52 -0700 |
Allan Saddi |
Add hack to fix build on Mac OS 10.5 with Python 2.6. |
| Sat, 11 Jul 2009 16:34:55 -0700 |
Allan Saddi |
Merge from Python 2.x version. |
| Sat, 11 Jul 2009 16:26:29 -0700 |
Allan Saddi |
Attempt to pull SCRIPT_NAME from request environment, if present. |
| Fri, 16 Jan 2009 12:46:11 -0800 |
Allan Saddi |
Merge from 2.x version. |
| Fri, 16 Jan 2009 12:43:15 -0800 |
Allan Saddi |
Add Python version to -V output. |
| 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, 04 Aug 2008 12:05:14 -0700 |
Allan Saddi |
Update link to AJP 1.3 spec. |
| Tue, 04 Sep 2007 23:31:42 -0700 |
Allan Saddi |
Add distclean, ignore more stuff. |
| Mon, 03 Sep 2007 22:53:32 -0700 |
Allan Saddi |
Clean up README. |
| Thu, 12 Jul 2007 21:52:25 -0700 |
Allan Saddi |
Add hack to configure.py to fix build on Mac OS X. |
| Wed, 17 Oct 2007 00:59:43 -0700 |
Allan Saddi |
Added tag release_1_0 for changeset c52476cea566 |
| Wed, 17 Oct 2007 15:55:52 +0000 |
convert-repo |
update tags |
| Sun, 24 Dec 2006 22:56:03 +0000 |
Allan Saddi |
Move old trunk out of the way.threadpool_20061224 |
| Fri, 06 Apr 2007 17:59:03 +0000 |
Allan Saddi |
Prepare for 1.0 release.release_1_0 |
| Mon, 05 Mar 2007 19:19:05 +0000 |
Allan Saddi |
Fix memory corruption that occurs when Content-Length is |
| Thu, 15 Feb 2007 20:57:03 +0000 |
Allan Saddi |
Document certain functions/files. |
| Sat, 13 Jan 2007 16:57:04 +0000 |
Allan Saddi |
Doc updates, prepare for 0.6.1 release.release_0_6_1 |
| Wed, 27 Dec 2006 20:49:03 +0000 |
Allan Saddi |
Import threading module on initialization to ensure that |
| Mon, 25 Dec 2006 03:42:05 +0000 |
Allan Saddi |
Prepare release 0.6release_0_6 |
| Sun, 24 Dec 2006 22:58:01 +0000 |
Allan Saddi |
New trunk from no_threadpool branch. |
| Sun, 24 Dec 2006 22:47:03 +0000 |
Allan Saddi |
Document exit codes.no_threadpool |
| Sun, 24 Dec 2006 22:41:05 +0000 |
Allan Saddi |
Change exit codes.no_threadpool |