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

1999-05-30 Thread bjh
bjh 99/05/30 01:55:30 Modified:src/main http_log.c Log: Fix piped logs under OS/2 Revision ChangesPath 1.78 +8 -4 apache-1.3/src/main/http_log.c Index: http_log.c === RCS file:

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

1999-03-11 Thread dgaudet
dgaudet 99/03/11 08:52:39 Modified:src/main http_log.c Log: remove the extra httpd: logged for each error message Reviewed by: Marc Slemko, Ralf S. Engelschall Revision ChangesPath 1.76 +1 -2 apache-1.3/src/main/http_log.c Index: http_log.c

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

1998-10-23 Thread marc
marc98/10/22 17:34:21 Modified:src/main http_log.c Log: apache -- Apache in log message. Revision ChangesPath 1.73 +1 -1 apache-1.3/src/main/http_log.c Index: http_log.c === RCS file:

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

1998-10-03 Thread rse
rse 98/10/03 07:07:09 Modified:src CHANGES src/main http_log.c Log: Fix stderr redirection under syslog-based error logging situation. PS: This is actually an extracted sub-patch of a large patch which contains lots of style changes, too. The style

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

1998-10-03 Thread rse
rse 98/10/03 07:28:56 Modified:src/main http_log.c Log: The second part of the patch from Youichirou Koga [EMAIL PROTECTED] (PR#3095). These are now only coding style fixups, because the bugfix parts I've already extracted and committed separately. Revision Changes

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

1998-09-22 Thread dgaudet
dgaudet 98/09/22 08:43:43 Modified:src/main http_log.c Log: ap_table_set() causes an ap_pstrdup() of both arguments, one of the arguments is a constant and it's a waste to pstrdup it. Furthermore using a static local buffer means there is a static limit to the message length.

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

1998-09-21 Thread rse
rse 98/09/21 10:29:46 Modified:src/main http_log.c Log: I knew it: It's always best to think about a patch one hour more. After I again and again read the patch (because I wanted to make sure we don't break anything just before release), I find out: _both_ ap_snprintf and

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

1998-09-18 Thread coar
coar98/09/17 21:29:08 Modified:.STATUS src CHANGES src/main http_log.c Log: In ap_log_rerror(), set the error-notes special entry in r-notes to the error message, unless it's already set to something else. This

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

1998-09-10 Thread rse
rse 98/09/09 23:58:19 Modified:src CHANGES src/main http_log.c Log: Fix the ap_log_error_old(), ap_log_unixerr() and ap_log_printf() functions: First all three functions no longer fail on strings containing % chars and second ap_log_printf() no longer

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

1998-08-10 Thread dgaudet
dgaudet 98/08/10 09:17:55 Modified:src/main http_log.c Log: be a little more uniform, use [client %s] similar to other log fields Revision ChangesPath 1.64 +1 -1 apache-1.3/src/main/http_log.c Index: http_log.c

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

1998-05-04 Thread martin
martin 98/05/04 09:28:47 Modified:src CHANGES src/main http_log.c Log: BS2000 Debug Logging logs relative paths now, as in unix Revision ChangesPath 1.816 +4 -0 apache-1.3/src/CHANGES Index: CHANGES

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

1998-04-27 Thread martin
martin 98/04/27 15:38:05 Modified:src CHANGES src/main http_log.c Log: Suppress error(0) messages for ap_log_error() when the APLOG_NOERRNO is unset (as it is in situations like timeouts) where it is unclear whether errno is set or not. It is questionable

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

1998-04-11 Thread dgaudet
dgaudet 98/04/11 11:51:35 Modified:src/main http_log.c Log: overzealous renaming Revision ChangesPath 1.52 +5 -5 apache-1.3/src/main/http_log.c Index: http_log.c === RCS file: