dgaudet 97/08/07 02:39:51
Modified:src conf.h
Log:
Experimental timings on Linux 2.0.30 suggest that flock() is faster
than fcntl(). This can be reversed if the beta shows problems with
it.
Revision ChangesPath
1.122 +4 -1 apache/src/conf.h
Index:
marc97/07/27 13:07:17
Modified:src conf.h
Log:
Make it compile under Unix after the change in revision 1.134
of httpd.h to make mod_status work under Win32 broke it.
Revision ChangesPath
1.121 +3 -0 apache/src/conf.h
Index: conf.h
=
marc97/07/01 20:38:32
Modified:src conf.h httpd.h util.c
Log:
Get rid of LESS_SLACK_JACK in favor of existing NO_SLACK and make
minor change to NO_SLACK to optimize out the ap_slack() function
entirely when NO_SLACK is defined.
Revision ChangesPath
1.110
jim 97/06/28 18:58:32
Modified:src conf.h
Log:
Minor A/UX reordering
Revision ChangesPath
1.106 +3 -4 apache/src/conf.h
Index: conf.h
===
RCS file: /export/home/cvs/apache/src/conf
dgaudet 97/06/28 16:07:26
Modified:src conf.h
Log:
As discussed, enable flock serialized accept under freebsd, and a/ux. And
I also enabled it under sunos4, I'm about to go double check that's correct
for sunos4.
Revision ChangesPath
1.105 +3 -0 apache
dgaudet 97/06/28 15:20:08
Modified:src Tag: APACHE_1_2_X conf.h
Log:
Missed Jim's NO_SLACK for A/UX.
Revision ChangesPath
No revision
No revision
1.99.2.2 +1 -0 apache/src/conf.h
Index: conf.h
===
jim 97/06/23 17:27:36
Modified:src conf.h
Log:
A/UX doesn't have slack problem. Besides, it's limited
to 128fd's so it needs as many as it can get :)
Revision ChangesPath
1.103 +1 -0 apache/src/conf.h
Index: conf.h
=
dgaudet 97/06/16 13:04:54
Modified:src conf.h http_main.c
Log:
Remove C++ style comment.
Only define O_BINARY if it isn't already defined (who knows, there may be
some unix out there ...).
Now that O_BINARY is defined for all architectures we can remove some EMX
special
ben 97/06/04 00:03:12
Modified:src conf.h
Log:
SCO3 doesn't have writev.
Revision ChangesPath
1.99 +1 -0 apache/src/conf.h
Index: conf.h
===
RCS file: /export/home/cvs/apache/src/
jim 97/04/02 05:25:17
Modified:src conf.h
Log:
Add SunOS as an OS that can't handle lingering_close
Revision ChangesPath
1.90 +1 -0 apache/src/conf.h
Index: conf.h
===
RCS file: /
jim 97/03/24 14:54:52
Modified:src conf.h
Log:
MachTen typo
Revision ChangesPath
1.88 +2 -2 apache/src/conf.h
Index: conf.h
===
RCS file: /export/home/cvs/apache/src/conf.h,v
re
jim 97/03/02 10:15:13
Modified:src conf.h util.c
Log:
Typo changes HAS_GMTOFF -> HAVE_GMTOFF...
Revision ChangesPath
1.87 +2 -2 apache/src/conf.h
Index: conf.h
===
RCS file: /expo
randy 97/03/02 08:12:52
Modified:src conf.h
Log:
FreeBSD 2.2 portability
Revision ChangesPath
1.86 +3 -0 apache/src/conf.h
Index: conf.h
===
RCS file: /export/home/cvs/apache/src/co
jim 97/02/21 17:47:32
Modified:src conf.h mod_rewrite.h
Log:
HP MPE/iX fixes
Revision ChangesPath
1.84 +2 -0 apache/src/conf.h
Index: conf.h
===
RCS file: /export/home/cvs/apache
jim 97/02/21 02:51:59
Modified:src conf.h
Log:
remove getwd stuff, part II
Revision ChangesPath
1.83 +0 -12 apache/src/conf.h
Index: conf.h
===
RCS file: /export/home/cvs/apache/sr
randy 97/02/20 08:08:57
Modified:src conf.h
Log:
Backing out this change until I hear back from FreeBSD development.
The 2.2 codebase currently has an older version than the older 2.1.7
codebase.
Revision ChangesPath
1.82 +0 -2 apache/src/conf.h
randy 97/02/20 00:11:53
Modified:src conf.h
Log:
Fix a warning on FreeBSD 2.2
Revision ChangesPath
1.81 +5 -0 apache/src/conf.h
Index: conf.h
===
RCS file: /export/home/cvs/apache/s
marc97/02/17 18:56:39
Modified:src conf.h
Log:
Fix JMB_BUF typo.
Submitted by: "Michael P. Krutikov" <[EMAIL PROTECTED]>
Revision ChangesPath
1.80 +1 -1 apache/src/conf.h
Index: conf.h
===
jim 97/02/09 16:40:10
Modified:src conf.h http_main.c
Log:
A/UX and SCO3 timeval cleanups
Revision ChangesPath
1.77 +5 -0 apache/src/conf.h
Index: conf.h
===
RCS file: /export/hom
jim 97/01/31 17:58:03
Modified:src conf.h
Log:
QNX -Wall patches
Revision ChangesPath
1.75 +9 -2 apache/src/conf.h
Index: conf.h
===
RCS file: /export/home/cvs/apache/src/conf.h,v
jim 97/01/26 13:17:11
Modified:src conf.h
Log:
A/UX needs sys/time.h for btestread
Revision ChangesPath
1.74 +1 -0 apache/src/conf.h
Index: conf.h
===
RCS file: /export/home/cvs/a
brian 97/01/24 12:55:10
Modified:src conf.h
Log:
Reviewed by: Marc Slemko, Roy T. Fielding
Submitted by: Brian Behlendorf
Needed prototype for ap_vsnprintf, and that needed varargs.h for va_list.
Revision ChangesPath
1.72 +2 -1 apache/src/conf.h
jim 97/01/20 15:55:13
Modified:src conf.h util_snprintf.c
Log:
fix -Wall warning about ap_snprintf() and allow for
HAVE_SNPRINT use in conf.h
Revision ChangesPath
1.71 +11 -0 apache/src/conf.h
Index: conf.h
=
ben 96/12/15 07:09:37
Modified:src conf.h http_main.c http_main.h http_protocol.c
Log:
Fix keepalive timeout and waitpid substitutes.
Revision ChangesPath
1.60 +0 -1 apache/src/conf.h
Index: conf.h
===
ben 96/12/12 08:45:34
Modified:src conf.h
Log:
Fix waitpid() substiture for NeXT.
Revision ChangesPath
1.59 +1 -1 apache/src/conf.h
Index: conf.h
===
RCS file: /export/home/cvs/ap
ben 96/12/05 02:30:08
Modified:src conf.h
Log:
Correct crypt definition.
Revision ChangesPath
1.54 +1 -1 apache/src/conf.h
Index: conf.h
===
RCS file: /export/home/cvs/apache/src/
jim 96/12/03 17:43:05
Modified:src conf.h
Log:
typo
Revision ChangesPath
1.53 +1 -1 apache/src/conf.h
Index: conf.h
===
RCS file: /export/home/cvs/apache/src/conf.h,v
retrieving
ben 96/12/03 09:44:28
Modified:src conf.h
Log:
NeXT fix.
Revision ChangesPath
1.52 +7 -0 apache/src/conf.h
Index: conf.h
===
RCS file: /export/home/cvs/apache/src/conf.h,v
retri
randy 96/12/03 07:58:54
Modified:src conf.h
Log:
Make this change more portable.
Revision ChangesPath
1.50 +2 -2 apache/src/conf.h
Index: conf.h
===
RCS file: /export/home/cvs/apach
fielding96/12/02 08:07:25
Modified:src conf.h httpd.h
Log:
It seemed like a bug to Randy that when compiled with defaults,
Apache fails on systems that don't support the notion of
negative group/user ids. So he fixed it.
Submitted by: Randy Terbush
Reviewed by: Chuc
jim 96/11/28 06:45:37
Modified:src conf.h
Log:
Cleanup for -Wall
Revision ChangesPath
1.47 +7 -0 apache/src/conf.h
Index: conf.h
===
RCS file: /export/home/cvs/apache/src/conf.h,v
brian 96/11/24 11:22:55
Modified:src conf.h
Log:
Reviewed by: Brian Behlendorf
Submitted by: Marc Slemko
rlim_t does not exist on AIX, at least AIX 4.1.x.
Revision ChangesPath
1.46 +1 -0 apache/src/conf.h
Index: conf.h
brian 96/11/23 11:58:19
Modified:src conf.h
Log:
Two bugs reports from folks on HPUX 10 indicate that this is necessary.
Revision ChangesPath
1.45 +2 -0 apache/src/conf.h
Index: conf.h
==
brian 96/11/18 11:56:32
Modified:src conf.h util.c
Log:
Reviewed by: Dead Gaudet, Brian Behlendorf
Submitted by: Roy Fielding
Anticipate lack of definition for INADDR_NONE in a platform-independent
way.
Revision ChangesPath
1.44 +4 -0 apache/sr
brian 96/11/13 23:24:49
Modified:src conf.h httpd.h mod_log_config.c mod_rewrite.c
util.c
Log:
Reviewed by: Brian Behlendorf
Submitted by: Paul Eggert <[EMAIL PROTECTED]>
Fixes time zone problems.
Old behavior:
* When the time zone is
chuck 96/10/09 14:33:14
Modified:src conf.h
Log:
Undo previous index() change; we will use strchr().
Revision ChangesPath
1.40 +1 -2 apache/src/conf.h
Index: conf.h
===
RCS file: /e
chuck 96/10/09 13:50:43
Modified:src conf.h
Log:
Add the usual macro definitions for rindex() & index() to avoid warnings
for IRIX. They're provided by .
Revision ChangesPath
1.39 +2 -1 apache/src/conf.h
Index: conf.h
===
jim 96/09/23 07:02:15
Modified:src conf.h
Log:
Fine tuning
Revision ChangesPath
1.38 +2 -2 apache/src/conf.h
Index: conf.h
===
RCS file: /export/home/cvs/apache/src/conf.h,v
ret
jim 96/09/12 14:18:52
Modified:src conf.h
Log:
Little note about sbrk
Revision ChangesPath
1.37 +11 -4 apache/src/conf.h
Index: conf.h
===
RCS file: /export/home/cvs/apache/src/con
Roy Fielding <[EMAIL PROTECTED]> writes:
> fielding96/08/13 22:08:08
>
> Modified:src conf.h
> Log:
> Added prototype of gethostname for SOLARIS2.
> Submitted by: Roy Fielding
>
Hmm, we've been through all this before and I'm still pretty convinced
that gethostname is no
fielding96/08/13 22:08:08
Modified:src conf.h
Log:
Added prototype of gethostname for SOLARIS2.
Submitted by: Roy Fielding
Revision ChangesPath
1.33 +1 -0 apache/src/conf.h
Index: conf.h
jim 96/08/04 18:45:09
Modified:src conf.h
Log:
Be specific
Revision ChangesPath
1.31 +1 -1 apache/src/conf.h
Index: conf.h
===
RCS file: /export/home/cvs/apache/src/conf.h,v
ret
akosut 96/07/27 14:39:47
Modified:src conf.h
Log:
Cause HP-UX to compile.
Revision ChangesPath
1.28 +1 -0 apache/src/conf.h
Index: conf.h
===
RCS file: /export/home/cvs/apache/src/co
Unfortunately it is also used in set_rlimit. I'm happy to discuss
it, though. It seemed like a useful and harmless addition to me,
and it is back compatible, unlike many other changes that I'd really
like to make.
It strikes me as creeping featurism. The problem is that there was
*alread
randy 96/07/27 09:21:21
Modified:src conf.h http_core.c http_core.h
Log:
Further setrlimit cleanup. Revert to existing HAVE_RESOURCE mechanism.
Added rlim_t type for FreeBSD, BSDI, SUNOS4 and NetBSD
Revision ChangesPath
1.27 +13 -8 apache/src/conf.h
Robert S. Thau wrote:
>
> Ben --- I'd very much like a change to this patch. Introducing the
> 'cmd' member of cmd_parms constitutes a change to the API; I really
> think these should be discussed on the list before being committed.
> This one, in any case, is unnecessary. The cmd_data of the ca
Ben --- I'd very much like a change to this patch. Introducing the
'cmd' member of cmd_parms constitutes a change to the API; I really
think these should be discussed on the list before being committed.
This one, in any case, is unnecessary. The cmd_data of the callback
structure already exists p
ben 96/07/27 06:08:31
Modified:src conf.h http_config.c http_config.h http_core.c
http_core.h
Log:
Major rehash of setrlimit stuff, for two reasons, first, to make it compile,
and second, to remove much redundant code.
Revision ChangesPat
jim 96/07/18 11:44:47
Modified:src conf.h http_main.c
Log:
lingering close no work with A/UX and longjmp fluff
Revision ChangesPath
1.23 +1 -0 apache/src/conf.h
Index: conf.h
===
ben 96/07/17 08:10:02
Modified:src conf.h mod_status.c
Log:
No long double on OSF1.
Revision ChangesPath
1.21 +1 -0 apache/src/conf.h
Index: conf.h
===
RCS file: /export/home/cvs/
ben 96/07/16 12:57:29
Modified:src conf.h http_bprintf.c http_main.c
Log:
Fix "long double" warning for IRIX.
Revision ChangesPath
1.19 +2 -1 apache/src/conf.h
Index: conf.h
===
R
akosut 96/06/17 13:52:08
Modified:src conf.h mod_auth_msql.c
Log:
Only #include on those systems that have it.
Submitted by: Randy Terbush
Revision ChangesPath
1.14 +3 -0 apache/src/conf.h
Index: conf.h
===
jim 96/06/13 13:33:04
Modified:src conf.h http_main.c
Log:
-Wall warning cleanup
Revision ChangesPath
1.13 +3 -0 apache/src/conf.h
Index: conf.h
===
RCS file: /export/home/cvs/apa
brian 96/06/12 19:11:57
Modified:src conf.h
Log:
Reviewed by: Brian Behlendorf
Submitted by: Rob Hartill
Added #define to NEXT's configuration to fix compilation problem.
Revision ChangesPath
1.12 +1 -0 apache/src/conf.h
Index: conf.h
akosut 96/04/05 01:39:16
Modified:src conf.h util.c Configuration.tmpl
Log:
Here's a patch to get Apache running on DG/UX.
It was done by [EMAIL PROTECTED]
Submitted by: Sameer Parekh <[EMAIL PROTECTED]>
Revision ChangesPath
1.11 +12 -0 apache/src/c
jim 96/03/29 07:44:35
Modified:src conf.h http_main.c mod_status.c scoreboard.h
Log:
add per process counters and PID info to status
Revision ChangesPath
1.10 +1 -1 apache/src/conf.h
Index: conf.h
mjc 96/03/01 06:55:04
Modified:src conf.h
Log:
IRIX requires header strings.h for "rindex" used in mod_cern_meta.c
Revision ChangesPath
1.5 +4 -0 apache/src/conf.h
ben 96/03/01 05:59:30
Modified:src conf.h mod_proxy.c
Log:
Clean source to -w3 on SCO 5 (optional modules not included yet).
Revision ChangesPath
1.4 +7 -0 apache/src/conf.h
1.8 +1 -1 apache/src/mod_proxy.c
58 matches
Mail list logo