cvs commit: apache/src CHANGES httpd.h

1997-07-22 Thread Alexei Kosut
akosut 97/07/22 17:06:08 Modified:. README src CHANGES httpd.h Log: Prep for 1.3a1 Revision ChangesPath 1.10 +5 -1 apache/README Index: README === RCS file:

cvs commit: apache/src CHANGES httpd.h

1997-07-19 Thread Roy Fielding
fielding97/07/19 12:42:19 Modified:src CHANGES httpd.h Log: Introduced APACHE_RELEASE numeric symbol, since branching a release makes a date meaningless for feature comparisons. The format is jnnffbb(j = major number, nn = minor, ff = bugfix, bb = beta)

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

1997-05-26 Thread Roy Fielding
fielding97/05/26 21:41:55 Modified:src CHANGES httpd.h http_config.h http_main.c http_protocol.c Log: If multiple requests on a single connection are used to retrieve data from different virtual hosts, the virtual host list would be scanned starting

cvs commit: apache/src CHANGES httpd.h alloc.h http_request.c http_protocol.c

1997-05-14 Thread Roy Fielding
fielding97/05/14 12:22:57 Modified:src CHANGES httpd.h alloc.h http_request.c http_protocol.c Log: Restore the semantics of headers_outheaders sent only with 200..299 and 304 responses err_headers_outheaders sent with all

cvs commit: apache/src CHANGES httpd.h

1997-03-28 Thread Roy Fielding
fielding97/03/28 19:40:35 Modified:src CHANGES httpd.h Log: Host port changed to unsigned short. Submitted by: Ken Coar, PR #276 Reviewed by: Roy Fielding, Chuck Murcko Revision ChangesPath 1.215 +2 -0 apache/src/CHANGES Index: CHANGES

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

1997-03-20 Thread Roy Fielding
fielding97/03/20 09:10:16 Modified:src CHANGES httpd.h util.c alloc.h alloc.c http_protocol.h http_protocol.c Log: Fixed the handling of module and script-added header fields. Improved the interface for sending header fields and reduced the

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