cvs commit: apache-2.0/src/main http_core.c http_protocol.c

2000-01-19 Thread rbb
rbb 00/01/18 18:09:08 Modified:src/include ap_buf.h buff.h util_date.h src/main http_core.c http_protocol.c Log: Cleanup a few things with the compile. There were also a few macro name changes I missed earlier. Revision ChangesPath 1.3 +2 -0

cvs commit: apache-2.0/src/main http_core.c

1999-12-21 Thread manoj
manoj 99/12/20 23:54:09 Modified:src CHANGES src/main http_core.c Log: Add back support for UseCanonicalName in Directory containers. Found by Dave Colasurdo [EMAIL PROTECTED] Revision ChangesPath 1.18 +3 -0 apache-2.0/src/CHANGES

cvs commit: apache-2.0/src/main http_core.c util_md5.c

1999-12-11 Thread rbb
rbb 99/12/10 16:13:29 Modified:src/include util_md5.h src/main http_core.c util_md5.c Log: Get rid of an instance of ap_file_os_t from the Apache source. I will be finishing the cleansing of these interim variables over the next few days. Revision

cvs commit: apache-2.0/src/main http_core.c http_protocol.c

1999-11-20 Thread dreid
dreid 99/11/20 03:56:15 Modified:src/include http_protocol.h src/main http_core.c http_protocol.c Log: Next stage of ap_mmap support. Tested on FreeBSD and BeOS. Revision ChangesPath 1.8 +2 -1 apache-2.0/src/include/http_protocol.h

cvs commit: apache-2.0/src/main http_core.c

1999-10-21 Thread stoddard
stoddard99/10/21 11:28:15 Modified:src/main http_core.c Log: This patch fixes EBCDIC conversion for Apache 1.3.9 on platforms that support mmap. Currently, ap_checkconv() is called only if mmap is not supported, or if mmap fails. This results in mangled .gif's and .jpg's

cvs commit: apache-2.0/src/main http_core.c http_protocol.c

1999-10-05 Thread stoddard
stoddard99/10/04 22:14:44 Modified:src/include http_protocol.h src/main http_core.c http_protocol.c Log: Update ap_send_fd() and ap_send_fd_length() to use an ap_file_t. Hummm... Still need to get sendfile() in. First, lets get the serving basically working again

cvs commit: apache-2.0/src/main http_core.c http_protocol.c

1999-09-11 Thread ben
ben 99/09/11 15:14:43 Modified:src/include http_protocol.h src/main http_core.c http_protocol.c Log: Fix warnings. Revision ChangesPath 1.5 +2 -1 apache-2.0/src/include/http_protocol.h Index: http_protocol.h