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

2000-01-29 Thread rbb
> > Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX is > > defined correctly in all C files. > > If its a requirement, shouldn't httpd.h include ap_config.h, rather then > requiring module authors to magically know they should do this? As has been stated before, httpd.h

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 http_requ

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 fil

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

1999-11-15 Thread rbb
rbb 99/11/15 11:50:48 Modified:src/lib/apr/network_io/unix sendrecv.c sockopt.c src/modules/mpm/dexter dexter.c src/modules/mpm/mpmt_pthread mpmt_pthread.c src/modules/mpm/prefork prefork.c src/os/unix iol_socket.c iol_socke

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 ma

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 === R

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 === R

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-20 Thread manoj
manoj 99/10/20 12:38:28 Modified:src/include ap_iol.h src/main iol_file.c src/os/unix iol_socket.c Log: Change some ints to ap_size_t to be more "correct" for APR and Unix I/O. Revision ChangesPath 1.7 +3 -2 apache-2.0/src/includ

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

1999-10-20 Thread manoj
manoj 99/10/20 12:35:33 Modified:src/include ap_iol.h src/main buff.c iol_file.c src/os/unix iol_socket.c Log: Change the IOL API to no longer use errno. Functions now return error codes like APR does. iol_socket on non-Unix platforms hasn't been fix

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