stoddard00/02/16 08:30:36
Modified:src/modules/mpm/winnt winnt.c
Log:
Logs have already been opened by http_main.c. Don't need to do it here again.
Revision ChangesPath
1.41 +0 -2 apache-2.0/src/modules/
stoddard00/02/15 13:20:44
Modified:src/modules/mpm/winnt winnt.c
Log:
Don't close the duplicated AcceptEx completion port handle in the parent.
Check the return code when duplicating the acceptex completion port.
Get rid of the event routine wrappers.
Revision ChangesPa
stoddard00/02/14 06:28:17
Modified:src/modules/mpm/winnt winnt.c
Log:
Enable Windows MPM to run in single process mode
Submitted by: Allan Edwards
Reviewed by: Bill Stoddard
Revision ChangesPath
1.38 +20 -0 apache-2.0/src/modules/mpm/winnt/winnt.c
Index
stoddard00/01/31 16:34:10
Modified:src/modules/mpm/winnt winnt.c
Log:
Finally, back working on the MPM... Eliminate DOS hole. I can see no easy way
to time out AcceptEx (a.k.a., accept_and_receive) when a connection is
received
but no data is sent. So, make AcceptEx just do an a
stoddard99/12/20 11:52:53
Modified:src ApacheCore.def Apache.dsp Apache.mak ApacheCore.dsp
ApacheCore.mak
src/modules/mpm/winnt winnt.c
Log:
Windows: Can now install/uninstall Apache as a service and start/stop apache
via
net start and n
>
> -API_VAR_EXPORT const char *ap_server_root;
> +//API_VAR_IMPORT const char *ap_server_root;
> +const char *ap_server_root;
Please don't use C++ comments in the base code. I didn't check to see if
this is the only place it is being done, but it really messes up some
compilers.
Ryan
stoddard99/12/20 11:07:36
Modified:src/main http_main.c
src/include ap_mpm.h
src/os/win32 main_win32.c
src/modules/mpm/winnt winnt.c
Log:
Handle -k restart|shutdown command line option from http_main.c
Revision ChangesPath
1.24
stoddard99/12/09 13:50:17
Modified:src/modules/mpm/winnt winnt.c
Log:
Removed these a bit too soon. Adding them back.
Revision ChangesPath
1.33 +9 -1 apache-2.0/src/modules/mpm/winnt/winnt.c
Index: winnt.c
=
stoddard99/11/29 13:14:16
Modified:src/modules/mpm/winnt winnt.c
Log:
First cut at getting graceful restart working with the AcceptEx completion
port
Revision ChangesPath
1.32 +321 -289 apache-2.0/src/modules/mpm/winnt/winnt.c
Index: winnt.c
stoddard99/11/08 10:54:16
Modified:src/main http_main.c
src/lib/apr/include apr_win.h
src ApacheCore.dsp ApacheCore.mak
src/modules/mpm/winnt winnt.c
Log:
Get rid of dependency on os/win32/getopt.c & .h
Revision ChangesPath
stoddard99/11/04 12:36:12
Modified:src/modules/mpm/winnt winnt.c
Log:
Get the Windows 95/98 specific code compiling. Have not tested it though...
Revision ChangesPath
1.28 +89 -53apache-2.0/src/modules/mpm/winnt/winnt.c
Index: winnt.c
=
stoddard99/11/02 18:38:43
Modified:src/modules/mpm/winnt winnt.c
Log:
Fix bug setting localaddr and remoteaddr
Revision ChangesPath
1.27 +8 -9 apache-2.0/src/modules/mpm/winnt/winnt.c
Index: winnt.c
stoddard99/11/02 14:04:19
Modified:src/modules/mpm/winnt winnt.c
Log:
Add some return code checking and general tidying up.
Revision ChangesPath
1.26 +146 -115 apache-2.0/src/modules/mpm/winnt/winnt.c
Index: winnt.c
===
stoddard99/10/20 12:51:28
Modified:src/os/win32 registry.c
src/modules/mpm/winnt winnt.c
Log:
Fix broken ap_log_error() calls.
Revision ChangesPath
1.4 +7 -8 apache-2.0/src/os/win32/registry.c
Index: registry.c
manoj 99/10/13 11:16:52
Modified:src/modules/mpm/mpmt_beos scoreboard.c
src/modules/mpm/mpmt_pthread scoreboard.c
src/modules/mpm/prefork prefork.c
src/modules/mpm/spmt_os2 spmt_os2.c
src/modules/mpm/winnt winnt.c
Log:
My
manoj 99/10/11 23:14:47
Modified:src/lib/apr/file_io/os2 filedup.c open.c pipe.c
src/lib/apr/file_io/unix dir.c filedup.c open.c
src/lib/apr/file_io/win32 dir.c filedup.c
src/lib/apr/locks/beos crossproc.c intraproc.c
src/lib/
stoddard99/10/11 10:33:25
Modified:src/modules/mpm/winnt winnt.c
Log:
Apply Ben H's patch to the winnt mpm...
Well this was thought provoking.
Drive out the use of malloc in two places.
In listen.c, using the global process pool instead. That changes the
API into li
stoddard99/10/11 08:40:03
Modified:src/modules/mpm/winnt winnt.c
Log:
Yarg... more argument swaps...
Revision ChangesPath
1.19 +5 -5 apache-2.0/src/modules/mpm/winnt/winnt.c
Index: winnt.c
==
rbb 99/10/10 13:35:07
Modified:src/lib/apr Makefile.in
src/lib/apr/include apr_network_io.h apr_portable.h
src/lib/apr/network_io/beos poll.c sockets.c sockopt.c
src/lib/apr/network_io/os2 poll.c sockopt.c
src/lib/apr/networ
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
stoddard99/10/05 00:01:25
Modified:src/modules/mpm/winnt winnt.c
Log:
Fix bug with listenmaxfd. Get rid of a few signed/unsigned warnings in the
same area.
Revision ChangesPath
1.15 +26 -32apache-2.0/src/modules/mpm/winnt/winnt.c
Index: winnt.c
==
stoddard99/10/04 22:47:36
Modified:src/modules/mpm/winnt winnt.c
Log:
Convert CriticalSection and mutex into apr_lock_t and delete the old lock
code.
Revision ChangesPath
1.14 +183 -137 apache-2.0/src/modules/mpm/winnt/winnt.c
Index: winnt.c
stoddard99/10/01 10:18:31
Modified:src/modules/mpm/winnt winnt.c
Log:
Exit the child process if too many select errors
Revision ChangesPath
1.13 +2 -0 apache-2.0/src/modules/mpm/winnt/winnt.c
Index: winnt.c
23 matches
Mail list logo