cvs commit: apache/src CHANGES httpd.h http_main.c http_config.c

1997-03-10 Thread Roy Fielding
fielding97/03/10 22:04:42 Modified:src CHANGES httpd.h http_main.c http_config.c Log: Improved handling of IP address as a virtualhost address and introduced "_default_" as a synonym for the default vhost config. Submitted by: Dean Gaudet, PR #212 Reviewed by: Roy Fiel

cvs commit: apache/src CHANGES http_core.c

1997-03-10 Thread Roy Fielding
fielding97/03/10 19:41:44 Modified:src CHANGES http_core.c Log: Clear memory allocated for listeners. Submitted by: Randy Terbush Reviewed by: Roy Fielding, Dean Gaudet, Chuck Murcko Revision ChangesPath 1.195 +2 -0 apache/src/CHANGES Index: CHA

cvs commit: apache/src CHANGES util.c

1997-03-10 Thread Roy Fielding
fielding97/03/10 19:24:26 Modified:src CHANGES util.c Log: Deal with long hostnames by making use of the MAXHOSTNAMELEN symbol when available, or 256 (the Internet default) when not. Submitted by: Dean Gaudet Reviewed by: Roy Fielding, Chuck Murcko Revision Chang

cvs commit: apache/support Makefile.tmpl

1997-03-10 Thread Dean Gaudet
dgaudet 97/03/10 01:31:34 Modified:support Makefile.tmpl Log: need to use LIBS instead of EXTRA_LIBS in order to get -lcrypt on FreeBSD Submitted: Marc Reviewed: Dean, Chuck, Jim Revision ChangesPath 1.2 +2 -2 apache/support/Makefile.tmpl Index: M

cvs commit: apache/src CHANGES alloc.c

1997-03-10 Thread Dean Gaudet
dgaudet 97/03/10 01:27:43 Modified:src CHANGES alloc.c Log: Memory allocation problem in push_array() -- it would corrupt memory when nalloc==0. Submitted: Kai Risku <[EMAIL PROTECTED]> and Roy Fielding Reviewed: Dean, Randy, Chuck Revision ChangesPath 1.19

cvs commit: apache/src CHANGES

1997-03-10 Thread Dean Gaudet
dgaudet 97/03/10 01:20:39 Modified:src CHANGES Log: PR#160: invoke_handler() doesn't handle mime arguments in content-type Submitted: Petr Lampa Reviewed: Dean, Randy, Chuck, Jim Revision ChangesPath 1.192 +3 -0 apache/src/CHANGES Index: CHANGES

cvs commit: apache/src http_config.c

1997-03-10 Thread Dean Gaudet
dgaudet 97/03/10 01:19:40 Modified:src http_config.c Log: PR#160: invoke_handler() doesn't handle mime arguments in content-type Submitted: Petr Lampa Reviewed: Dean, Randy, Chuck, Jim Revision ChangesPath 1.43 +7 -1 apache/src/http_config.c In