Re: cvs commit: apache-2.0/src/os/unix iol_socket.c unixd.c

2000-01-29 Thread Ben Laurie
[EMAIL PROTECTED] wrote: rbb 00/01/28 10:02:32 Modified:src/ap ap_hooks.c ap_sha1.c src/helpers build-modules-c.awk src/main buff.c gen_test_char.c http_config.c http_connection.c http_core.c http_main.c

cvs commit: apache-2.0/src/os/unix iol_socket.c unixd.c

2000-01-28 Thread rbb
rbb 00/01/28 10:02:32 Modified:src/ap ap_hooks.c ap_sha1.c src/helpers build-modules-c.awk src/main buff.c gen_test_char.c http_config.c http_connection.c http_core.c http_main.c http_protocol.c

cvs commit: apache-2.0/src/os/unix iol_socket.c

1999-11-30 Thread manoj
manoj 99/11/29 18:53:14 Modified:src/os/unix iol_socket.c Log: Eliminate some warnings. Revision ChangesPath 1.12 +3 -5 apache-2.0/src/os/unix/iol_socket.c Index: iol_socket.c === RCS

cvs commit: apache-2.0/src/os/unix iol_socket.c

1999-10-30 Thread manoj
manoj 99/10/29 17:25:31 Modified:src/os/unix iol_socket.c Log: Fix a horrible bug causing all sorts of insanely weird file descriptor bugs. Both APR (during pool cleanup) and IOL (triggered by bclose) were trying to close the same socket. As a temporary hack, this patch

cvs commit: apache-2.0/src/os/unix iol_socket.c

1999-10-26 Thread manoj
manoj 99/10/25 22:29:40 Modified:src/os/unix iol_socket.c Log: Fix bugs in the big fat macro. Revision ChangesPath 1.9 +4 -3 apache-2.0/src/os/unix/iol_socket.c Index: iol_socket.c ===

cvs commit: apache-2.0/src/os/unix iol_socket.c

1999-10-25 Thread manoj
manoj 99/10/25 14:00:33 Modified:src/os/unix iol_socket.c Log: We didn't zero out nbytes in one case of error; fix that. Revision ChangesPath 1.7 +1 -0 apache-2.0/src/os/unix/iol_socket.c Index: iol_socket.c

cvs commit: apache-2.0/src/os/unix iol_socket.c

1999-10-25 Thread manoj
manoj 99/10/25 14:01:09 Modified:src/os/unix iol_socket.c Log: Fix a misspelling in a comment Revision ChangesPath 1.8 +1 -1 apache-2.0/src/os/unix/iol_socket.c Index: iol_socket.c ===

cvs commit: apache-2.0/src/os/unix iol_socket.c

1999-08-28 Thread rse
rse 99/08/28 05:22:12 Modified:src/main alloc.c buff.c http_connection.c http_main.c http_protocol.c src/os/unix iol_socket.c Log: Make ``configure --with-option=devel'' under GCC 2.95.1 happy by avoiding various warnings... Revision