rbb 99/04/19 06:31:39
Modified:apr/network_io/unix sendrecv.c
Log:
Updated receive to use the same algorithm as send.
Revision ChangesPath
1.4 +27 -25apache-apr/apr/network_io/unix/sendrecv.c
Index: sendrecv.c
=
> Modified:apr/network_io/unix sendrecv.c
> Log:
> Fix the algorithm for apr_send. The same needs to be done for apr_read.
> Why are these functions called send and recv when they have no relation
> to the UNIX system functions send and recv? write_with_nonblocking_timeout
> is wh
fielding99/04/18 19:57:49
Modified:apr/network_io/unix sendrecv.c
Log:
Fix the algorithm for apr_send. The same needs to be done for apr_read.
Why are these functions called send and recv when they have no relation
to the UNIX system functions send and recv? write_with_nonblock
rbb 99/04/14 08:14:03
Modified:apr/network_io/unix sendrecv.c
Log:
Small update to apr_send and apr_recv.
Revision ChangesPath
1.2 +2 -2 apache-apr/apr/network_io/unix/sendrecv.c
Index: sendrecv.c
=
rbb 99/04/14 07:03:58
Modified:apr/network_io/unix Makefile
Added: apr/network_io/unix sendrecv.c
Log:
Add the apr_send and apr_recv functions, and the changes to the Makefile.
Revision ChangesPath
1.2 +2 -1 apache-apr/apr/network_io/unix/Makefile