dougm 97/07/19 15:26:57
Modified: src CHANGES Log: logged change for t_handle Revision Changes Path 1.353 +11 -2 apache/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache/src/CHANGES,v retrieving revision 1.352 retrieving revision 1.353 diff -C3 -r1.352 -r1.353 *** CHANGES 1997/07/19 20:27:50 1.352 --- CHANGES 1997/07/19 22:26:55 1.353 *************** *** 1,5 **** --- 1,8 ---- Changes with Apache 1.3 + *) added transport handle slot (t_handle) to the BUFF structure + [Doug MacEachern] + *) get_client_block() returns wrong length if policy is REQUEST_CHUNKED_DECHUNK. [Kenichi Hori <[EMAIL PROTECTED]>] PR#815 *************** *** 133,142 **** *) In configurations using multiple Listen statements it was possible for busy sockets to starve other sockets of service. [Dean Gaudet] ! *) API: It's possible to replace standalone_main (define STANDALONE_MAIN) ! and it's possible to use SFIO for the underlying i/o layer. [Doug MacEachern] *) Enhance UserDir directive (mod_userdir) to accept a list of usernames for the 'disable' keyword, and add 'enable user...' to selectively *en*able userdirs if they're globally disabled. --- 136,151 ---- *) In configurations using multiple Listen statements it was possible for busy sockets to starve other sockets of service. [Dean Gaudet] ! *) Added hook so standalone_main can be replaced at compile time ! (define STANDALONE_MAIN) [Doug MacEachern] + *) Lowest-level read/write functions in buff.c will be replaced with + the SFIO library calls sfread/sfwrite if B_SFIO is defined at + compile time. The default sfio discipline will behave as apache + would without sfio compiled in. + [Doug MacEachern] + *) Enhance UserDir directive (mod_userdir) to accept a list of usernames for the 'disable' keyword, and add 'enable user...' to selectively *en*able userdirs if they're globally disabled.