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

1999-10-26 Thread manoj
manoj 99/10/25 16:16:32 Modified:src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: Fix warnings, and fix a segfault in the process. Revision ChangesPath 1.40 +8 -7 apache-2.0/src/modules/mpm/mpmt_pthread/mpmt_pthread.c Index: mpmt_pthread.c

cvs commit: apache-2.0/src/lib/apr aprlib.mak aprlib.dsp aprlib.def

1999-10-26 Thread stoddard
stoddard99/10/25 16:55:50 Modified:src/lib/apr/include apr_network_io.h src/lib/apr/network_io/win32 sockopt.c sockets.c networkio.h src/lib/apr aprlib.mak aprlib.dsp aprlib.def Added: src/lib/apr/network_io/win32 sockaddr.c Log: Add local_addr

cvs commit: apache-devsite platforms.html

1999-10-26 Thread wsanchez
wsanchez99/10/25 18:26:59 Modified:.platforms.html Log: nit Revision ChangesPath 1.3 +1 -1 apache-devsite/platforms.html Index: platforms.html === RCS file:

cvs commit: apache-site/contributors index.html

1999-10-26 Thread wsanchez
wsanchez99/10/25 18:29:26 Modified:contributors index.html Log: Add my stats. Alphabetize Sameer. Revision ChangesPath 1.79 +40 -28apache-site/contributors/index.html Index: index.html ===

cvs commit: apache-2.0/src Configuration.mpm

1999-10-26 Thread manoj
manoj 99/10/25 18:58:57 Modified:src Configuration.mpm Log: Fix EXTRA_LIBS to match the one-library APR Revision ChangesPath 1.17 +1 -1 apache-2.0/src/Configuration.mpm Index: Configuration.mpm

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

1999-10-26 Thread manoj
manoj 99/10/25 22:24:52 Modified:src/main buff.c Log: Fix a Manojly stupid bclose bug. Revision ChangesPath 1.14 +1 -1 apache-2.0/src/main/buff.c Index: buff.c === RCS file:

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/modules/mpm/mpmt_pthread mpmt_pthread.c

1999-10-26 Thread manoj
manoj 99/10/25 23:05:39 Modified:src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: Fix warnings from the local/remote_addr stuff properly. Revision ChangesPath 1.41 +3 -11 apache-2.0/src/modules/mpm/mpmt_pthread/mpmt_pthread.c Index: mpmt_pthread.c

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

1999-10-26 Thread manoj
manoj 99/10/25 23:07:38 Modified:src/modules/mpm/dexter dexter.c Log: Take advantage of ap_new_apr_connection in dexter Revision ChangesPath 1.47 +7 -19 apache-2.0/src/modules/mpm/dexter/dexter.c Index: dexter.c

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

1999-10-26 Thread manoj
manoj 99/10/25 23:15:59 Modified:src/main buff.c Log: More elimination of errno in buff. Now, everything under ap_bwrite is errno-free. ap_bwrite doesn't use errno, excpet for exporting its old interface. Revision ChangesPath 1.15 +49 -41

cvs commit: apache-2.0/src/lib/apr/threadproc/os2 proc.c

1999-10-26 Thread bjh
bjh 99/10/26 08:07:36 Modified:src/lib/apr/threadproc/os2 proc.c Log: OS/2: Make ap_create_process() work with scripts, allowing mod_cgi to work with all the CGI types it used to (REXX, Perl etc). Revision ChangesPath 1.8 +148 -26

cvs commit: apache-2.0/src/lib/apr/threadproc/os2 proc.c

1999-10-26 Thread bjh
bjh 99/10/26 08:16:56 Modified:src/lib/apr/threadproc/os2 proc.c Log: OS/2: Put support for detached processes back into ap_create_process(), removed by previous change. Revision ChangesPath 1.9 +4 -1 apache-2.0/src/lib/apr/threadproc/os2/proc.c

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

1999-10-26 Thread manoj
manoj 99/10/26 13:43:52 Modified:src/main buff.c Log: Fix some (probably) inconsequential mistakes in ap_bsetopt. Revision ChangesPath 1.16 +2 -2 apache-2.0/src/main/buff.c Index: buff.c

cvs commit: apache-2.0/src Configuration.mpm

1999-10-26 Thread manoj
manoj 99/10/26 15:05:41 Modified:src Configuration.mpm Log: The -lapr is redundant. Revision ChangesPath 1.18 +1 -1 apache-2.0/src/Configuration.mpm Index: Configuration.mpm === RCS

cvs commit: apache-2.0/src/main buff.c http_connection.c http_protocol.c

1999-10-26 Thread manoj
manoj 99/10/26 15:25:03 Modified:src CHANGES src/main buff.c http_connection.c http_protocol.c Log: ap_bflush and ap_bclose now return ap_status_t error codes instead of returning -1 and setting errno. Revision ChangesPath 1.13 +3 -0

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

1999-10-26 Thread manoj
manoj 99/10/26 15:42:51 Modified:src CHANGES src/include buff.h src/main buff.c Log: Error functions recorded with ap_bonerror now take a status code as an argument, so errno isn't needed. Revision ChangesPath 1.14 +3 -1

cvs commit: apache-2.0/src/include buff.h

1999-10-26 Thread manoj
manoj 99/10/26 15:53:57 Modified:src/include buff.h Log: Prototypes changed slightly for ap_bclose and ap_bflush. Revision ChangesPath 1.6 +2 -2 apache-2.0/src/include/buff.h Index: buff.h