cvs commit: apache-apr/apr/network_io/unix sendrecv.c

1999-04-19 Thread fielding
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?

Re: cvs commit: apache-apr/apr/network_io/unix sendrecv.c

1999-04-19 Thread Ryan Bloom
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 what it

cvs commit: apache-apr/apr/network_io/unix sendrecv.c

1999-04-19 Thread rbb
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

cvs commit: apache-apr/apr/network_io/unix sendrecv.c Makefile

1999-04-14 Thread rbb
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

cvs commit: apache-apr/apr/network_io/unix sendrecv.c

1999-04-14 Thread rbb
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