cvs commit: apache/src/regex .cvsignore

1996-07-27 Thread Ben Laurie
ben 96/07/27 05:36:50 Modified:src/regex .cvsignore Log: Ignore executable re produced during make. Revision ChangesPath 1.2 +2 -0 apache/src/regex/.cvsignore Index: .cvsignore ===

cvs commit: apache/src conf.h http_config.c http_config.h http_core.c http_core.h

1996-07-27 Thread Ben Laurie
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 Changes

cvs commit: apache/src http_core.c

1996-07-27 Thread Ben Laurie
ben 96/07/27 06:25:06 Modified:src http_core.c Log: Makes setrlimit stuff burn less memory, and also tidies it up some more. Revision ChangesPath 1.22 +23 -19apache/src/http_core.c Index: http_core.c

Re: cvs commit: apache/src conf.h http_config.c http_config.h http_core.c http_core.h

1996-07-27 Thread Robert S. Thau
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

cvs commit: apache/src conf.h http_core.c http_core.h

1996-07-27 Thread Randy Terbush
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

cvs commit: apache/src http_config.c

1996-07-27 Thread Randy Terbush
randy 96/07/27 09:59:44 Modified:src http_config.c Log: Initialize server_rec-error_log to STDERR_FILENO so we can safely use the system log routines before the configured error logs are open. Revision ChangesPath 1.16 +1 -0 apache/src/http_config.c

cvs commit: apache/src http_config.c

1996-07-27 Thread Ben Laurie
ben 96/07/27 10:18:26 Modified:src http_config.c Log: Use stderr instead of creating a new FILE *, mainly to avoid bugs on some OSes, but also because it is cleaner. Revision ChangesPath 1.17 +1 -1 apache/src/http_config.c Index: http_config.c

Re: cvs commit: apache/src conf.h http_config.c http_config.h http_core.c http_core.h

1996-07-27 Thread Robert S. Thau
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

cvs commit: apache/src conf.h

1996-07-27 Thread Alexei Kosut
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:

cvs commit: apache/src http_core.c

1996-07-27 Thread Jim Jagielski
jim 96/07/27 16:00:09 Modified:src http_core.c Log: Work around systems without RLIMIT family Revision ChangesPath 1.24 +2 -0 apache/src/http_core.c Index: http_core.c === RCS

cvs commit: apache/src Makefile.tmpl

1996-07-27 Thread Jim Jagielski
jim 96/07/27 16:00:50 Modified:src Makefile.tmpl Log: Propagate compiler flags to regex Revision ChangesPath 1.16 +1 -1 apache/src/Makefile.tmpl Index: Makefile.tmpl === RCS

cvs commit: apache/src http_main.c

1996-07-27 Thread Alexei Kosut
akosut 96/07/27 17:03:17 Modified:src http_main.c Log: Fix compiler warning on HP-UX Revision ChangesPath 1.56 +9 -0 apache/src/http_main.c Index: http_main.c === RCS file: