summaryrefslogtreecommitdiffstats
path: root/server/log.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * We need to return an int not a pointer!Ruediger Pluem2009-01-201-1/+1
* Piped error loggers should use the reliable pipes,Rainer Jung2009-01-181-24/+82
* The error logging core only logs at very high level if it has no Sander Temme2008-08-151-0/+2
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* On win32, we must never, never close the parent's copy of theWilliam A. Rowe Jr2007-12-311-1/+12
* We now have an API to describe pipe creation timeout states, so use itWilliam A. Rowe Jr2007-10-241-2/+3
* Share a single write-pipe handle for piped stderr logging, thisWilliam A. Rowe Jr2007-09-281-0/+10
* redux, use Rudgier's instead, better comments.William A. Rowe Jr2007-09-281-6/+0
* Logging fixes, round two. Authored and Reviewed by both rplume and wroweWilliam A. Rowe Jr2007-09-281-0/+6
* Introduce a specific pool for stderr logging, so that we have two William A. Rowe Jr2007-08-241-5/+55
* Refactor r452431, because this should not be fatal to startingWilliam A. Rowe Jr2007-08-221-13/+8
* 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