bjh 00/02/26 23:55:26
Modified:src/include ap_config.h
Log:
Don't use ap_slack() on OS/2. It shouldn't be necessary & seems to interfere
with graceful restarts.
Revision ChangesPath
1.283 +1 -0 apache-1.3/src/include/ap_config.h
Index: ap_config.h
==
martin 99/12/15 14:13:40
Modified:src CHANGES
src/include ap_config.h
Log:
Gil writes:
A couple macros that Ms. Brabson :-) had relied on are not
defined at OS/390 v1r2. This provides alternatives. I'm
skeptical of the value of "#define NSIG SIGDUMP+1" --
martin 99/12/07 04:19:50
Modified:src Configure PORTING
src/include ap_config.h
Log:
Autodetect the presence of the header; use it if available.
This change results in fewer OS dependencies than the old (hardcoded)
"#if defined() &&..." list
Submitted b
wsanchez99/12/03 18:50:47
Modified:src/include ap_config.h
Log:
Disable the DYLD_CANT_UNLOAD workaround for Mac OS X Server, since the
current version (and the patched older version) doesn't need this any
more. We don't want to delete the code from unix/os.c, however,
because
rse 99/11/28 05:28:08
Modified:src CHANGES
src/include ap_config.h
Log:
Fixed NEXT/OpenStep building by adding an fallback typedef for
rlim_t to ap_config.h.
Submitted by: Mark Miller <[EMAIL PROTECTED]>
PR: 4906
Revision ChangesPath
1.145
rse 99/11/28 04:28:06
Modified:src CHANGES
src/include ap_config.h
Log:
Removed the variable name "template" from a prototype for SunOS4
in ap_config.h to make C++ compiler happy, too.
Submitted by: SAKAI Kiyotaka <[EMAIL PROTECTED]>
Reviewed by: Ralf
manoj 99/09/07 12:58:21
Modified:src CHANGES
src/include ap_config.h
Log:
Allow BeOS to use its native closesocket() call
Submitted by: David Reid <[EMAIL PROTECTED]>
Revision ChangesPath
1.1428+3 -0 apache-1.3/src/CHANGES
Index: C
wsanchez99/08/05 21:01:21
Modified:src/include ap_config.h
Log:
Don't need __private_extern__ when building statically.
Revision ChangesPath
1.266 +1 -1 apache-1.3/src/include/ap_config.h
Index: ap_config.h
=
wsanchez99/07/30 13:58:58
Modified:src/include ap_config.h
Log:
Get rid of redefinition warning
Revision ChangesPath
1.264 +1 -0 apache-1.3/src/include/ap_config.h
Index: ap_config.h
===
RCS
martin 99/07/21 04:57:10
Modified:src Configure
src/include ap_config.h
Log:
Adapt some compile time switches for BS2000 platform.
Auto-detect presence of initgroups()
and take advantage of the faster USE_SHMGET_SCOREBOARD
Revision ChangesPath
1.3
bjh 99/06/04 22:54:48
Modified:src/include ap_config.h
Log:
Fix value of MAXSOCKETS on OS/2. This stops a redefinition warning with
the current compiler version, emx 0.9d, while still allowing older versions
to work.
Revision ChangesPath
1.261 +1 -1 apach
dgaudet 99/06/02 11:26:18
Modified:src/main http_main.c
src/include ap_config.h
Log:
we really only need CHECK_FD_SETSIZE, not CHECK_CSD_SETSIZE
Revision ChangesPath
1.442 +2 -2 apache-1.3/src/main/http_main.c
Index: http_main.c
stoddard99/06/01 13:09:58
Modified:src/include ap_config.h
Log:
Fix WIN32 compile. ULONG_MAX (defined in limits.h) was not being picked up.
Compiles on AIX (4.3.2) and NT.
Revision ChangesPath
1.259 +1 -2 apache-1.3/src/include/ap_config.h
Index: ap_config.
rse 99/05/17 01:00:07
Modified:src CHANGES Configure
src/include ap_config.h
Log:
Add DSO support for OpenStep (Mach 4.2) platform.
Submitted by: Rex Dieter <[EMAIL PROTECTED]>
Ported to 1.3.6: Ralf S. Engelschall
PR: 3997
Revision ChangesPa
wsanchez99/05/03 16:07:54
Modified:src Configure
src/helpers GuessOS
src/include ap_config.h hsregex.h
Log:
Add support for Mac OS (versions 10.0 and greater), using macro MAC_OS.
Rename RHAPSODY macro to MAC_OS_X_SERVER.
Revision Changes
dgaudet 99/04/20 12:43:00
Modified:src CHANGES
src/include ap_config.h
Log:
what the heck? We don't use n_long anywhere, why define it?
And even more perplexing -- why were the rlim_t and n_long conditionalized
on S_IWOTH ??
PR: 4130
Revis
dgaudet 99/03/16 08:16:08
Modified:src CHANGES
src/include ap_config.h
Log:
switch back to fcntl() locking on linux
PR: 3531
Reviewed by: Lincoln Stein <[EMAIL PROTECTED]>
Revision ChangesPath
1.1282+4 -0 apache-1.3/src/CHANG
rse 99/03/10 03:37:53
Modified:src CHANGES
src/include ap_config.h
Log:
Fix the gcc version check (for enabling the `inline' facility) to
really support all future gcc versions >= 2.7 until we know more.
Submitted by: John Tobey <[EMAIL PROTECTED]>
Re
jim 98/12/22 06:49:49
Modified:src Configure
src/include ap_config.h
Log:
Add the Cyberguard V2 port
PR: 3336
Submitted by: Richard Stagg <[EMAIL PROTECTED]>
Revision ChangesPath
1.313 +7 -0 apache-1.3/src/Configure
Index: Configu
fielding98/12/11 21:59:58
Modified:src/include ap_config.h
Log:
UnixWare 7 has improved support for some stuff so that we no longer
need USE_FCNTL_SERIALIZED_ACCEPT, NO_LINGCLOSE, or NO_KILLPG.
Change already noted in CHANGES, but wasn't completed.
Submitted by: Ron Record <
fielding98/12/11 19:54:19
Modified:src CHANGES
src/include ap_config.h
Log:
Add defines for USE_FLOCK_SERIALIZED_ACCEPT and
SINGLE_LISTEN_UNSERIALIZED_ACCEPT to NetBSD/OpenBSD section
to allow serialized accept for multiport listens.
Also fixed a misplaced #
fielding98/12/11 19:12:18
Modified:src CHANGES
src/include ap_config.h
Log:
The I86 version of DGUX has support for strncasecmp and
strcasecmp, so allow it in ap_config.h. [Amiel Lee Yee] PR#3247
PR: 3247
Submitted by: Amiel Lee Yee <[EMAIL PROTECTED]>
fielding98/12/11 18:53:42
Modified:src CHANGES
src/include ap_config.h
Log:
Fix ordering of definitions in ap_config.h so that ap_inline is
defined before it might be used.
Submitted by: Victor Khimenko <[EMAIL PROTECTED]>
Reviewed by: Roy Fielding, Dean
manoj 98/11/04 14:23:46
Modified:src CHANGES
src/include ap_config.h
Log:
PR: 3177
Move a typedef to fix compile problems with 1.x kernels.
Revision ChangesPath
1.1133+3 -0 apache-1.3/src/CHANGES
Index: CHANGES
=
martin 98/10/07 14:48:58
Modified:src/include ap_config.h
Log:
Current BS2000 versions *HAVE* str*casecmp()
Revision ChangesPath
1.240 +2 -0 apache-1.3/src/include/ap_config.h
Index: ap_config.h
rse 98/10/03 08:33:36
Modified:src CHANGES
src/include ap_config.h
Log:
PORT: Fix sys/resource.h handling for SCO 3.x platform.
Submitted by: M. Laak <[EMAIL PROTECTED]>
PR: 3108
Revision ChangesPath
1.1096+3 -0 apache-1.3/src/CHANG
fielding98/10/03 03:46:51
Modified:src CHANGES
src/include ap_config.h
Log:
Remove extra HAVE_SYS_RESOURCE_H define for RHAPSODY since
it is now taken care of properly by the header file tests.
Submitted by: Wilfredo Sanchez <[EMAIL PROTECTED]>
Reviewed b
marc98/09/28 18:22:57
Modified:src/include ap_config.h
Log:
Unserialized accept() should be safe (in all versions) and efficient
(in anything vaguely recent) on FreeBSD.
Revision ChangesPath
1.237 +1 -0 apache-1.3/src/include/ap_config.h
Index: ap_conf
dgaudet 98/09/24 10:25:55
Modified:src CHANGES
src/include ap_config.h
Log:
As the new header test gets it right, remove the override for sys/select.h in
OS/2 section of ap_config.h
This removes warnings about the redefinition of HAVE_SYS_SELECT_H.
Sub
rse 98/09/24 02:55:54
Modified:src CHANGES
src/include ap_config.h
Log:
PORT: Fix sys/resource.h handling for Amdahl's UTS 2.1
Submitted by: Dave Dykstra <[EMAIL PROTECTED]>
PR: 3054
Revision ChangesPath
1.1074+3 -0 apache-1.3/src/C
rse 98/09/17 23:49:13
Modified:src/include ap_config.h
Log:
Don't sys/resource.h under Ultrix although this header exists there.
Revision ChangesPath
1.234 +3 -0 apache-1.3/src/include/ap_config.h
Index: ap_config.h
jim 98/09/17 14:18:37
Modified:src/include ap_config.h
Log:
Don't default to USE_SYSVSEM_SERIALIZED_ACCEPT for IRIX. Instead,
choose a "safer" option.
PR:
Revision ChangesPath
1.233 +4 -2 apache-1.3/src/include/ap_config.h
Index: ap_config.h
randy 98/08/12 19:59:34
Modified:src/include ap_config.h httpd.h
Log:
Try to preserve backward compatibility.
Revision ChangesPath
1.231 +2 -0 apache-1.3/src/include/ap_config.h
Index: ap_config.h
=
dgaudet 98/07/21 08:03:08
Modified:src/include ap_config.h
Log:
OS/2 should only need serialization when multiple listens
Revision ChangesPath
1.229 +1 -0 apache-1.3/src/include/ap_config.h
Index: ap_config.h
===
jim 98/07/13 05:35:54
Modified:src PORTING
src/include ap_config.h
Log:
Remove some dead code and add notes that if
the sys/resource.h file exists, we assume that the rlimit() funcs
do as well
Revision ChangesPath
1.32 +3 -5 apache-1.
35 matches
Mail list logo