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
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.
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
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
==
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
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
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
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
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