cvs commit: apache-2.0/src/main http_log.c

1999-10-11 Thread rbb
rbb 99/10/11 10:52:29 Modified:src/lib/apr/include apr_portable.h apr_thread_proc.h src/lib/apr/locks/unix locks.c src/lib/apr/test testproc.c testsig.c testsock.c testthread.c src/lib/apr/threadproc/beos proc.c pro

cvs commit: apache-2.0/src/main http_log.c

1999-10-19 Thread bjh
bjh 99/10/19 08:52:25 Modified:src/main http_log.c Log: Need APR_CREATE flag when opening error log & pid file. Revision ChangesPath 1.12 +2 -2 apache-2.0/src/main/http_log.c Index: http_log.c ==

cvs commit: apache-2.0/src/main http_log.c

1999-10-23 Thread martin
martin 99/10/23 14:27:39 Modified:src/main http_log.c Log: Be on the safe side Revision ChangesPath 1.14 +1 -1 apache-2.0/src/main/http_log.c Index: http_log.c === RCS file: /export/home/c

cvs commit: apache-2.0/src/main http_log.c

1999-11-05 Thread manoj
manoj 99/11/05 13:01:46 Modified:src/main http_log.c Log: Stop using APR_BUFFERED for the error log and httpd.pid file. The error logging code has been tweaked a bit so that we still have one write per log entry. Revision ChangesPath 1.15 +17 -15apache-2.0/

cvs commit: apache-2.0/src/main http_log.c

1999-11-30 Thread manoj
manoj 99/11/30 15:27:39 Modified:src/include http_log.h src/main http_log.c Log: Some compile fixes for the piped log code. It doesn't completely completely compile, but it looks a little better. Revision ChangesPath 1.9 +1 -1 apache-2.0/src/

cvs commit: apache-2.0/src/main http_log.c

2000-01-31 Thread martin
martin 00/01/31 15:14:45 Modified:src/main http_log.c Log: Enforce a sensible permission on the httpd.pid file. Submitted by: Frank Miller <[EMAIL PROTECTED]> Reviewed by: Martin Kraemer Revision ChangesPath 1.27 +10 -0 apache-2.0/src/main/http_log.c I

cvs commit: apache-2.0/src/main http_log.c

2000-02-15 Thread stoddard
stoddard00/02/14 16:54:18 Modified:src/main http_log.c Log: First step to get piped logs working on Windows (and Unix as well). There are still all kinds of problems in http_log.c. This patch just barely scratches the surface. Revision ChangesPath 1.28 +11 -12

cvs commit: apache-2.0/src/main http_log.c

2000-02-15 Thread stoddard
stoddard00/02/15 14:51:27 Modified:src/main http_log.c Log: ap_dupfile (specifically dup2) is not available in a general form under Windows. So use SetStdHandle directly. A single call to ap_dup2stderr() (or similar) could replace the entire chunk of code in the #ifdef #else #e

cvs commit: apache-2.0/src/main http_log.c

2000-02-18 Thread stoddard
stoddard00/02/18 06:18:11 Modified:src/main http_log.c Log: Ahh, found ap_flush()! Revision ChangesPath 1.31 +1 -8 apache-2.0/src/main/http_log.c Index: http_log.c === RCS file: /home/cvs/a