cvs commit: apachen/src/ap ap.dsp ap.mak

1998-01-04 Thread pcs
pcs 98/01/04 05:03:51 Added: src/ap ap.dsp ap.mak Log: Makefile and project to build libap on Win32 Revision ChangesPath 1.1 apachen/src/ap/ap.dsp Index: ap.dsp === #

cvs commit: apachen/src ApacheCore.dsp ApacheCore.mak

1998-01-04 Thread pcs
pcs 98/01/04 05:06:11 Modified:src ApacheCore.dsp ApacheCore.mak Log: Build apache using the ap library on Win32. Revision ChangesPath 1.16 +2 -6 apachen/src/ApacheCore.dsp Index: ApacheCore.dsp

cvs commit: apachen/src/modules/proxy ApacheModuleProxy.dsp ApacheModuleProxy.mak

1998-01-04 Thread pcs
pcs 98/01/04 05:20:42 Modified:src/modules/proxy ApacheModuleProxy.dsp ApacheModuleProxy.mak Log: Remove dependencies on ODBC and OLE libraries (Win32) Revision ChangesPath 1.5 +2 -2 apachen/src/modules/proxy/ApacheModuleProxy.dsp

cvs commit: apachen/src/main http_log.h

1998-01-04 Thread pcs
pcs 98/01/04 06:21:56 Modified:src/main http_log.h Log: When reporting Win32 errors, do not show value of errno Revision ChangesPath 1.21 +1 -1 apachen/src/main/http_log.h Index: http_log.h

cvs commit: apachen/src Makefile.nt

1998-01-04 Thread ben
ben 98/01/04 06:43:47 Modified:src Makefile.nt Log: Add ap library to clean. Revision ChangesPath 1.21 +8 -0 apachen/src/Makefile.nt Index: Makefile.nt === RCS file:

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

1998-01-04 Thread pcs
pcs 98/01/04 07:26:20 Modified:src/os/win32 service.c service.h Log: When a shutdown is requested, call start_shutdown() to set it up, rather than setting the global service_stop variable. start_shutdown() will set the appropriate variables and wakeup the parent process main

cvs commit: apachen/src/main http_main.c http_main.h

1998-01-04 Thread pcs
pcs 98/01/04 07:36:46 Modified:src/main http_main.c http_main.h Log: Major Win32 multithreading overheal. The changes are: - Replaced assert()'s with aplog_errors() in various places, so that we don't loose error checking in the release build. Also asserts() do

cvs commit: apachen/src/main http_log.c http_log.h

1998-01-04 Thread pcs
pcs 98/01/04 08:35:29 Modified:src/main http_log.c http_log.h Log: Fix removing errno from APLOG_WIN32ERROR error messages. Revision ChangesPath 1.46 +5 -1 apachen/src/main/http_log.c Index: http_log.c

cvs commit: apachen/src/main http_log.c

1998-01-04 Thread pcs
pcs 98/01/04 09:03:19 Modified:src/main http_log.c Log: Correct into a Revision ChangesPath 1.47 +1 -1 apachen/src/main/http_log.c Index: http_log.c === RCS file: