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

1999-08-21 Thread stoddard
stoddard99/08/20 21:43:18 Modified:mpm/src/main listen.c mpm/src/modules/mpm/winnt winnt.c Log: Forgot listen.c in the earlier AcceptEx patch to winnt.c. Enable winnt mpm to detech OS at runtime. Revision ChangesPath 1.5 +9 -0 apache-2.0/mpm/sr

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

1999-08-17 Thread manoj
manoj 99/08/17 15:05:23 Modified:mpm/src/main http_main.c mpm/src/modules/mpm/dexter dexter.c mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c mpm/src/modules/mpm/winnt winnt.c Log: Move the code to force Expat linking into common code.

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

1999-08-17 Thread stoddard
stoddard99/08/17 12:51:44 Modified:mpm/src/modules/mpm/winnt winnt.c Log: More cleanup... Revision ChangesPath 1.7 +188 -354 apache-2.0/mpm/src/modules/mpm/winnt/winnt.c Index: winnt.c === RCS

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

1999-08-16 Thread stoddard
stoddard99/08/16 15:36:26 Modified:mpm/src/modules/mpm/winnt winnt.c Log: Server will build and serve static pages (page size < bufsize) with the appropriate makefile hacks (remove mod_cgi, mod_include, etc.). Revision ChangesPath 1.6 +33 -41apache-2.0/mpm/src/

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

1999-08-13 Thread stoddard
stoddard99/08/13 12:45:27 Modified:mpm/src/modules/mpm/winnt winnt.c Log: Update listener code. Workaround stupid WIN32 bug(?) in WSASocket (fails with 10091 if the process environment block is not fully inherited from the parent). Start working on I/O layering support. It's ti

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

1999-08-13 Thread manoj
manoj 99/08/12 23:58:14 Modified:mpm/src/include http_connection.h httpd.h mpm/src/main http_connection.c mpm/src/modules/mpm/dexter dexter.c mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c mpm/src/modules/mpm/prefork prefork.

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

1999-08-11 Thread stoddard
stoddard99/08/11 09:03:56 Modified:mpm/src/modules/mpm/winnt winnt.c Log: Still a complete hacked up mess, but getting better! Revision ChangesPath 1.3 +201 -139 apache-2.0/mpm/src/modules/mpm/winnt/winnt.c Index: winnt.c

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

1999-08-05 Thread stoddard
stoddard99/08/05 15:05:49 Modified:mpm/src/modules/mpm/winnt winnt.c Log: A few more hacks before taking off for the weekend. Revision ChangesPath 1.2 +37 -46apache-2.0/mpm/src/modules/mpm/winnt/winnt.c Index: winnt.c =