cvs commit: apache/src alloc.c alloc.h buff.c buff.h http_bprintf.c http_conf_globals.h http_config.c http_config.h http_log.c http_log.h http_main.c http_main.h http_protocol.c http_protocol.h http_request.c http_request.h httpd.h scoreboard.h util.c util_md5.c util_md5.h util_script.c util_script.h

1997-07-15 Thread Alexei Kosut
akosut 97/07/15 14:40:21 Modified:src alloc.c alloc.h buff.c buff.h http_bprintf.c http_conf_globals.h http_config.c http_config.h http_log.c http_log.h http_main.c http_main.h http_protocol.c http_protocol

cvs commit: apache/src alloc.c alloc.h buff.c buff.h conf.h http_conf_globals.h http_config.c http_config.h http_core.c http_core.h http_log.c http_log.h http_main.c http_main.h http_protocol.c http_protocol.h http_request.c http_request.h httpd.h md5.h md5c.c mod_access.c mod_actions.c mod_alias.c mod_asis.c mod_auth.c mod_auth_anon.c mod_auth_db.c mod_auth_dbm.c mod_auth_msql.c mod_browser.c mod_cern_meta.c mod_cgi.c mod_digest.c mod_dir.c mod_dld.c mod_env.c mod_expires.c mod_headers.c mod_imap.c mod_include.c mod_info.c mod_log_agent.c mod_log_config.c mod_log_referer.c mod_mime.c mod_negotiation.c mod_rewrite.c mod_rewrite.h mod_status.c mod_userdir.c mod_usertrack.c rfc1413.c rfc1413.h scoreboard.h util.c util_date.c util_date.h util_md5.c util_md5.h util_script.c util_script.h

1997-01-01 Thread Randy Terbush
randy 97/01/01 10:11:13 Modified:src alloc.c alloc.h buff.c buff.h conf.h http_conf_globals.h http_config.c http_config.h http_core.c http_core.h http_log.c http_log.h http_main.c http_main.h http_protocol.

cvs commit: apache/src alloc.c alloc.h

1996-10-17 Thread Ben Laurie
ben 96/10/17 01:59:55 Modified:src alloc.c alloc.h Log: Make run_cleanup() global again ... it may be used by third party modules. Revision ChangesPath 1.17 +2 -2 apache/src/alloc.c Index: alloc.c

cvs commit: apache/src alloc.c alloc.h httpd.h util.c

1996-10-13 Thread Ben Laurie
ben 96/10/13 06:35:32 Modified:src alloc.c alloc.h httpd.h util.c Log: More constification and hiding of internal functions. Revision ChangesPath 1.16 +8 -8 apache/src/alloc.c Index: alloc.c ==

cvs commit: apache/src alloc.c alloc.h

1996-10-06 Thread Ben Laurie
ben 96/10/06 10:29:57 Modified:src alloc.c alloc.h Log: Make things const where appropriate. Revision ChangesPath 1.15 +12 -11apache/src/alloc.c Index: alloc.c === RCS file: /expor

cvs commit: apache/src alloc.c alloc.h mod_cgi.c

1996-08-08 Thread Brian Behlendorf
brian 96/08/08 00:21:18 Modified:src alloc.c alloc.h mod_cgi.c Log: Reviewed by: Brian Behlendorf Submitted by: Garey Smiley Removal of more special-cased EMX (OS/2) code, since those sections now work fine with OS/2. Revision ChangesPath 1.10 +0 -9

cvs commit: apache/src alloc.c alloc.h http_config.h mod_cgi.c util_script.c util_script.h

1996-08-06 Thread Alexei Kosut
akosut 96/08/06 12:31:15 Modified:src alloc.c alloc.h http_config.h mod_cgi.c util_script.c util_script.h Log: Add ScriptLog directive to cgi_module, with accompanying hooks in the core code. Reviewed by: Jim Jagielski Revision Changes

cvs commit: apache/src alloc.c alloc.h buff.c conf.h http_bprintf.c http_core.c http_core.h http_request.c

1996-07-25 Thread Alexei Kosut
akosut 96/07/25 12:32:33 Modified:src alloc.c alloc.h buff.c conf.h http_bprintf.c http_core.c http_core.h http_request.c Log: Add directive, and allow and (and ) to use regex. Also fix "bug" and add regcomp() function. Reviewed by: Randy Te

cvs commit: apache/src alloc.c alloc.h http_main.c

1996-07-21 Thread Ben Laurie
ben 96/07/21 07:49:04 Modified:src alloc.c alloc.h http_main.c Log: Fix old-style restarts (broken by graceful restarts). Also move graceful restarts to SIGUSR1 instead of SIGINT. Revision ChangesPath 1.7 +5 -0 apache/src/alloc.c Index: alloc.c