summaryrefslogtreecommitdiffstats
path: root/server/log.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* This message was confusing during debugging, make it unique.William A. Rowe Jr2007-08-221-1/+1
* * server/log.c (ap_open_logs): When dup2'ing the error log to stderr,Joe Orton2006-10-241-8/+6
* When starting a new piped error logger for the main server, ensureJoe Orton2006-10-031-8/+31
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-5/+5
* fix minor annoyance on z/OS: __FILE__ is set toJeff Trawick2005-05-251-1/+1
* * server/log.c (piped_log_spawn): Don't leak an fd for eachJoe Orton2005-05-181-1/+5
* * server/log.c (ap_open_piped_log): Remove errno handling.Joe Orton2005-05-171-2/+0
* * server/log.c (piped_log_spawn): Return the APR error code,Joe Orton2005-05-161-6/+4
* Prevent hangs of child processes when writing to piped loggers atJeff Trawick2005-05-161-0/+45
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* add ap_log_cerror(); use it in a couple of places in core output filterJeff Trawick2004-10-291-5/+23
* * server/log.c (log_error_core): For APLOG_DEBUG on Unix, if __FILE__Joe Orton2004-09-221-1/+8
* tweak error handling when reading the pid fileJeff Trawick2004-08-141-3/+2
* * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL),Joe Orton2004-08-111-3/+3
* start piped loggers via the shell, passing through the environment variablesJeff Trawick2004-06-231-2/+2
* fix typo in recent commitJeff Trawick2004-06-091-2/+2
* Pass environment variables through to piped loggers, resolvingJeff Trawick2004-05-281-0/+4
* * modules/loggers/mod_log_config.c, server/log.c (open_error_log,Joe Orton2004-05-061-2/+2
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* use the UNSAFE designation for unescaped errorlogsAndré Malo2004-01-121-4/+4
* allow unescaped errorlogs via compile time switchAndré Malo2004-01-121-3/+19
* update license to 2004.André Malo2004-01-011-1/+1
* Fix some piped log problems: bogus "piped log program '(null)'Jeff Trawick2003-12-131-14/+23
* SECURITY [CAN-2003-0020]: escape arbitrary data before writing into theAndré Malo2003-11-241-4/+9
* no need to open error log for readingJeff Trawick2003-07-141-2/+2
* Win32: Whack the fully qualified names that appear in the log whenBill Stoddard2003-06-031-1/+6
* Oops - undo wrong commitMartin Kraemer2003-03-241-2/+0
* On failures, try to add a hint what went wrongMartin Kraemer2003-03-241-0/+2
* SECURITY: Eliminated leaks of several file descriptors to childWilliam A. Rowe Jr2003-03-201-2/+0
* Fix an existing problem with error handling in piped_log_spawn().Jeff Trawick2003-02-101-11/+27
* Make failing piped loggers work more like apache-1.3 byJeff Trawick2003-02-041-7/+3
* finished that boring job:André Malo2003-02-031-1/+1
* Some errors are impossible to fathom, without the user knowing certainWilliam A. Rowe Jr2002-10-131-4/+23
* Modify ap_open_logs (an internal function) to follow the hook open_logsWilliam A. Rowe Jr2002-09-161-10/+18
* Continue the Bill Rowe apr_size_t crusade.Victor J. Orlikowski2002-07-101-1/+1
* Well the wrappers work out well... nice to be able to put off committingWilliam A. Rowe Jr2002-06-091-1/+1
* Clean up new compiler emit noiseWilliam A. Rowe Jr2002-05-311-1/+1
* Simplify ap_read_pid and make it more portable.Justin Erenkrantz2002-05-291-15/+13
* add ap_log_pid() for reading an Apache pid fileJeff Trawick2002-05-231-0/+49
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-171-5/+5
* ignore APLOG_NOERRNO; note that it is deprecatedJeff Trawick2002-05-171-1/+1
* Added the APLOG_TOCLIENT flag to ap_log_rerror() toBill Stoddard2002-04-221-5/+5
* Fix 'control reaches end of non-void function' warningJustin Erenkrantz2002-04-181-1/+1
* Introduced -E startup_logfile_name option to httpd to allow adminsWilliam A. Rowe Jr2002-04-171-0/+33
* Spell out the merged log name, if we succeeded in merging the pathWilliam A. Rowe Jr2002-03-181-1/+1
* get the prototype for ap_recent_ctime()Jeff Trawick2002-03-171-0/+1