scgi-wsgi

log

age author description
Mon, 07 Feb 2011 14:06:35 -0800 Allan Saddi Added tag 1.1 for changeset bf7762ff62a2default tip
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
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:26:29 -0700 Allan Saddi Attempt to pull SCRIPT_NAME from request environment, if present.
Fri, 16 Jan 2009 12:43:15 -0800 Allan Saddi Add Python version to -V output.
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