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?

cvs commit: apache-apr STATUS

1999-04-19 Thread manoj
manoj 99/04/18 21:49:16 Modified:.STATUS Log: I like playing Alpha Centauri. Revision ChangesPath 1.20 +7 -1 apache-apr/STATUS Index: STATUS === RCS file:

cvs commit: apache-1.3/src/modules/proxy proxy_cache.c

1999-04-19 Thread martin
martin 99/04/19 05:30:47 Modified:src/modules/proxy proxy_cache.c Log: Not every ANSI compliant compiler supports auto-arrays of dynamic size. Use defensive approach and allocate filename using ap_palloc(). Revision ChangesPath 1.58 +2 -2

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 sockets.c

1999-04-19 Thread rbb
rbb 99/04/19 07:16:41 Modified:include apr_network_io.h docs networkio.txt apr/network_io/unix sockets.c Log: Initial commit of connect function. This is needed to do any sort of test program, and I have been meaning to write it. Not tested

cvs commit: apache-apr/apr/time/unix - New directory

1999-04-19 Thread rbb
rbb 99/04/19 07:47:33 apache-apr/apr/time/unix - New directory