cvs commit: apache-2.0/src/modules/standard mod_cgi.c

1999-10-30 Thread manoj
manoj 99/10/30 01:05:10 Modified:src/include buff.h src/main buff.c http_protocol.c util_script.c src/modules/standard mod_cgi.c Log: An errnoless interface for ap_bgets Revision ChangesPath 1.9 +2 -1 apache-2.0/src/include/buff.

cvs commit: apache-2.0/src/os/unix Makefile.tmpl

1999-10-30 Thread manoj
manoj 99/10/29 22:59:32 Modified:src Makefile.tmpl src/ap Makefile.tmpl src/lib/apr/lib Makefile.in src/lib/apr/locks/unix Makefile.in src/lib/apr/mmap/unix Makefile.in src/lib/apr/network_io/unix Makefil

cvs commit: apache-2.0/src/modules/standard mod_cgi.c mod_echo.c

1999-10-30 Thread manoj
manoj 99/10/29 22:25:33 Modified:src/include buff.h src/main buff.c http_protocol.c src/modules/standard mod_cgi.c mod_echo.c Log: ap_bwrite now exports an errnoless interface. Revision ChangesPath 1.8 +3 -2 apache-2.0/src/includ

cvs commit: apache-2.0/src/modules/standard mod_echo.c mod_mime_magic.c

1999-10-30 Thread manoj
manoj 99/10/29 19:06:35 Modified:src CHANGES src/include buff.h src/main buff.c http_protocol.c src/modules/standard mod_echo.c mod_mime_magic.c Log: Change ap_bread's interface to no longer require errno. Revision Changes

cvs commit: apache-2.0/src/main listen.c

1999-10-30 Thread manoj
manoj 99/10/29 18:56:36 Modified:src/main listen.c Log: Get rid of an implicit malloc, by making ap_create_tcp_socket use the process context. Revision ChangesPath 1.17 +1 -2 apache-2.0/src/main/listen.c Index: listen.c ===

cvs commit: apache-2.0/src/modules/mpm/dexter dexter.c

1999-10-30 Thread manoj
manoj 99/10/29 18:49:54 Modified:src/modules/mpm/dexter dexter.c Log: Force ap_put_os_sock() to create a new ap_socket_t by presetting what's passed in to NULL. Revision ChangesPath 1.51 +1 -0 apache-2.0/src/modules/mpm/dexter/dexter.c Index: dexter.c

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