stoddard00/02/01 13:05:49
Modified:src/include httpd.h
Log:
This patch is sure to break someone!
We need to define MODULE_VAR_EXPORT, API_EXPORT, API_VAR_EXPORT, et. al.
in an os specific way and the definitions need to be done as soon as possible
in the include file chain. I c
stoddard00/01/31 16:57:40
Modified:src/lib/apr/file_io/win32 seek.c
Log:
Fix indenting
Revision ChangesPath
1.2 +16 -16apache-2.0/src/lib/apr/file_io/win32/seek.c
Index: seek.c
===
RCS file
stoddard00/01/31 16:51:46
Modified:src/lib/apr/file_io/win32 dir.c
Log:
Return correct error status
Revision ChangesPath
1.11 +14 -16apache-2.0/src/lib/apr/file_io/win32/dir.c
Index: dir.c
===
stoddard00/01/31 16:44:36
Modified:src/lib/apr/file_io/win32 dir.c
Log:
CloseHandle() returns 0 on failure
Revision ChangesPath
1.10 +3 -5 apache-2.0/src/lib/apr/file_io/win32/dir.c
Index: dir.c
stoddard00/01/31 16:40:45
Modified:src/lib/apr/file_io/win32 readwrite.c
Log:
Return correct error status.
Revision ChangesPath
1.10 +10 -10apache-2.0/src/lib/apr/file_io/win32/readwrite.c
Index: readwrite.c
stoddard00/01/31 16:36:01
Modified:src/lib/apr/file_io/win32 open.c
Log:
Return correct error status
Revision ChangesPath
1.17 +1 -2 apache-2.0/src/lib/apr/file_io/win32/open.c
Index: open.c
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
stoddard00/01/31 16:15:13
Modified:src/lib/apr/file_io/win32 filestat.c
Log:
Reimplement ap_stat using native Windows calls. This is good for a 10%
performance
boost serving a 500 byte static file.
Revision ChangesPath
1.6 +66 -7 apache-2.0/src/lib/apr/file_i
stoddard00/01/31 16:13:37
Modified:src/lib/apr/file_io/win32 open.c
Log:
Open files for sequential access. This is a file system cache optimization
for when files are accessed sequentially (a common case with Apache). This
does not prevent a file from being accessed randomly.
stoddard00/01/31 16:10:13
Modified:src/lib/apr/network_io/win32 sockopt.c
Log:
Add code to set the socket timeout. Correct some error return codes.
Revision ChangesPath
1.6 +12 -4 apache-2.0/src/lib/apr/network_io/win32/sockopt.c
Index: sockopt.c
stoddard00/01/31 16:08:26
Modified:src/lib/apr/time/win32 time.c
Log:
Make some of the APR to Windows time conversion routines available to other
APR functions.
Revision ChangesPath
1.7 +3 -5 apache-2.0/src/lib/apr/time/win32/time.c
Index: time.c
=
martin 00/01/31 16:06:16
Modified:src/include httpd.h
Log:
The 'canonical' name for this #define (as of Configure, ap_config_auto.h) is
USE_HSREGEX
Revision ChangesPath
1.23 +1 -1 apache-2.0/src/include/httpd.h
Index: httpd.h
===
12 matches
Mail list logo