ajp

log

age author description
Thu, 20 Jan 2011 21:10:13 -0800 Allan Saddi Minor change in body handling to support zero-copy.default tip
Mon, 17 Jan 2011 17:48:04 -0800 Allan Saddi Close socket if context malloc fails.
Sun, 12 Dec 2010 00:07:43 -0800 Allan Saddi If there's no more data incoming, don't go into an infinite loop!
Wed, 08 Dec 2010 01:36:47 -0800 Allan Saddi When expecting data, use multiple recv() calls if necessary, blocking when
Wed, 17 Oct 2007 15:52:20 +0000 convert-repo update tags
Thu, 15 Feb 2007 20:40:00 +0000 Allan Saddi Document ajpSendFile().
Tue, 19 Dec 2006 08:25:00 +0000 Allan Saddi Fix up Makefile.
Tue, 19 Dec 2006 08:16:00 +0000 Allan Saddi Add ajpSendFile.
Sun, 17 Dec 2006 05:47:01 +0000 Allan Saddi Update test to use getaddrinfo().
Fri, 15 Dec 2006 21:56:01 +0000 Allan Saddi Add handling of SSL_KEY_SIZE, though it's a hack.
Fri, 15 Dec 2006 00:22:04 +0000 Allan Saddi Don't request first body chunk.
Wed, 13 Dec 2006 23:29:00 +0000 Allan Saddi Add work-around for mod_proxy_ajp oddity.
Wed, 13 Dec 2006 21:30:04 +0000 Allan Saddi Don't forget to detach newly-created threads.
Tue, 12 Dec 2006 22:56:03 +0000 Allan Saddi Left out Content-Length in response header code table.
Tue, 12 Dec 2006 20:49:04 +0000 Allan Saddi Remove WSGI stuff from ajp.
Tue, 12 Dec 2006 20:19:01 +0000 Allan Saddi Rework AJP API to always be in terms of AJPContext.
Tue, 12 Dec 2006 19:56:04 +0000 Allan Saddi Ensure Request object is truly freed. Some polishing.
Tue, 12 Dec 2006 08:24:03 +0000 Allan Saddi Handle & report all errors.
Tue, 12 Dec 2006 06:53:01 +0000 Allan Saddi Be sure to constrain length of chunks given to ajpSendBodyChunk.first_working_version
Tue, 12 Dec 2006 06:19:03 +0000 Allan Saddi Everything appears to be working...
Tue, 12 Dec 2006 06:02:04 +0000 Allan Saddi Almost 100% WSGI compliant.
Tue, 12 Dec 2006 05:27:01 +0000 Allan Saddi Finish up WSGI input.
Tue, 12 Dec 2006 01:06:00 +0000 Allan Saddi wsgi.input work-in-progress.
Mon, 11 Dec 2006 23:48:00 +0000 Allan Saddi More cleanup. Moving along quite well...
Mon, 11 Dec 2006 22:18:02 +0000 Allan Saddi WSGI interface nearly complete.
Mon, 11 Dec 2006 21:06:00 +0000 Allan Saddi Major cleanup & reference count sanity.
Mon, 11 Dec 2006 19:55:03 +0000 Allan Saddi Get WSGI scaffolding done.
Sun, 10 Dec 2006 23:04:00 +0000 Allan Saddi Set keywords, fix Makefile for FreeBSD.
Sun, 10 Dec 2006 22:53:03 +0000 Allan Saddi Proof-of-concept of calling into Python code.
Sun, 10 Dec 2006 21:43:04 +0000 Allan Saddi Make test threaded.
Sun, 10 Dec 2006 21:12:03 +0000 Allan Saddi Finish up body processing. Simplify interface for application.
Sun, 10 Dec 2006 20:44:04 +0000 Allan Saddi Fix up body handling.
Sun, 10 Dec 2006 20:35:04 +0000 Allan Saddi Optimizations, body handling.
Sun, 10 Dec 2006 01:23:01 +0000 Allan Saddi Catch transport errors. Don't limit number of attributes.
Sun, 10 Dec 2006 00:54:04 +0000 Allan Saddi Minor fix to make it work again.
Sun, 10 Dec 2006 00:51:01 +0000 Allan Saddi Code cleanup, error handling on decodes/reads.
Sat, 09 Dec 2006 23:44:01 +0000 Allan Saddi First working version.
Sat, 09 Dec 2006 23:15:04 +0000 Allan Saddi Mostly finished, ready for testing.
Sat, 09 Dec 2006 21:14:00 +0000 Allan Saddi Checkpoint commit for AJP C implementation.
Sat, 09 Dec 2006 18:29:02 +0000 Allan Saddi Beginnings of C AJP server.