cvs commit: apachen/src/main http_main.c

1998-01-25 Thread martin
martin 98/01/25 10:41:54 Modified:.STATUS src/main http_main.c Log: More switches are printed for the -V switch now Revision ChangesPath 1.128 +1 -0 apachen/STATUS Index: STATUS

cvs commit: apachen/src/main http_main.c

1998-01-21 Thread dgaudet
dgaudet 98/01/21 14:24:06 Modified:src CHANGES src/main http_main.c Log: WIN32 deserves a pid file. Submitted by: Ben Hyde Reviewed by: Jim Jagielski, Martin Kraemer, Dean Gaudet Revision ChangesPath 1.582 +2 -0 apachen/src/CHANGES

cvs commit: apachen/src/main http_main.c

1998-01-13 Thread dgaudet
dgaudet 98/01/13 13:19:11 Modified:.STATUS src CHANGES src/main http_main.c Log: Brian says: This patch cleans up some problems with termination in OS/2. There are two issues fixed here: 1) Fixes the 'kill process tree' signal.

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_main.c

1997-12-23 Thread dgaudet
dgaudet 97/12/23 12:33:44 Modified:.STATUS src CHANGES src/main http_main.c Log: tell users to try the LockFile directive when a fcntl() locking error occurs. Reviewed by: Jim Jagielski, Ken Coar Revision ChangesPath 1.20

cvs commit: apachen/src/main http_main.c

1997-12-21 Thread jim
jim 97/12/20 17:54:40 Modified:.STATUS src/main http_main.c Log: Submitted by: Dean Gaudet Reviewed by: Jim Jagielski This patch worked for me, and I was the one who complained :) Revision ChangesPath 1.10 +1 -4 apachen/STATUS

cvs commit: apachen/src/main http_main.c

1997-11-25 Thread ben
ben 97/11/25 12:43:34 Modified:src CHANGES src/main http_main.c Log: Fix scoreboard allocation size. Submitted by: Dean Gaudet Revision ChangesPath 1.520 +3 -0 apachen/src/CHANGES Index: CHANGES

cvs commit: apachen/src/main http_main.c

1997-11-13 Thread ben
ben 97/11/13 12:20:50 Modified:src/main http_main.c Log: Make it work on Win32. Revision ChangesPath 1.250 +71 -67apachen/src/main/http_main.c Index: http_main.c === RCS file:

cvs commit: apachen/src/main http_main.c

1997-11-11 Thread martin
martin 97/11/11 14:50:15 Modified:src/main http_main.c Log: Show Compile Time Settings -- first committed version. A new switch -V (in contrast to the existing switch -v with lower-case-v) shows (some of) the relevant compiler defines which influence Apache's behavior at run

cvs commit: apachen/src/main http_main.c

1997-11-08 Thread jim
jim 97/11/08 11:19:17 Modified:src CHANGES src/main http_main.c Log: PR:1056 Reviewed by: Dean Gaudet, Martin Kraemer Revision ChangesPath 1.495 +5 -1 apachen/src/CHANGES Index: CHANGES

cvs commit: apachen/src/main http_main.c

1997-11-03 Thread dgaudet
dgaudet 97/11/03 02:11:44 Modified:src CHANGES src/main http_main.c Log: Fix a mild race condition in unblock_alarms() involving a SIGALRM showing up after a SIGTERM. PR: 1211 Reviewed by: Marc Slemko, Martin Kraemer Revision Changes

cvs commit: apachen/src/main http_main.c

1997-10-30 Thread dgaudet
dgaudet 97/10/30 11:13:35 Modified:src CHANGES src/main http_main.c Log: Improve the error message generated when the server is busy. PR: 1293 Reviewed by: Martin Kraemer, Jim Jagielski Revision ChangesPath 1.480 +3 -0

cvs commit: apachen/src/main http_main.c

1997-10-22 Thread dgaudet
dgaudet 97/10/22 09:43:06 Modified:src/main http_main.c Log: indent screwed up the indentation a bit Revision ChangesPath 1.236 +2 -2 apachen/src/main/http_main.c Index: http_main.c === RCS

cvs commit: apachen/src/main http_main.c

1997-10-15 Thread dgaudet
dgaudet 97/10/14 17:14:33 Modified:src/main http_main.c Log: clear_pool() was called before copy_listeners, and copy_listeners was using pointers from the cleared pool. close(scoreboard_fd) was happening before the scoreboard was even opened. Reviewed by: Jim Jagielski,

cvs commit: apachen/src/main http_main.c

1997-10-06 Thread Roy Fielding
fielding97/10/06 08:05:34 Modified:src/main http_main.c Log: Changes in revision 1.218 caused reclaim_child_processes() to be too quick in checking for child exit and sending additional SIGTERM and SIGKILL interrupts. Not a problem for systems with fast process context

cvs commit: apachen/src/main http_main.c

1997-10-04 Thread Dean Gaudet
dgaudet 97/10/04 19:02:39 Modified:src/main http_main.c Log: Fix a bug with SAFE_UNSERIALIZED_ACCEPT. Revision ChangesPath 1.229 +1 -1 apachen/src/main/http_main.c Index: http_main.c ===

cvs commit: apachen/src/main http_main.c

1997-09-18 Thread Brian Behlendorf
brian 97/09/18 11:56:15 Modified:src/main http_main.c Log: Remove developer-specific messages from startup. Revision ChangesPath 1.225 +0 -3 apachen/src/main/http_main.c Index: http_main.c

cvs commit: apachen/src/main http_main.c

1997-09-14 Thread Dean Gaudet
dgaudet 97/09/14 03:30:57 Modified:src CHANGES src/main http_main.c Log: *) Inetd mode (which is buggy) uses timeouts without having setup the jmpbuffer. [Dean Gaudet] PR#1064 *) Work around problem under Linux where a child will start looping

cvs commit: apachen/src/main http_main.c

1997-09-14 Thread Dean Gaudet
dgaudet 97/09/14 04:06:53 Modified:src INDENT src/main http_main.c Log: indent Revision ChangesPath 1.5 +2 -2 apachen/src/INDENT Index: INDENT === RCS file:

cvs commit: apachen/src/main http_main.c

1997-09-12 Thread Doug MacEachern
dougm 97/09/12 14:40:13 Modified:src CHANGES src/main http_main.c Log: go back to old behavior of calling init_modules() twice at server startup Submitted by: Doug MacEachern Reviewed by: Dean Gaudet Revision ChangesPath 1.439 +0 -2

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

1997-09-02 Thread Randy Terbush
randy 97/09/02 21:54:55 Modified:src/main http_main.c http_protocol.c Log: Logging tweaks. Revision ChangesPath 1.214 +1 -1 apachen/src/main/http_main.c Index: http_main.c === RCS file:

cvs commit: apachen/src/main http_main.c

1997-08-31 Thread Randy Terbush
randy 97/08/31 13:13:08 Modified:src/main http_main.c Log: Begin conversion of log_*() to aplog_error(). Change some code style to Apache format while we're at it. Revision ChangesPath 1.213 +163 -149 apachen/src/main/http_main.c Index: http_main.c

cvs commit: apachen/src/main http_main.c

1997-08-24 Thread Ben Laurie
ben 97/08/24 10:10:22 Modified:src/main http_main.c Log: Add child_{init,exit} to Win32. Revision ChangesPath 1.208 +6 -0 apachen/src/main/http_main.c Index: http_main.c === RCS file:

cvs commit: apachen/src/main http_main.c

1997-08-24 Thread Ben Laurie
ben 97/08/24 11:41:31 Modified:src/main http_main.c Log: Remove do-nothing cruft. Revision ChangesPath 1.209 +0 -30 apachen/src/main/http_main.c Index: http_main.c === RCS file: