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

1999-10-17 Thread bhyde
bhyde 99/10/17 09:39:43 Modified:src/main util_script.c Log: Eliminate warning about create_argv_cmd being unused. Code's topology needs work. Revision ChangesPath 1.12 +2 -1 apache-2.0/src/main/util_script.c Index: util_scr

cvs commit: apache-2.0/src/lib/apr/lib apr_tables.c

1999-10-17 Thread bhyde
bhyde 99/10/17 09:11:44 Modified:src/lib/apr/lib apr_tables.c Log: Resolve pool->context issues with tables when compiled with POOL_DEBUG defined. Revision ChangesPath 1.5 +9 -9 apache-2.0/src/lib/apr/lib/apr_tables.c Index: apr_table

cvs commit: apache-2.0/src/modules/mpm/dexter acceptlock.h acceptlock.c

1999-10-13 Thread bhyde
bhyde 99/10/13 14:14:11 Modified:src/modules/mpm/dexter acceptlock.h acceptlock.c Log: Modernize some dexter cleanups to return status. Revision ChangesPath 1.4 +3 -3 apache-2.0/src/modules/mpm/dexter/acceptlock.h Index: acceptlock.h

cvs commit: apache-2.0/src/lib/apr/include apr_file_io.h

1999-10-13 Thread bhyde
bhyde 99/10/13 14:09:10 Modified:src/lib/apr/include apr_file_io.h Log: Back out this change, restore warning. Revision ChangesPath 1.15 +1 -1 apache-2.0/src/lib/apr/include/apr_file_io.h Index: apr_file_io.h

cvs commit: apache-2.0/src/modules/mpm/mpmt_pthread scoreboard.c

1999-10-13 Thread bhyde
bhyde 99/10/13 13:52:58 Modified:src/modules/mpm/mpmt_pthread scoreboard.c Log: Remove two bogus decls. Revision ChangesPath 1.8 +0 -2 apache-2.0/src/modules/mpm/mpmt_pthread/scoreboard.c Index: scoreboard.c

cvs commit: apache-2.0/src/modules/mpm/prefork prefork.c

1999-10-13 Thread bhyde
bhyde 99/10/13 13:36:35 Modified:src/modules/mpm/prefork prefork.c Log: Redundent and out of synch global. Revision ChangesPath 1.44 +0 -1 apache-2.0/src/modules/mpm/prefork/prefork.c Index: prefork.c

cvs commit: apache-2.0/src/lib/apr/include apr_file_io.h

1999-10-13 Thread bhyde
bhyde 99/10/13 13:33:43 Modified:src/lib/apr/include apr_file_io.h Log: Mr. -Wall, full of opinions. Revision ChangesPath 1.14 +1 -1 apache-2.0/src/lib/apr/include/apr_file_io.h Index: apr_file_io.h

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

1999-10-13 Thread bhyde
bhyde 99/10/13 13:28:04 Modified:src/include http_main.h src/main http_main.c Log: Remove all but one WIN32 from http_main. Other minor changes. Revision ChangesPath 1.4 +1 -2 apache-2.0/src/include/http_main.h Index: http_main.h

cvs commit: apache-2.0/src/modules/mpm/winnt winnt.c

1999-10-07 Thread bhyde
bhyde 99/10/07 13:48:29 Modified:src/include ap_listen.h http_config.h src/main http_config.c http_main.c listen.c src/modules/mpm/dexter dexter.c src/modules/mpm/mpmt_pthread mpmt_pthread.c src/modules/mpm/prefork prefork.c

cvs commit: apache-2.0/src/main http_config.c http_main.c

1999-10-07 Thread bhyde
bhyde 99/10/07 11:13:24 Modified:src/include http_config.h httpd.h src/main http_config.c http_main.c Log: Add process_rec to the top of {server,connection,request}_rec hierarchy of structs that abstract server activities. Store some stuff in process_rec

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

1999-10-07 Thread bhyde
bhyde 99/10/07 08:36:40 Modified:src/main http_main.c Log: Duh. Revision ChangesPath 1.12 +1 -1 apache-2.0/src/main/http_main.c Index: http_main.c === RCS file: /home/cvs/apache-2.0/src

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

1999-10-07 Thread bhyde
bhyde 99/10/07 08:33:07 Modified:src/main http_main.c Log: Changed my mind, ptemp maybe "systolic" but since it is empty during the entire time the server is serving it's best to destroy it. Revision ChangesPath 1.11 +3 -2 apache-2.0/src/m

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

1999-10-07 Thread bhyde
bhyde 99/10/07 07:32:09 Modified:src/main http_main.c Log: Man! This file vastly improved. Thanks Dean! Use the abstraction API_EXPORT_NONSTD for exporting main (aka apache_main). Use clear rather than destroy on ptemp as other 'systolic' pools do. That als

cvs commit: apache-2.0/src/main http_main.c util.c

1999-10-06 Thread bhyde
bhyde 99/10/06 14:26:57 Modified:src/include httpd.h src/main http_main.c util.c Log: Remove obsolete ap_util_init function. Revision ChangesPath 1.10 +0 -2 apache-2.0/src/include/httpd.h Index: httpd.h

cvs commit: apache-site index.html

1999-04-07 Thread bhyde
bhyde 99/04/07 08:24:55 Modified:.index.html Log: Add a search field and reorder TOC based to usage patterns. Revision ChangesPath 1.76 +13 -4 apache-site/index.html Index: index.html

cvs commit: apache-site awards.html

1999-03-24 Thread bhyde
bhyde 99/03/24 14:07:09 Modified:.awards.html Log: When you marry the technical expertise with the knowledge of and essence of the brand... Revision ChangesPath 1.8 +8 -0 apache-site/awards.html Index: awards.html

cvs commit: apache-1.3/htdocs/manual/mod mod_log_common.html

1998-09-16 Thread bhyde
bhyde 98/09/16 09:10:33 Modified:htdocs/manual/mod mod_log_common.html Log: Follow thru on the cronolog discussion that took place in May. Revision ChangesPath 1.11 +3 -1 apache-1.3/htdocs/manual/mod/mod_log_common.html Index: mod_log_common.html

cvs commit: apache-1.3/src/helpers MakeEtags

1998-07-14 Thread bhyde
bhyde 98/07/14 13:25:16 Added: src/helpers MakeEtags Log: The craft knowledge about how to setup emacs TAGS tables. Revision ChangesPath 1.1 apache-1.3/src/helpers/MakeEtags Index: MakeEtags

cvs commit: apache-devsite how-to-release-win32.html

1998-07-13 Thread bhyde
bhyde 98/07/13 08:09:35 Modified:.how-to-release-win32.html Log: Clarify the InstallShield variant used. Revision ChangesPath 1.7 +9 -5 apache-devsite/how-to-release-win32.html Index: how-to-release-win32.html

cvs commit: apache-site/contributors index.html

1998-06-25 Thread bhyde
bhyde 98/06/24 20:29:43 Modified:contributors index.html Log: Danger: arrogance of the elect Revision ChangesPath 1.47 +8 -0 apache-site/contributors/index.html Index: index.html === RCS

cvs commit: apache-site ABOUT_APACHE.html

1998-06-25 Thread bhyde
bhyde 98/06/24 20:04:00 Modified:contributors index.html .ABOUT_APACHE.html Log: ascription Revision ChangesPath 1.45 +2 -0 apache-site/contributors/index.html Index: index.html