rbb 99/04/08 07:37:18
Modified: pthreads/src CHANGES
Log:
Updateing the CHANGES for changes in apache-apr.
Revision Changes Path
1.4 +19 -0 apache-apr/pthreads/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apache-apr/pthreads/src/CHANGES,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- CHANGES 1999/03/17 17:00:33 1.3
+++ CHANGES 1999/04/08 14:37:15 1.4
@@ -1,3 +1,22 @@
+Changes with Apache apr
+
+ *) user and ap_auth_type fields were moved from connection_rec to
+ request_rec. [Ryan Bloom [EMAIL PROTECTED]
+
+ *) Argument added to ap_bgets, ap_bwrite, buff_read, buff_write, saferead,
+ read_with_errors, write_it_all, write_with_errors, bcwrite. This
argument
+ is the seconds argument, if zero the call blocks and trys to read or
write
+ the data until an error occurs, or until it is successful. If non-zero,
+ the call reads or writes for n seconds, or until it is successful. [Ryan
+ Bloom [EMAIL PROTECTED]
+
+ *) Sendwithtimeout and recvwithtimeout calls added to non-Windows
platforms.
+ This brings the code path closer together for all platforms. [Ryan Bloom
+ [EMAIL PROTECTED]
+
+ *) Removed the ap_block_alarms and ap_unblock_alarm calls. These aren't
+ needed in a threaded server.
+
Changes with Apache 1.3.5
*) PORT: Switch back to using fcntl() locking on Linux -- instabilities