| age |
author |
description |
| 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 |
| Sun, 24 Dec 2006 22:13:04 +0000 |
Allan Saddi |
Fix race condition in thread count.no_threadpool |
| Sun, 24 Dec 2006 22:01:03 +0000 |
Allan Saddi |
Simplify and eliminate thread pooling.no_threadpool |
| Sun, 24 Dec 2006 21:40:04 +0000 |
Allan Saddi |
Branch for experimental non-thread pooled version.no_threadpool |
| Sun, 24 Dec 2006 17:25:00 +0000 |
Allan Saddi |
Minor code cleanup. |
| Fri, 22 Dec 2006 19:42:02 +0000 |
Allan Saddi |
Prepare version 0.5release_0_5 |
| Fri, 22 Dec 2006 19:24:00 +0000 |
Allan Saddi |
Shifting nibbles by wrong amount... |
| Fri, 22 Dec 2006 19:19:05 +0000 |
Allan Saddi |
Unquote REQUEST_URI and PATH_INFO by default. |
| Tue, 19 Dec 2006 23:02:01 +0000 |
Allan Saddi |
Prepare version 0.4 |
| Tue, 19 Dec 2006 19:48:05 +0000 |
Allan Saddi |
Ensure atexit functions are only called by the main thread. |
| Tue, 19 Dec 2006 18:50:03 +0000 |
Allan Saddi |
Add Features section to README. |
| Tue, 19 Dec 2006 18:34:02 +0000 |
Allan Saddi |
Convert PyObject_Call to PyObject_CallObject where appropriate. |
| Tue, 19 Dec 2006 17:41:01 +0000 |
Allan Saddi |
Ensure atexit functions are called by calling Py_Finalize() |
| Tue, 19 Dec 2006 09:44:04 +0000 |
Allan Saddi |
Cut & paste bug. |
| Tue, 19 Dec 2006 09:37:05 +0000 |
Allan Saddi |
Bump version, log changes. |
| Tue, 19 Dec 2006 09:35:01 +0000 |
Allan Saddi |
Add wsgi.file_wrapper support. |
| Sun, 17 Dec 2006 20:30:05 +0000 |
Allan Saddi |
Prepare release 0.3.1release_0_3_1 |
| Sun, 17 Dec 2006 08:51:02 +0000 |
Allan Saddi |
Fix buffer limiting in readline() implementation. Optimize |
| Sun, 17 Dec 2006 03:19:01 +0000 |
Allan Saddi |
Prepare for 0.3release_0_3 |
| Sat, 16 Dec 2006 20:03:00 +0000 |
Allan Saddi |
Using getaddrinfo() also alleviated the sa_len problem. Update docs. |
| Sat, 16 Dec 2006 19:55:05 +0000 |
Allan Saddi |
Allow binding to specific interfaces. |
| Sat, 16 Dec 2006 19:04:03 +0000 |
Allan Saddi |
Update docs. |
| Sat, 16 Dec 2006 18:41:00 +0000 |
Allan Saddi |
Initialize threadpool *after* daemon(). Misc. UI |
| Sat, 16 Dec 2006 07:32:05 +0000 |
Allan Saddi |
Minor problem with pool reduction test. |
| Sat, 16 Dec 2006 07:03:05 +0000 |
Allan Saddi |
Implement thread pooling. |
| Fri, 15 Dec 2006 21:58:04 +0000 |
Allan Saddi |
Implement handling of SSL_KEY_SIZE.pre_thread_pool |
| Fri, 15 Dec 2006 21:20:04 +0000 |
Allan Saddi |
Minor doc updates. |
| Fri, 15 Dec 2006 16:38:01 +0000 |
Allan Saddi |
Minor doc correction. Add note about Linux. |
| Fri, 15 Dec 2006 16:26:01 +0000 |
Allan Saddi |
Release version 0.2release_0_2 |
| Fri, 15 Dec 2006 16:25:03 +0000 |
Allan Saddi |
Add test WSGI apps. |
| Fri, 15 Dec 2006 00:24:05 +0000 |
Allan Saddi |
Don't request first body chunk. |
| Thu, 14 Dec 2006 22:32:05 +0000 |
Allan Saddi |
Rename Request->stderr to avoid problem on OS X. |
| Thu, 14 Dec 2006 22:14:00 +0000 |
Allan Saddi |
Commit ajp.[ch] links to repository. |
| Thu, 14 Dec 2006 22:01:00 +0000 |
Allan Saddi |
Minor doc updates. |
| Thu, 14 Dec 2006 21:36:01 +0000 |
Allan Saddi |
Decouple WSGI code from AJP. |
| Thu, 14 Dec 2006 20:03:02 +0000 |
Allan Saddi |
Prepare for 0.1.1.release_0_1_1 |
| Thu, 14 Dec 2006 07:38:01 +0000 |
Allan Saddi |
Update Makefile to use LIBS and SYSLIBS from Python |
| Thu, 14 Dec 2006 00:41:00 +0000 |
Allan Saddi |
Save & restore exception state when calling |
| Wed, 13 Dec 2006 21:32:03 +0000 |
Allan Saddi |
Be sure to call pthread_detach() on new threads! |
| Wed, 13 Dec 2006 20:18:01 +0000 |
Allan Saddi |
Set argv[0] to 'ajp-wsgi' rather than the empty string. |
| Wed, 13 Dec 2006 19:09:00 +0000 |
Allan Saddi |
Add standard HTTP 500 error response. Ready for 0.1 release.release_0_1 |
| Wed, 13 Dec 2006 07:46:05 +0000 |
Allan Saddi |
Touch up README. |
| Wed, 13 Dec 2006 00:54:02 +0000 |
Allan Saddi |
Add some simple documentation. |
| Wed, 13 Dec 2006 00:25:00 +0000 |
Allan Saddi |
Allow exc_info to be passed as None. |
| Wed, 13 Dec 2006 00:17:01 +0000 |
Allan Saddi |
Don't send headers until a non-empty string is yielded. |
| Wed, 13 Dec 2006 00:08:04 +0000 |
Allan Saddi |
Remove unused var. |
| Wed, 13 Dec 2006 00:07:04 +0000 |
Allan Saddi |
Add logfile and daemon options. |
| Tue, 12 Dec 2006 23:30:03 +0000 |
Allan Saddi |
Bind to localhost only, add verbose option, exit with special code on SIGHUP |
| Tue, 12 Dec 2006 22:59:01 +0000 |
Allan Saddi |
Ensure headers are sent in the case of empty iterator. |
| Tue, 12 Dec 2006 22:51:00 +0000 |
Allan Saddi |
Minor bug in PATH_INFO deduction. |
| Tue, 12 Dec 2006 22:29:04 +0000 |
Allan Saddi |
Give it a command-line interface. |
| Tue, 12 Dec 2006 21:47:02 +0000 |
Allan Saddi |
Add simple configure script and Makefile. |
| Tue, 12 Dec 2006 20:38:05 +0000 |
Allan Saddi |
Move WSGI specifics from AJP project to ajp-wsgi. |
| Tue, 12 Dec 2006 20:35:03 +0000 |
Allan Saddi |
Prepare ajp-wsgi project. |