dgaudet 97/07/08 16:11:44
Modified:src alloc.h buff.h http_config.c mod_dir.c
mod_mime_magic.c
Log:
-Wall cleanup
Revision ChangesPath
1.26 +0 -5 apache/src/alloc.h
Index: alloc.h
=
fielding97/05/26 21:14:22
Modified:src alloc.h alloc.c http_protocol.c
Log:
Two problems were introduced by the two "error responses have wrong headers"
patches committed a couple weeks ago. The first is that a NULL table
causes mod_log_config to SIGSEGV on a call to table
fielding97/04/07 03:58:41
Modified:src alloc.h alloc.c http_protocol.h http_protocol.c
Log:
Constify the interface to table_do in order to make it clear that the
passed routine cannot change the table.
Submitted by: Dean Gaudet
Reviewed by: Roy Fielding
Revision
brian 96/11/03 13:25:17
Modified:src alloc.h buff.c buff.h conf.h explain.h
http_conf_globals.h http_config.h http_core.h
http_log.h http_main.h http_request.h md5.h
rfc1413.h scoreboard.h util_md5.h util_
akosut 96/06/08 18:14:35
Modified:src alloc.h
Log:
Add prototype for table_add().
Submitted by: [EMAIL PROTECTED]
Revision ChangesPath
1.5 +1 -0 apache/src/alloc.h
Index: alloc.h
===