root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @75:aa983e43105e [75:aa983e43105e] 07/23/08 22:51:59 Allan Saddi <allan@saddi.com> Add support for configuring UNIX domain sockets (for servers that support …
(edit) @74:33d6874fef58 [74:33d6874fef58] 07/22/08 11:47:43 Allan Saddi <allan@saddi.com> Added tag 1.0 for changeset 6a1a1235936b
(edit) @73:0a7bbf292376 [73:0a7bbf292376] 07/22/08 11:13:24 Allan Saddi <allan@saddi.com> Added tag 1.0.1 for changeset 115fd353fe14
(edit) @72:115fd353fe14 [72:115fd353fe14] 07/22/08 11:12:52 Allan Saddi <allan@saddi.com> Prepare for 1.0.1.
(edit) @71:8415bd6fd402 [71:8415bd6fd402] 07/22/08 09:53:30 Allan Saddi <allan@saddi.com> Revise previous patch for compatibility with pre-2.5 Python.
(edit) @70:e25bd11d9fba [70:e25bd11d9fba] 07/22/08 07:43:45 Allan Saddi <allan@saddi.com> Attempt to deduce missing PATH_INFO and/or QUERY_STRING from REQUEST_URI, …
(edit) @69:6a1a1235936b [69:6a1a1235936b] 06/05/07 09:42:39 Allan Saddi <allan@saddi.com> Remove publisher and middleware packages. Add cgi server for completeness.
(edit) @68:301a58656bfb [68:301a58656bfb] 09/10/07 15:56:44 Allan Saddi <allan@saddi.com> Fix readline implementations so size argument is …
(edit) @67:9b1ef5124ae5 [67:9b1ef5124ae5] 09/10/07 15:49:47 Allan Saddi <allan@saddi.com> Don't need MANIFEST with hg plugin for setuptools. Remove download URL.
(edit) @66:8e0a44d04e9d [66:8e0a44d04e9d] 06/05/07 10:01:55 Allan Saddi <allan@saddi.com> Fix up package/egg building.
(edit) @65:b1ecc2e91912 [65:b1ecc2e91912] 07/14/07 09:18:04 Allan Saddi <allan@saddi.com> Update ez_setup.py
(edit) @64:8c428bde178d [64:8c428bde178d] 07/14/07 09:16:42 Allan Saddi <allan@saddi.com> Prevent ThreadPool? inconsistences if an exception is actually raised.
(edit) @63:03c605e48430 [63:03c605e48430] 05/17/07 09:08:05 Allan Saddi <allan@saddi.com> Fix fcgi_fork so it can run on Solaris.
(edit) @62:a97376b12ef0 [62:a97376b12ef0] 05/11/07 09:52:04 Allan Saddi <allan@saddi.com> Catch and ignore EPIPE when flushing the streams and ending the request.
(edit) @61:bf9ebd6b57a5 [61:bf9ebd6b57a5] 01/22/07 16:05:00 Allan Saddi <allan@saddi.com> Fix eunuchs import issue.
(edit) @60:4c4beb4c5347 [60:4c4beb4c5347] 01/10/07 10:19:00 Allan Saddi <allan@saddi.com> Support gzip compression of XHTML pages using the correct MIME type.
(edit) @59:5e584c75125a [59:5e584c75125a] 01/02/07 14:15:05 Allan Saddi <allan@saddi.com> Re-commit r2304 since it was found that mod_scgi does set …
(edit) @58:a441a02fc46d [58:a441a02fc46d] 12/29/06 10:27:02 Allan Saddi <allan@saddi.com> Back out previous commit. PATH_INFO is still not set correctly by …
(edit) @57:79ae9ca6d617 [57:79ae9ca6d617] 12/29/06 10:13:03 Allan Saddi <allan@saddi.com> Deprecate WSGI_SCRIPT_NAME and scriptName in scgi_base. Modern versions of …
(edit) @56:6eae48623b3b [56:6eae48623b3b] 12/13/06 08:24:01 Allan Saddi <allan@saddi.com> Fix problem in session.py seen when optimization is on.
(edit) @55:591046f8a920 [55:591046f8a920] 12/13/06 08:19:02 Allan Saddi <allan@saddi.com> Fix problem when optimizing.
(edit) @54:2b5576bea19a [54:2b5576bea19a] 12/05/06 14:11:04 Allan Saddi <allan@saddi.com> Update servers to default to an empty QUERY_STRING if not present in the …
(edit) @53:700433f92325 [53:700433f92325] 12/05/06 14:01:00 Allan Saddi <allan@saddi.com> Update gzip.py by updating docstrings and …
(edit) @52:0ebb0b91c5c4 [52:0ebb0b91c5c4] 12/02/06 15:26:01 Allan Saddi <allan@saddi.com> Change intra-package imports into absolute imports.
(edit) @51:eca383e1401c [51:eca383e1401c] 12/02/06 11:40:02 Allan Saddi <allan@saddi.com> Add forceCookieOutput attribute to SessionService? to force Set-Cookie …
(edit) @50:97f506b89abb [50:97f506b89abb] 12/01/06 13:49:00 Allan Saddi <allan@saddi.com> Update setup script.
(edit) @49:6ab2a5f5d65d [49:6ab2a5f5d65d] 11/26/06 22:30:01 Allan Saddi <allan@saddi.com> Don't attempt to install signal handlers under Windows to improve …
(edit) @48:bff52d2983ba [48:bff52d2983ba] 11/24/06 23:01:03 Allan Saddi <allan@saddi.com> Add *_thread egg entry-point aliases.
(edit) @47:515d4e5a2ec1 [47:515d4e5a2ec1] 11/24/06 18:08:05 Allan Saddi <allan@saddi.com> Don't bother with connection debug stuff when dealing with UNIX sockets.
(edit) @46:94c1b5ccb626 [46:94c1b5ccb626] 11/24/06 18:01:03 Allan Saddi <allan@saddi.com> Forgot to update ChangeLog? with last commit.
(edit) @45:ca72a5901070 [45:ca72a5901070] 11/24/06 18:00:02 Allan Saddi <allan@saddi.com> Experimental support for SCGI over UNIX domain sockets.
(edit) @44:059ee7930bbe [44:059ee7930bbe] 11/24/06 15:02:05 Allan Saddi <allan@saddi.com> Add FCGIApp and SCGIApp from sandbox.
(edit) @43:70cd01599f4e [43:70cd01599f4e] 11/19/06 09:34:03 Allan Saddi <allan@saddi.com> Change mime-type matching algorithm in GzipMiddleware?. Strip parameters …
(edit) @42:b66e245d5b19 [42:b66e245d5b19] 11/10/06 16:38:02 Allan Saddi <allan@saddi.com> Add cookieAttributes to SessionService? to make it easier to customize the …
(edit) @41:42d1306610ef [41:42d1306610ef] 08/28/06 09:45:05 Allan Saddi <allan@saddi.com> Add support for FastCGI roles other than FCGI_RESPONDER.
(edit) @40:51d8b91a0458 [40:51d8b91a0458] 08/02/06 12:08:02 Allan Saddi <allan@saddi.com> What was I thinking?
(edit) @39:3eebdbe00bd5 [39:3eebdbe00bd5] 08/02/06 11:04:04 Allan Saddi <allan@saddi.com> Add cookieExpiration keyword to SessionService? / SessionMiddleware? to …
(edit) @38:546c34da7ac6 [38:546c34da7ac6] 06/27/06 11:53:04 Allan Saddi <allan@saddi.com> Set close-on-exec flag on all server sockets.
(edit) @37:16c62607bcd6 [37:16c62607bcd6] 06/18/06 09:04:04 Allan Saddi <allan@saddi.com> Stop ignoring EPIPE exceptions.
(edit) @36:b0f18ac6f8bd [36:b0f18ac6f8bd] 05/18/06 09:31:01 Allan Saddi <allan@saddi.com> Added umask keyword parameter to fcgi and fcgi_fork, for use when binding …
(edit) @35:1ad0141a3c64 [35:1ad0141a3c64] 05/03/06 18:49:04 Allan Saddi <allan@saddi.com> Fix illusive problem with AJP implementation.
(edit) @34:b1bfe8b497b9 [34:b1bfe8b497b9] 04/06/06 16:05:05 Allan Saddi <allan@saddi.com> Catch a strange FieldStorage? case.
(edit) @33:22acc271ef8b [33:22acc271ef8b] 03/21/06 16:43:02 Allan Saddi <allan@saddi.com> Add maxRequests option to PreforkServer?.
(edit) @32:0bd397459063 [32:0bd397459063] 02/23/06 16:16:01 Allan Saddi <allan@saddi.com> Add paste.server_factory-compliant factories and respective egg entry …
(edit) @31:b6fee0c2d45c [31:b6fee0c2d45c] 01/15/06 10:20:03 Allan Saddi <allan@saddi.com> Don't eat ImportErrors? in ImportingModuleResolvers?.
(edit) @30:8a73f66395d5 [30:8a73f66395d5] 01/05/06 12:42:02 Allan Saddi <allan@saddi.com> Improve Windows compatibility by conditionally installing SIGHUP handler.
(edit) @29:f951cb7bcb1e [29:f951cb7bcb1e] 12/19/05 12:49:05 Allan Saddi <allan@saddi.com> Fix socket leak in eunuchs socketpair() wrapper.
(edit) @28:db48fe4154b6 [28:db48fe4154b6] 12/16/05 16:58:01 Allan Saddi <allan@saddi.com> Move custom 404 code out of resolvers and wholly into Publisher.
(edit) @27:1432b28fcf18 [27:1432b28fcf18] 12/16/05 16:23:03 Allan Saddi <allan@saddi.com> Updated ChangeLog?.
(edit) @26:86e545cbaf06 [26:86e545cbaf06] 12/16/05 16:20:03 Allan Saddi <allan@saddi.com> Switch to setuptools for egg support.
(edit) @25:261557471f42 [25:261557471f42] 12/16/05 09:29:00 Allan Saddi <allan@saddi.com> Add higher-level 404 error page support.
(edit) @24:f984754add02 [24:f984754add02] 11/28/05 09:16:04 Allan Saddi <allan@saddi.com> Fix issue with FCGI_GET_VALUES handling.
(edit) @23:8697c567b678 [23:8697c567b678] 11/18/05 14:41:03 Allan Saddi <allan@saddi.com> When running under Python < 2.4, attempt to use socketpair() from eunuchs …
(edit) @22:3bbdc1112d26 [22:3bbdc1112d26] 09/07/05 18:31:01 Allan Saddi <allan@saddi.com> Python 2.3 doesn't define socket.SHUT_WR, which affected the closing of …
(edit) @21:feac6fbd5623 [21:feac6fbd5623] 07/15/05 09:27:00 Allan Saddi <allan@saddi.com> Be sure to include ChangeLog? in source distribution.
(edit) @20:62b9c2048ddf [20:62b9c2048ddf] 07/15/05 09:20:03 Allan Saddi <allan@saddi.com> Add setup script.
(edit) @19:52947c2397cf [19:52947c2397cf] 07/03/05 11:16:02 Allan Saddi <allan@saddi.com> Ensure session identifiers only contain ASCII characters when using a …
(edit) @18:6fb655114e1e [18:6fb655114e1e] 06/12/05 23:10:01 Allan Saddi <allan@saddi.com> Cleanly close connection socket to avoid sending a TCP RST to the web …
(edit) @17:73577e591432 [17:73577e591432] 05/31/05 15:37:04 Allan Saddi <allan@saddi.com> Take scriptName from the WSGI_SCRIPT_NAME environment variable passed from …
(edit) @16:147ae390665f [16:147ae390665f] 05/18/05 16:26:01 Allan Saddi <allan@saddi.com> Update test/example code. (No use binding *:8009 if allowedServers …
(edit) @15:fdeee42dffd9 [15:fdeee42dffd9] 05/18/05 16:13:01 Allan Saddi <allan@saddi.com> Change default allowedServers for ajp and scgi to 127.0.0.1?. Accept …
(edit) @14:38fc972c06c7 [14:38fc972c06c7] 05/18/05 12:59:02 Allan Saddi <allan@saddi.com> Change threaded servers so wsgi.multiprocess is False by default. Allow it …
(edit) @13:9614506c40a9 [13:9614506c40a9] 05/18/05 03:11:02 Allan Saddi <allan@saddi.com> Fix wsgi.multiprocess for scgi_fork. (Set to True.)
(edit) @12:5eadb64fa613 [12:5eadb64fa613] 05/15/05 00:33:02 Allan Saddi <allan@saddi.com> Prevent possible deadlock related to DiskSessionStore? locking. Add logic …
(edit) @11:8fb6087cdb02 [11:8fb6087cdb02] 05/14/05 03:45:03 Allan Saddi <allan@saddi.com> Convert decorators for compatibility.
(edit) @10:f9785bef38e3 [10:f9785bef38e3] 04/23/05 02:46:05 Allan Saddi <allan@saddi.com> Ensure SessionStore?.checkOutSession() never returns an invalidated …
(edit) @9:8d4976c453c6 [9:8d4976c453c6] 04/16/05 02:53:04 Allan Saddi <allan@saddi.com> Forgot to update the subclasses.
(edit) @8:32111cd994e9 [8:32111cd994e9] 04/16/05 02:45:05 Allan Saddi <allan@saddi.com> mod_scgi doesn't pass in PATH_INFO. Deduce from SCRIPT_NAME.
(edit) @7:9552063017b1 [7:9552063017b1] 04/15/05 01:05:02 Allan Saddi <allan@saddi.com> Update copyrights. Some modules were created long ago, some weren't.
(edit) @6:23a19f0f03af [6:23a19f0f03af] 04/14/05 23:56:03 Allan Saddi <allan@saddi.com> Forgot to set svn:keywords.
(edit) @5:57a7d7d2c22b [5:57a7d7d2c22b] 04/14/05 22:14:01 Allan Saddi <allan@saddi.com> Don't need a package for publisher.
(edit) @4:836ccdac3763 [4:836ccdac3763] 04/14/05 21:05:01 Allan Saddi <allan@saddi.com> Add NoDefault?.
(edit) @3:376bc4f2f261 [3:376bc4f2f261] 04/14/05 20:35:05 Allan Saddi <allan@saddi.com> Add publisher stuff to package.
(edit) @2:64639f1c3e8c [2:64639f1c3e8c] 04/14/05 19:55:03 Allan Saddi <allan@saddi.com> Checkpoint commit.
(edit) @1:12c09bc32a76 [1:12c09bc32a76] 04/14/05 18:33:01 Allan Saddi <allan@saddi.com> flup package, first cut.
(add) @0:7ba501ba3f50 [0:7ba501ba3f50] 04/14/05 17:57:01 Allan Saddi <allan@saddi.com> Add flup project, random Python modules developed from flup project.
Note: See TracRevisionLog for help on using the revision log.