cvs commit: apache-site/systems99 index.html

1999-10-19 Thread lars
lars99/10/19 15:46:39 Modified:systems99 index.html Log: Add info about presentation... Revision ChangesPath 1.4 +8 -0 apache-site/systems99/index.html Index: index.html === RCS file:

cvs commit: apache-2.0/src/lib/apr/time/unix time.c

1999-10-19 Thread rbb
rbb 99/10/19 12:21:24 Modified:src/lib/apr acconfig.h configure.in src/lib/apr/file_io/unix dir.c src/lib/apr/network_io/unix sockets.c sockopt.c src/lib/apr/time/unix time.c Removed: src/lib/apr/inc apr_macro.h Log: Remove all o

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

1999-10-19 Thread bjh
bjh 99/10/19 08:54:52 Modified:src/main http_main.c Log: Use APR's getopt. Revision ChangesPath 1.18 +1 -1 apache-2.0/src/main/http_main.c Index: http_main.c === RCS file: /home/cvs/apa

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

1999-10-19 Thread bjh
bjh 99/10/19 08:52:25 Modified:src/main http_log.c Log: Need APR_CREATE flag when opening error log & pid file. Revision ChangesPath 1.12 +2 -2 apache-2.0/src/main/http_log.c Index: http_log.c ==

cvs commit: apache-2.0/src/lib/apr/file_io/os2 fileio.h

1999-10-19 Thread bjh
bjh 99/10/19 08:29:04 Modified:src/lib/apr/file_io/os2 fileio.h Log: OS/2: First take at adding buffered file I/O support. Only reads tested so far. (ooops, forgot the header on previous commit). Revision ChangesPath 1.4 +9 -0 apache-2.0/src/lib/apr/file

cvs commit: apache-2.0/src/lib/apr/file_io/os2 open.c pipe.c readwrite.c seek.c

1999-10-19 Thread bjh
bjh 99/10/19 08:24:22 Modified:src/lib/apr/file_io/os2 open.c pipe.c readwrite.c seek.c Log: OS/2: First take at adding buffered file I/O support. Only reads tested so far. Revision ChangesPath 1.9 +11 -0 apache-2.0/src/lib/apr/file_io/os2/open.c Index

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

1999-10-19 Thread stoddard
stoddard99/10/19 07:55:36 Modified:src/modules/mpm/winnt winnt.h winnt.c Log: Fix GetAcceptExSockaddrs plus a few tweaks. Revision ChangesPath 1.5 +2 -2 apache-2.0/src/modules/mpm/winnt/winnt.h Index: winnt.h =

cvs commit: apache-2.0/src/lib/apr/file_io/unix readwrite.c

1999-10-19 Thread rbb
rbb 99/10/19 04:19:29 Modified:src/lib/apr/file_io/unix readwrite.c Log: Somewhere along the line, we stopped checking the return codes of read and write. This fixes that oversight. Submitted by: Manoj Kasichainula Revision ChangesPath 1.13 +6 -0 apache

cvs commit: apache-2.0/src/os/os2 util_os2.c

1999-10-19 Thread bjh
bjh 99/10/18 19:41:42 Modified:src/os/os2 util_os2.c Log: Prevent collision with APR symbol of same name. Revision ChangesPath 1.4 +1 -1 apache-2.0/src/os/os2/util_os2.c Index: util_os2.c ==

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

1999-10-19 Thread bjh
bjh 99/10/18 19:02:11 Modified:src/lib/apr/threadproc/os2 proc.c Log: OS/2: Add ap_get_os_proc(). Revision ChangesPath 1.7 +11 -0 apache-2.0/src/lib/apr/threadproc/os2/proc.c Index: proc.c ==

cvs commit: apache-2.0/src/lib/apr/file_io/os2 readwrite.c

1999-10-19 Thread bjh
bjh 99/10/18 18:59:49 Modified:src/lib/apr/file_io/os2 readwrite.c Log: OS/2: ap_fgets() should NULL terminate the string. Revision ChangesPath 1.4 +2 -1 apache-2.0/src/lib/apr/file_io/os2/readwrite.c Index: readwrite.c ==