cvs commit: apache-1.3/src/main http_main.c

1998-05-09 Thread brian
brian 98/05/08 16:08:53 Modified:src/main http_main.c Log: Uh, this is still needed to prevent compilation problems... Revision ChangesPath 1.338 +2 -0 apache-1.3/src/main/http_main.c Index: http_main.c

cvs commit: apache-1.3/src/main http_main.c

1998-05-09 Thread coar
coar98/05/08 16:58:37 Modified:src/main http_main.c Log: - Fix type of cleanup routines being registered (Ben Hyde spotted) - Make sure that the (platform) comment (if enabled) appears at a known location in the server version (right after the base

cvs commit: apache-1.3 STATUS

1998-05-09 Thread brian
brian 98/05/08 17:17:39 Modified:.STATUS Log: garbage in, garbage out :) removed the whole server string thing, added two items from the list so we don't forget. Revision ChangesPath 1.390 +7 -14 apache-1.3/STATUS Index: STATUS

cvs commit: apache-1.3/src/main http_main.c

1998-05-09 Thread jim
jim 98/05/08 18:21:48 Modified:src/main http_main.c Log: Fix the order of how the server_version string is built... All extra components are tacked to the _end_ of the string. The front of the server_version string is always SERVER_BASEVERSION. So if we have

cvs commit: apache-1.3 STATUS

1998-05-09 Thread brian
brian 98/05/08 19:28:32 Modified:src/modules/standard mod_cgi.c mod_include.c src CHANGES .STATUS Log: This is a fix to make this not a show-stopper anymore. Making a promise and breaking it every now and then is worse than not making

cvs commit: apache-1.3/src/main http_main.c

1998-05-09 Thread coar
coar98/05/08 21:36:40 Modified:src/main http_main.c Log: Untangle the last patch.. ap_add_version_component() needs to *prepend* the strings it's fed, not append them. This is because the last thing that calls it before the string is locked is

cvs commit: apache-1.3/src/main http_core.c http_main.c

1998-05-09 Thread coar
coar98/05/08 21:42:30 Modified:htdocs/manual new_features_1_3.html upgrading_to_1_3.html htdocs/manual/mod core.html src/main http_core.c http_main.c Log: Final touches on removing the AddVersionComponent directive and correcting my BD

cvs commit: apache-1.3/src/main http_main.c

1998-05-09 Thread pcs
pcs 98/05/09 06:23:58 Modified:src/main http_main.c Log: Win32 does not have kill(). Use raise() instead. Revision ChangesPath 1.344 +4 -0 apache-1.3/src/main/http_main.c Index: http_main.c

cvs commit: apache-1.3/src/include http_config.h

1998-05-09 Thread pcs
pcs 98/05/09 06:27:21 Modified:src/include http_config.h Log: Make the declaration of ap_loaded_modules match it's definition. This is required for compilation on WIN32, where API_VAR_EXPORT modifies the definition. Revision ChangesPath 1.85 +1 -1

cvs commit: apache-1.3/src/main util.c

1998-05-09 Thread jim
jim 98/05/09 07:27:27 Modified:.STATUS src CHANGES src/include httpd.h src/main util.c Log: Submitted by: Jim Jagielski Reviewed by: Dean Gaudet, Martin Kraemer, Brian Behlendorf Disallow non-/dev/null device files

cvs commit: apache-1.3/src/os/win32 mod_isapi.c

1998-05-09 Thread ben
ben 98/05/09 08:09:31 Modified:src CHANGES src/os/win32 mod_isapi.c Log: Don't force ISAPI headers to finish with \n. PR: 2060 Submitted by: Jim Patterson [EMAIL PROTECTED], Ben Laurie Revision ChangesPath 1.839 +6 -0

cvs commit: apache-1.3/src/main http_main.c

1998-05-09 Thread ben
ben 98/05/09 08:54:40 Modified:src/main http_main.c Log: Report server version correctly on Win32. Revision ChangesPath 1.347 +10 -8 apache-1.3/src/main/http_main.c Index: http_main.c ===

cvs commit: apache-1.3/src/main http_main.c

1998-05-09 Thread ben
ben 98/05/09 08:56:27 Modified:src/main http_main.c Log: Fix a warning. Revision ChangesPath 1.348 +1 -1 apache-1.3/src/main/http_main.c Index: http_main.c === RCS file: