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

1999-08-27 Thread manoj
manoj 99/08/27 14:22:30 Modified:src/modules/mpm/dexter dexter.c Log: Fix a bug in setting max_daemons_limit that could lead to not noticing that a child has died in some cases. Revision ChangesPath 1.28 +8 -3 apache-2.0/src/modules/mpm/dexter/dexter.c

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

1999-08-27 Thread manoj
manoj 99/08/27 14:28:17 Modified:src/modules/mpm/dexter dexter.c Log: Be consistent with how we indicate child death and use status = SERVER_DEAD instead of pid = 0. I don't think this actually caused any bugs, but just in case... Revision ChangesPath 1.29 +2 -

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

1999-08-28 Thread rse
rse 99/08/28 05:32:11 Modified:src/modules/mpm/dexter dexter.c Log: Fix the following bunch of warnings in dexter MPM: egcc -c -I../../../os/unix -I../../../include -I../../../modules/mpm/dexter -pipe -O2 -pedantic -Wall -Wshadow -Wpointer-arith -Wcast-align -Wmissing-p

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

1999-10-07 Thread martin
martin 99/10/07 15:21:09 Modified:src/modules/mpm/dexter dexter.c Log: This module wouldn't even compile: the parameter list of setup_listeners() was wrong Revision ChangesPath 1.41 +1 -1 apache-2.0/src/modules/mpm/dexter/dexter.c Index: dexter.c =

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

1999-10-26 Thread manoj
manoj 99/10/25 23:07:38 Modified:src/modules/mpm/dexter dexter.c Log: Take advantage of ap_new_apr_connection in dexter Revision ChangesPath 1.47 +7 -19 apache-2.0/src/modules/mpm/dexter/dexter.c Index: dexter.c ==

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

1999-10-27 Thread manoj
manoj 99/10/26 23:16:49 Modified:src/modules/mpm/dexter dexter.c Log: A little bit of error logging to help with debugging. Revision ChangesPath 1.49 +9 -2 apache-2.0/src/modules/mpm/dexter/dexter.c Index: dexter.c ==

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

1999-10-29 Thread manoj
manoj 99/10/29 13:43:06 Modified:src/modules/mpm/dexter dexter.c Log: Fix a couple of pool-related bugs that may or may not be causing actual problems. This makes sure that all interactions with the thread_pool_parent are mutexed, and makes ap_put_os_sock use the correct pool

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

1999-10-30 Thread manoj
manoj 99/10/29 18:49:54 Modified:src/modules/mpm/dexter dexter.c Log: Force ap_put_os_sock() to create a new ap_socket_t by presetting what's passed in to NULL. Revision ChangesPath 1.51 +1 -0 apache-2.0/src/modules/mpm/dexter/dexter.c Index: dexter.c

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

1999-11-15 Thread manoj
manoj 99/11/15 14:26:42 Modified:src/modules/mpm/dexter dexter.c Log: Allow NO_SERIALIZED_ACCEPT to work. Revision ChangesPath 1.54 +16 -9 apache-2.0/src/modules/mpm/dexter/dexter.c Index: dexter.c

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

1999-11-16 Thread manoj
manoj 99/11/15 19:00:46 Modified:src/modules/mpm/dexter dexter.c dexter.h Log: ap_clean_child_exit is static in dexter now, and the ap_ prefix is gone. Revision ChangesPath 1.55 +5 -6 apache-2.0/src/modules/mpm/dexter/dexter.c Index: dexter.c ==

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

1999-10-13 Thread manoj
manoj 99/10/13 13:14:58 Modified:src/modules/mpm/dexter dexter.c scoreboard.c scoreboard.h Log: Add a config directive to Dexter to not maintain any connection status, similarly to what ExtendedStatus did in 1.3. It's not perfect, since the server might still go through effort