cvs commit: apachen/src/os/unix os-inline.c Makefile.tmpl os.c os.h

1997-09-12 Thread Paul Sutton
pcs 97/09/12 00:28:52 Modified:src/os/unix Makefile.tmpl os.c os.h Added: src/os/unix os-inline.c Log: Add capability to OS abstract on Unix systems, with either functions, inlines or macros. All code in os.c, os.h and os-inline.c is available to all Apache source

cvs commit: apachen/src Configure Makefile.tmpl

1997-09-12 Thread Paul Sutton
pcs 97/09/12 00:33:03 Modified:src Configure Makefile.tmpl Log: As part of enabling OS abstractions, the OS specific Makefile is now responsible for copying required header files to src/main, not Configure. Also link with the OS abstraction libary as the last module.

cvs commit: apachen/src/main conf.h

1997-09-12 Thread Paul Sutton
pcs 97/09/12 01:09:10 Modified:src/main conf.h Log: Now conf.h can include os.h in Win32 builds as well. the (large) Win32 section from conf.h is now in os/win32/os.h. Revision ChangesPath 1.135 +2 -67 apachen/src/main/conf.h Index: conf.h

cvs commit: apachen/src/os/win32 os.h

1997-09-12 Thread Paul Sutton
pcs 97/09/12 02:06:44 Modified:src/os/win32 os.h Log: Forgot to update the prototype when chaging from ap_* to os_* Revision ChangesPath 1.2 +1 -1 apachen/src/os/win32/os.h Index: os.h

cvs commit: apachen/htdocs/manual sourcereorg.html

1997-09-12 Thread Paul Sutton
pcs 97/09/12 02:27:32 Modified:htdocs/manual sourcereorg.html Log: Note that sub-dirs are build into libraries Revision ChangesPath 1.5 +2 -0 apachen/htdocs/manual/sourcereorg.html Index: sourcereorg.html

cvs commit: apachen/htdocs/manual/mod index.html

1997-09-12 Thread Paul Sutton
pcs 97/09/12 02:36:19 Modified:htdocs/manual/mod index.html Log: Add mod_speling to the list of distributed modules Revision ChangesPath 1.20 +2 -0 apachen/htdocs/manual/mod/index.html Index: index.html

cvs commit: apachen/src/modules/proxy Makefile

1997-09-12 Thread Paul Sutton
pcs 97/09/12 07:23:52 Modified:src/modules/proxy Makefile Log: Fix proxy makefile to use an all target like the other module/* directories. Also do not remove the library on every build. Submitted by: Martin Kraemer Revision ChangesPath 1.17 +1 -1

cvs commit: apachen/src/modules/standard mod_log_config.c

1997-09-12 Thread Rodent of Unusual Size
coar97/09/12 07:50:54 Modified:htdocs/manual/mod mod_log_config.html src CHANGES src/modules/standard mod_log_config.c Log: Changes to mod_log_config to allow naming of format strings. Format nicknames are defined with LogFormat

cvs commit: apachen/src/modules/standard mod_info.c

1997-09-12 Thread Rodent of Unusual Size
coar97/09/12 11:53:31 Modified:src/modules/standard mod_info.c Log: Add the missing request phases, add the configuration phases, change commands to directives.. Revision ChangesPath 1.28 +130 -82 apachen/src/modules/standard/mod_info.c

cvs commit: apachen/src/os/win32 os.h

1997-09-12 Thread Dean Gaudet
dgaudet 97/09/12 13:13:26 Modified:htdocs/manual new_features_1_3.html src CHANGES PORTING src/main conf.h http_log.c http_log.h http_main.c http_main.h src/modules/standard mod_log_config.c

cvs commit: apachen/htdocs/manual new_features_1_3.html

1997-09-12 Thread Dean Gaudet
dgaudet 97/09/12 13:42:28 Modified:htdocs/manual new_features_1_3.html Log: add mod_speling, submitted by Martin Revision ChangesPath 1.22 +15 -0 apachen/htdocs/manual/new_features_1_3.html Index: new_features_1_3.html

cvs commit: apache-devsite mmn.txt

1997-09-12 Thread Dean Gaudet
aplog_error() 19970902 (1.3a2-dev) - MD5 routines and structures renamed to ap_* +19970912 (1.3b1-dev) - set_last_modified split into set_last_modified, + set_etag and meets_conditions + - register_other_child API + - piped_log API

cvs commit: apachen/src/main http_main.c

1997-09-12 Thread Doug MacEachern
dougm 97/09/12 14:40:13 Modified:src CHANGES src/main http_main.c Log: go back to old behavior of calling init_modules() twice at server startup Submitted by: Doug MacEachern Reviewed by: Dean Gaudet Revision ChangesPath 1.439 +0 -2

cvs commit: apachen/src/main http_core.c http_protocol.h

1997-09-12 Thread Rodent of Unusual Size
coar97/09/12 14:49:19 Modified:src/main http_core.c http_protocol.h Log: Fix up some missing includes (fallout from the set_last_modified() rework). Revision ChangesPath 1.122 +1 -0 apachen/src/main/http_core.c Index: http_core.c

cvs commit: apachen/src/main httpd.h

1997-09-12 Thread Dean Gaudet
dgaudet 97/09/12 15:39:02 Modified:src/main httpd.h Log: yet another #ifndef wrapper Revision ChangesPath 1.148 +2 -0 apachen/src/main/httpd.h Index: httpd.h === RCS file:

cvs commit: apachen/src/main http_config.c

1997-09-12 Thread Alexei Kosut
akosut 97/09/12 15:55:17 Modified:src/main http_config.c Log: Have create_empty_config() create DYNAMIC_MODULE_LIMIT more vector space than it needs, in case you put LoadModule after a Directory or VirtualHost in a config file. Also have add_module() complain and exit if

cvs commit: apachen/src/modules/extra .cvsignore

1997-09-12 Thread Alexei Kosut
akosut 97/09/12 15:56:46 Added: src/modules/extra .cvsignore Log: Ignore the machine-generated Makefile in modules/standard/extra Revision ChangesPath 1.1 apachen/src/modules/extra/.cvsignore Index: .cvsignore