cvs commit: apache-site/contributors index.html

1999-10-11 Thread marc
marc99/10/10 16:45:41 Modified:contributors index.html Log: Minor update. The things I thought would be wrong were old enough to be right. Revision ChangesPath 1.76 +1 -1 apache-site/contributors/index.html Index: index.html

cvs commit: apache-2.0/src/lib/apr/test testsig.c

1999-10-11 Thread rbb
rbb 99/10/10 18:39:25 Modified:src/lib/apr/include apr_general.h src/lib/apr/signal/beos signal.c src/lib/apr/signal/unix signal.c src/lib/apr/signal/win32 signal.c src/lib/apr/test testsig.c Log: Bring signals up to

cvs commit: apache-site/contributors index.html

1999-10-11 Thread bjh
bjh 99/10/10 21:20:39 Modified:contributors index.html Log: Add in my details. Revision ChangesPath 1.77 +12 -1 apache-site/contributors/index.html Index: index.html === RCS file:

cvs commit: apache-2.0/src/lib/apr acconfig.h

1999-10-11 Thread bjh
bjh 99/10/11 07:13:20 Modified:src/lib/apr acconfig.h Log: Map strcasecmp to stricmp if stricmp is available but strcasecmp isn't. Revision ChangesPath 1.6 +4 -0 apache-2.0/src/lib/apr/acconfig.h Index: acconfig.h

cvs commit: apache-2.0/src/lib/apr configure.in

1999-10-11 Thread bjh
bjh 99/10/11 07:15:28 Modified:src/lib/apr configure.in Log: OS/2: Compile with multi-threaded switch so we get things like thread safe errno etc. Revision ChangesPath 1.18 +1 -1 apache-2.0/src/lib/apr/configure.in Index: configure.in

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

1999-10-11 Thread bjh
bjh 99/10/11 07:18:57 Modified:src/lib/apr/file_io/os2 fileacc.c Log: OS/2: implement ap_get_filetype() Revision ChangesPath 1.4 +34 -0 apache-2.0/src/lib/apr/file_io/os2/fileacc.c Index: fileacc.c

cvs commit: apache-2.0/src/os/win32 util_win32.c

1999-10-11 Thread rbb
rbb 99/10/11 07:20:48 Modified:src Configure src/include http_log.h src/lib/apr/file_io/unix open.c src/lib/apr/include apr_file_io.h apr_lib.h apr_thread_proc.h src/lib/apr/lib apr_cpystrn.c

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

1999-10-11 Thread bjh
bjh 99/10/11 07:44:26 Modified:src/lib/apr/threadproc/os2 proc.c threadproc.h Log: OS/2: Implement detached processes fix some parameter ordering. Revision ChangesPath 1.4 +16 -8 apache-2.0/src/lib/apr/threadproc/os2/proc.c Index: proc.c

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

1999-10-11 Thread bjh
bjh 99/10/11 07:51:23 Modified:src/lib/apr/file_io/os2 open.c Log: OS/2: Implement ap_get_os_file()/ap_put_os_file() and fix ap_open() parameter order. Revision ChangesPath 1.4 +27 -1 apache-2.0/src/lib/apr/file_io/os2/open.c Index: open.c

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

1999-10-11 Thread stoddard
stoddard99/10/11 08:28:03 Modified:src/lib/apr/lib apr_pools.c Log: Migrate pool locking to use apr locks. Revision ChangesPath 1.15 +25 -18apache-2.0/src/lib/apr/lib/apr_pools.c Index: apr_pools.c

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

1999-10-11 Thread rbb
rbb 99/10/11 10:52:29 Modified:src/lib/apr/include apr_portable.h apr_thread_proc.h src/lib/apr/locks/unix locks.c src/lib/apr/test testproc.c testsig.c testsock.c testthread.c src/lib/apr/threadproc/beos proc.c

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

1999-10-11 Thread rbb
rbb 99/10/11 10:57:13 Modified:src/lib/apr/locks/unix locks.c Log: This avoids a seg fault when using locks on some unixes. The problem is, if we pass in a NULL for the filename when creating a lock, we will seg fault. This is not a permanent solution, but at least the

cvs commit: apache-2.0/src/support ab.c htdigest.c logresolve.c

1999-10-11 Thread dreid
dreid 99/10/11 13:25:09 Modified:src/support ab.c htdigest.c logresolve.c Log: These changes allow the support programs to compile on BeOS. The biggest change is in ab.c where the functions that BeOS needs that aren't the standard format are hidden behind a new ab_* define.

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

1999-10-11 Thread stoddard
stoddard99/10/11 13:44:33 Modified:src/modules/standard mod_cgi.c Log: First cut at migrating mod_cgi over to APR. Still needs some work to make it Win32 friendly (use named pipes, etc.) Submitted by: Paul Reder Reviewed by: Bill Stoddard Revision ChangesPath 1.6

cvs commit: apache-1.3 STATUS

1999-10-11 Thread stoddard
stoddard99/10/11 14:27:54 Modified:.STATUS Log: Thoughts? Revision ChangesPath 1.757 +12 -1 apache-1.3/STATUS Index: STATUS === RCS file: /home/cvs/apache-1.3/STATUS,v retrieving

cvs commit: apache-1.3/src/modules/proxy mod_proxy.h mod_proxy.c

1999-10-11 Thread martin
martin 99/10/11 14:33:37 Modified:src CHANGES src/modules/proxy mod_proxy.h mod_proxy.c Log: Graham submitted a patch which fixes a problem with the proxy configuration where globally set configuration options were overridden inside virtual hosts. Also,

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

1999-10-11 Thread martin
martin 99/10/11 14:54:43 Modified:src/main http_config.c Log: Typo Revision ChangesPath 1.14 +2 -2 apache-2.0/src/main/http_config.c Index: http_config.c === RCS file:

cvs commit: apache-2.0/src/main http_connection.c http_core.c http_main.c http_protocol.c http_request.c util_date.c util_script.c

1999-10-11 Thread martin
martin 99/10/11 15:07:40 Modified:src/main http_connection.c http_core.c http_main.c http_protocol.c http_request.c util_date.c util_script.c Log: Fix typos Revision ChangesPath 1.20 +1 -1

cvs commit: apache-2.0/src/test time-sem.c

1999-10-11 Thread martin
martin 99/10/11 15:40:20 Modified:src/ap ap_getpass.c src/lib/apr/lib apr_pools.c apr_tables.c src/lib/apr/locks/unix crossproc.c src/modules/example mod_example.c src/modules/mpm/dexter acceptlock.c

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

1999-10-11 Thread martin
martin 99/10/11 15:54:31 Modified:src/main listen.c Log: I cannot solve this right now. But this variable sure was uninitialized Revision ChangesPath 1.14 +2 -0 apache-2.0/src/main/listen.c Index: listen.c