ajp-wsgi-py3.0

log

age author description
8 months ago Allan Saddi Merge from Python 2.x version.default tip
8 months ago Allan Saddi Attempt to pull SCRIPT_NAME from request environment, if present.
14 months ago Allan Saddi Merge from 2.x version.
14 months ago Allan Saddi Add Python version to -V output.
15 months ago Allan Saddi Have configure.py require Python 3.0. Fix up Content-Length calculation for
15 months ago Allan Saddi Disable validator from tests for now. Make module structs match name of
15 months ago Allan Saddi Allow application to return strings and convert to bytes as necessary.
15 months ago Allan Saddi Something that works. Still requires all output from app to be bytes, though.
15 months ago Allan Saddi Initial port to Python 3.0.
19 months ago Allan Saddi Update link to AJP 1.3 spec.
2007-09-04 Allan Saddi Add distclean, ignore more stuff.
2007-09-03 Allan Saddi Clean up README.
2007-07-12 Allan Saddi Add hack to configure.py to fix build on Mac OS X.
2007-10-17 Allan Saddi Added tag release_1_0 for changeset c52476cea566
2007-10-17 convert-repo update tags
2006-12-24 Allan Saddi Move old trunk out of the way.threadpool_20061224
2007-04-06 Allan Saddi Prepare for 1.0 release.release_1_0
2007-03-05 Allan Saddi Fix memory corruption that occurs when Content-Length is
2007-02-15 Allan Saddi Document certain functions/files.
2007-01-13 Allan Saddi Doc updates, prepare for 0.6.1 release.release_0_6_1
2006-12-27 Allan Saddi Import threading module on initialization to ensure that
2006-12-25 Allan Saddi Prepare release 0.6release_0_6
2006-12-24 Allan Saddi New trunk from no_threadpool branch.
2006-12-24 Allan Saddi Document exit codes.no_threadpool
2006-12-24 Allan Saddi Change exit codes.no_threadpool
2006-12-24 Allan Saddi Fix race condition in thread count.no_threadpool
2006-12-24 Allan Saddi Simplify and eliminate thread pooling.no_threadpool
2006-12-24 Allan Saddi Branch for experimental non-thread pooled version.no_threadpool
2006-12-24 Allan Saddi Minor code cleanup.
2006-12-22 Allan Saddi Prepare version 0.5release_0_5
2006-12-22 Allan Saddi Shifting nibbles by wrong amount...
2006-12-22 Allan Saddi Unquote REQUEST_URI and PATH_INFO by default.
2006-12-19 Allan Saddi Prepare version 0.4
2006-12-19 Allan Saddi Ensure atexit functions are only called by the main thread.
2006-12-19 Allan Saddi Add Features section to README.
2006-12-19 Allan Saddi Convert PyObject_Call to PyObject_CallObject where appropriate.
2006-12-19 Allan Saddi Ensure atexit functions are called by calling Py_Finalize()
2006-12-19 Allan Saddi Cut & paste bug.
2006-12-19 Allan Saddi Bump version, log changes.
2006-12-19 Allan Saddi Add wsgi.file_wrapper support.
2006-12-17 Allan Saddi Prepare release 0.3.1release_0_3_1
2006-12-17 Allan Saddi Fix buffer limiting in readline() implementation. Optimize
2006-12-17 Allan Saddi Prepare for 0.3release_0_3
2006-12-16 Allan Saddi Using getaddrinfo() also alleviated the sa_len problem. Update docs.
2006-12-16 Allan Saddi Allow binding to specific interfaces.
2006-12-16 Allan Saddi Update docs.
2006-12-16 Allan Saddi Initialize threadpool *after* daemon(). Misc. UI
2006-12-16 Allan Saddi Minor problem with pool reduction test.
2006-12-16 Allan Saddi Implement thread pooling.
2006-12-15 Allan Saddi Implement handling of SSL_KEY_SIZE.pre_thread_pool
2006-12-15 Allan Saddi Minor doc updates.
2006-12-15 Allan Saddi Minor doc correction. Add note about Linux.
2006-12-15 Allan Saddi Release version 0.2release_0_2
2006-12-15 Allan Saddi Add test WSGI apps.
2006-12-15 Allan Saddi Don't request first body chunk.
2006-12-14 Allan Saddi Rename Request->stderr to avoid problem on OS X.
2006-12-14 Allan Saddi Commit ajp.[ch] links to repository.
2006-12-14 Allan Saddi Minor doc updates.
2006-12-14 Allan Saddi Decouple WSGI code from AJP.
2006-12-14 Allan Saddi Prepare for 0.1.1.release_0_1_1