cvs commit: apache-2.0/mpm/src/modules/standard mod_access.c mod_actions.c mod_alias.c mod_asis.c mod_auth.c mod_autoindex.c mod_cgi.c mod_dir.c mod_echo.c mod_env.c mod_imap.c mod_include.c mod_log_config.c mod_mime.c mod_negotiation.c mod_setenvif.c mod_userdir.c

1999-07-27 Thread dgaudet
dgaudet 99/07/27 05:05:15 Modified:mpm/src/include http_config.h mpm/src/main http_config.c http_core.c http_main.c http_vhost.c mpm/src/modules/mpm/dexter dexter.c mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c

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

1999-07-27 Thread ben
ben 99/07/27 06:31:21 Modified:mpm/src/modules/mpm/prefork prefork.c Log: Fix a warning. Revision ChangesPath 1.20 +1 -1 apache-2.0/mpm/src/modules/mpm/prefork/prefork.c Index: prefork.c

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

1999-07-27 Thread stoddard
stoddard99/07/27 06:46:07 Modified:src/main http_main.c Log: Win32: Fix problem where Apache would not run if either the executable or the configuration file has spaces in the path. Clean up a couple of handle leaks. Thanks Tim! Obtained from: [EMAIL PROTECTED] Reviewed by:

cvs commit: apache-apr/include apr_errno.h apr_general.h

1999-07-27 Thread rbb
rbb 99/07/27 10:58:42 Modified:apr configure.in apr/misc/unix Makefile.in apr/test Makefile.in include apr_errno.h apr_general.h Added: apr/misc/unix getopt.c apr/test testargs.c Log: Added getopt function

cvs commit: apache-apr/apr/lib apr_tables.c Makefile.in apr_pools.c

1999-07-27 Thread rbb
rbb 99/07/27 11:28:00 Modified:apr/lib Makefile.in apr_pools.c Added: apr/lib apr_tables.c Log: Split the array and table functions out from the memory pool functions. This should make it easier to allow for pools vs malloc/free options at configure time. I'll be

cvs commit: apache-apr/apr/threadproc/unix thread.c threadcancel.c threadpriv.c

1999-07-27 Thread rbb
rbb 99/07/27 11:46:24 Modified:apr/threadproc/unix thread.c threadcancel.c threadpriv.c Log: Make all thread functions a no-op on platforms without pthreads. Hopefully, someday this will change to a user-land threads library, but this will work for now. I am returning

cvs commit: apache-1.3 STATUS

1999-07-27 Thread coar
coar99/07/27 11:48:54 Modified:.STATUS Log: Proxy issue no longer a showstopper; push release date out by a couple of days due to the recent flurry. Revision ChangesPath 1.725 +9 -8 apache-1.3/STATUS Index: STATUS

cvs commit: apache-apr/apr/file_io/unix dir.c fileacc.c fileio.h filestat.c open.c

1999-07-27 Thread rbb
rbb 99/07/27 12:26:17 Modified:apr/file_io/unix dir.c fileacc.c fileio.h filestat.c open.c Log: Cleanup file I/O code. We no longer do a stat on every open, but when a user calls ap_getfileinfo, we are caching the results of that stat automatically. I am also continuing

cvs commit: apache-2.0/mpm/src/modules/standard mod_access.c mod_actions.c mod_alias.c mod_asis.c mod_auth.c mod_autoindex.c mod_dir.c mod_echo.c mod_env.c mod_imap.c mod_log_config.c mod_mime.c mod_negotiation.c mod_setenvif.c mod_userdir.c

1999-07-27 Thread ben
ben 99/07/27 14:16:53 Modified:mpm/src/include ap_hooks.h http_config.h mpm/src/main http_config.c http_connection.c http_core.c http_main.c mpm/src/modules/mpm/prefork prefork.c mpm/src/modules/standard

cvs commit: apache-2.0/mpm/src/modules/mpm/winnt - New directory

1999-07-27 Thread stoddard
stoddard99/07/27 15:12:52 apache-2.0/mpm/src/modules/mpm/winnt - New directory